All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.WindowCallOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface WindowCallOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.WindowCall)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.ScalarExpression function = 1;
   * @return Whether the function field is set.
   */
  boolean hasFunction();
  /**
   * .cz.proto.ScalarExpression function = 1;
   * @return The function.
   */
  cz.proto.Expression.ScalarExpression getFunction();
  /**
   * .cz.proto.ScalarExpression function = 1;
   */
  cz.proto.Expression.ScalarExpressionOrBuilder getFunctionOrBuilder();

  /**
   * bool distinct = 2;
   * @return The distinct.
   */
  boolean getDistinct();

  /**
   * .cz.proto.DataType partial_type = 3;
   * @return Whether the partialType field is set.
   */
  boolean hasPartialType();
  /**
   * .cz.proto.DataType partial_type = 3;
   * @return The partialType.
   */
  cz.proto.DataType getPartialType();
  /**
   * .cz.proto.DataType partial_type = 3;
   */
  cz.proto.DataTypeOrBuilder getPartialTypeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy