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

cz.proto.LateralViewOrBuilder 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 LateralViewOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.LateralView)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.TableFunctionCall functions = 1;
   */
  java.util.List 
      getFunctionsList();
  /**
   * repeated .cz.proto.TableFunctionCall functions = 1;
   */
  cz.proto.TableFunctionCall getFunctions(int index);
  /**
   * repeated .cz.proto.TableFunctionCall functions = 1;
   */
  int getFunctionsCount();
  /**
   * repeated .cz.proto.TableFunctionCall functions = 1;
   */
  java.util.List 
      getFunctionsOrBuilderList();
  /**
   * repeated .cz.proto.TableFunctionCall functions = 1;
   */
  cz.proto.TableFunctionCallOrBuilder getFunctionsOrBuilder(
      int index);

  /**
   * repeated uint64 input_references = 2;
   * @return A list containing the inputReferences.
   */
  java.util.List getInputReferencesList();
  /**
   * repeated uint64 input_references = 2;
   * @return The count of inputReferences.
   */
  int getInputReferencesCount();
  /**
   * repeated uint64 input_references = 2;
   * @param index The index of the element to return.
   * @return The inputReferences at the given index.
   */
  long getInputReferences(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy