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

alluxio.grpc.table.ColumnStatisticsInfoOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/table/table_master.proto

package alluxio.grpc.table;

public interface ColumnStatisticsInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.ColumnStatisticsInfo)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional string col_name = 1;
   * @return Whether the colName field is set.
   */
  boolean hasColName();
  /**
   * optional string col_name = 1;
   * @return The colName.
   */
  java.lang.String getColName();
  /**
   * optional string col_name = 1;
   * @return The bytes for colName.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getColNameBytes();

  /**
   * optional string col_type = 2;
   * @return Whether the colType field is set.
   */
  boolean hasColType();
  /**
   * optional string col_type = 2;
   * @return The colType.
   */
  java.lang.String getColType();
  /**
   * optional string col_type = 2;
   * @return The bytes for colType.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getColTypeBytes();

  /**
   * optional .alluxio.grpc.table.ColumnStatisticsData data = 3;
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * optional .alluxio.grpc.table.ColumnStatisticsData data = 3;
   * @return The data.
   */
  alluxio.grpc.table.ColumnStatisticsData getData();
  /**
   * optional .alluxio.grpc.table.ColumnStatisticsData data = 3;
   */
  alluxio.grpc.table.ColumnStatisticsDataOrBuilder getDataOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy