cz.proto.TableScanSummaryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// 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