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

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

  /**
   * .cz.proto.Table table = 1;
   * @return Whether the table field is set.
   */
  boolean hasTable();
  /**
   * .cz.proto.Table table = 1;
   * @return The table.
   */
  cz.proto.Table getTable();
  /**
   * .cz.proto.Table table = 1;
   */
  cz.proto.TableOrBuilder getTableOrBuilder();

  /**
   * bool overwrite = 2;
   * @return The overwrite.
   */
  boolean getOverwrite();

  /**
   * int32 data_source_info_id = 3;
   * @return The dataSourceInfoId.
   */
  int getDataSourceInfoId();

  /**
   * repeated .cz.proto.Reference keys = 4;
   */
  java.util.List 
      getKeysList();
  /**
   * repeated .cz.proto.Reference keys = 4;
   */
  cz.proto.Expression.Reference getKeys(int index);
  /**
   * repeated .cz.proto.Reference keys = 4;
   */
  int getKeysCount();
  /**
   * repeated .cz.proto.Reference keys = 4;
   */
  java.util.List 
      getKeysOrBuilderList();
  /**
   * repeated .cz.proto.Reference keys = 4;
   */
  cz.proto.Expression.ReferenceOrBuilder getKeysOrBuilder(
      int index);

  /**
   * uint32 flags = 5;
   * @return The flags.
   */
  int getFlags();

  /**
   * repeated .cz.proto.Reference part_sort_keys = 6;
   */
  java.util.List 
      getPartSortKeysList();
  /**
   * repeated .cz.proto.Reference part_sort_keys = 6;
   */
  cz.proto.Expression.Reference getPartSortKeys(int index);
  /**
   * repeated .cz.proto.Reference part_sort_keys = 6;
   */
  int getPartSortKeysCount();
  /**
   * repeated .cz.proto.Reference part_sort_keys = 6;
   */
  java.util.List 
      getPartSortKeysOrBuilderList();
  /**
   * repeated .cz.proto.Reference part_sort_keys = 6;
   */
  cz.proto.Expression.ReferenceOrBuilder getPartSortKeysOrBuilder(
      int index);

  /**
   * repeated uint64 input_fields = 7;
   * @return A list containing the inputFields.
   */
  java.util.List getInputFieldsList();
  /**
   * repeated uint64 input_fields = 7;
   * @return The count of inputFields.
   */
  int getInputFieldsCount();
  /**
   * repeated uint64 input_fields = 7;
   * @param index The index of the element to return.
   * @return The inputFields at the given index.
   */
  long getInputFields(int index);

  /**
   * repeated .cz.proto.Reference file_slice_keys = 8;
   */
  java.util.List 
      getFileSliceKeysList();
  /**
   * repeated .cz.proto.Reference file_slice_keys = 8;
   */
  cz.proto.Expression.Reference getFileSliceKeys(int index);
  /**
   * repeated .cz.proto.Reference file_slice_keys = 8;
   */
  int getFileSliceKeysCount();
  /**
   * repeated .cz.proto.Reference file_slice_keys = 8;
   */
  java.util.List 
      getFileSliceKeysOrBuilderList();
  /**
   * repeated .cz.proto.Reference file_slice_keys = 8;
   */
  cz.proto.Expression.ReferenceOrBuilder getFileSliceKeysOrBuilder(
      int index);

  /**
   * bool static_partition = 9;
   * @return The staticPartition.
   */
  boolean getStaticPartition();

  /**
   * .cz.proto.VirtualValueInfo part_values = 10;
   * @return Whether the partValues field is set.
   */
  boolean hasPartValues();
  /**
   * .cz.proto.VirtualValueInfo part_values = 10;
   * @return The partValues.
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfo getPartValues();
  /**
   * .cz.proto.VirtualValueInfo part_values = 10;
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfoOrBuilder getPartValuesOrBuilder();

  /**
   * bool nop = 11;
   * @return The nop.
   */
  boolean getNop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy