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

cz.proto.TableScanSummaryOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * .cz.proto.OperatorStatistics input_bytes = 1;
   * @return Whether the inputBytes field is set.
   */
  boolean hasInputBytes();
  /**
   * .cz.proto.OperatorStatistics input_bytes = 1;
   * @return The inputBytes.
   */
  cz.proto.OperatorStatistics getInputBytes();
  /**
   * .cz.proto.OperatorStatistics input_bytes = 1;
   */
  cz.proto.OperatorStatisticsOrBuilder getInputBytesOrBuilder();

  /**
   * .cz.proto.OperatorStatistics split_cnt = 2;
   * @return Whether the splitCnt field is set.
   */
  boolean hasSplitCnt();
  /**
   * .cz.proto.OperatorStatistics split_cnt = 2;
   * @return The splitCnt.
   */
  cz.proto.OperatorStatistics getSplitCnt();
  /**
   * .cz.proto.OperatorStatistics split_cnt = 2;
   */
  cz.proto.OperatorStatisticsOrBuilder getSplitCntOrBuilder();

  /**
   * .cz.proto.TableScanSummary.TableScanSourceStats table_scan_source_stats = 3;
   * @return Whether the tableScanSourceStats field is set.
   */
  boolean hasTableScanSourceStats();
  /**
   * .cz.proto.TableScanSummary.TableScanSourceStats table_scan_source_stats = 3;
   * @return The tableScanSourceStats.
   */
  cz.proto.TableScanSummary.TableScanSourceStats getTableScanSourceStats();
  /**
   * .cz.proto.TableScanSummary.TableScanSourceStats table_scan_source_stats = 3;
   */
  cz.proto.TableScanSummary.TableScanSourceStatsOrBuilder getTableScanSourceStatsOrBuilder();

  /**
   * .cz.proto.TableScanSummary.ParquetRowGroupStats parquet_row_group_stats = 4;
   * @return Whether the parquetRowGroupStats field is set.
   */
  boolean hasParquetRowGroupStats();
  /**
   * .cz.proto.TableScanSummary.ParquetRowGroupStats parquet_row_group_stats = 4;
   * @return The parquetRowGroupStats.
   */
  cz.proto.TableScanSummary.ParquetRowGroupStats getParquetRowGroupStats();
  /**
   * .cz.proto.TableScanSummary.ParquetRowGroupStats parquet_row_group_stats = 4;
   */
  cz.proto.TableScanSummary.ParquetRowGroupStatsOrBuilder getParquetRowGroupStatsOrBuilder();

  /**
   * .cz.proto.TableScanSummary.ParquetRowCountStats parquet_row_count_stats = 5;
   * @return Whether the parquetRowCountStats field is set.
   */
  boolean hasParquetRowCountStats();
  /**
   * .cz.proto.TableScanSummary.ParquetRowCountStats parquet_row_count_stats = 5;
   * @return The parquetRowCountStats.
   */
  cz.proto.TableScanSummary.ParquetRowCountStats getParquetRowCountStats();
  /**
   * .cz.proto.TableScanSummary.ParquetRowCountStats parquet_row_count_stats = 5;
   */
  cz.proto.TableScanSummary.ParquetRowCountStatsOrBuilder getParquetRowCountStatsOrBuilder();

  /**
   * .cz.proto.TableScanSummary.ParquetPrunedSplitsStats parquet_pruned_splits_stats = 6;
   * @return Whether the parquetPrunedSplitsStats field is set.
   */
  boolean hasParquetPrunedSplitsStats();
  /**
   * .cz.proto.TableScanSummary.ParquetPrunedSplitsStats parquet_pruned_splits_stats = 6;
   * @return The parquetPrunedSplitsStats.
   */
  cz.proto.TableScanSummary.ParquetPrunedSplitsStats getParquetPrunedSplitsStats();
  /**
   * .cz.proto.TableScanSummary.ParquetPrunedSplitsStats parquet_pruned_splits_stats = 6;
   */
  cz.proto.TableScanSummary.ParquetPrunedSplitsStatsOrBuilder getParquetPrunedSplitsStatsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy