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

cz.proto.TableFunctionCallOrBuilder 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 TableFunctionCallOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TableFunctionCall)
    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 outer = 2;
   * @return The outer.
   */
  boolean getOuter();

  /**
   * repeated uint64 used_fields = 3;
   * @return A list containing the usedFields.
   */
  java.util.List getUsedFieldsList();
  /**
   * repeated uint64 used_fields = 3;
   * @return The count of usedFields.
   */
  int getUsedFieldsCount();
  /**
   * repeated uint64 used_fields = 3;
   * @param index The index of the element to return.
   * @return The usedFields at the given index.
   */
  long getUsedFields(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy