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

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

  /**
   * uint64 batch_count = 1;
   * @return The batchCount.
   */
  long getBatchCount();

  /**
   * uint64 decompression_latency_ns = 2;
   * @return The decompressionLatencyNs.
   */
  long getDecompressionLatencyNs();

  /**
   * uint64 levels_decoding_latency_ns = 3;
   * @return The levelsDecodingLatencyNs.
   */
  long getLevelsDecodingLatencyNs();

  /**
   * uint64 data_loading_latency_ns = 4;
   * @return The dataLoadingLatencyNs.
   */
  long getDataLoadingLatencyNs();

  /**
   * uint64 ppd_inclusive_latency_ns = 5;
   * @return The ppdInclusiveLatencyNs.
   */
  long getPpdInclusiveLatencyNs();

  /**
   * uint64 reader_inclusive_latency_ns = 6;
   * @return The readerInclusiveLatencyNs.
   */
  long getReaderInclusiveLatencyNs();

  /**
   * uint64 requested_row_count = 7;
   * @return The requestedRowCount.
   */
  long getRequestedRowCount();

  /**
   * uint64 read_row_count = 8;
   * @return The readRowCount.
   */
  long getReadRowCount();

  /**
   * uint64 open_inclusive_latency_ns = 9;
   * @return The openInclusiveLatencyNs.
   */
  long getOpenInclusiveLatencyNs();

  /**
   * uint64 open_blocking_latency_ns = 10;
   * @return The openBlockingLatencyNs.
   */
  long getOpenBlockingLatencyNs();

  /**
   * bool file_bloom_filter_pruned = 20;
   * @return The fileBloomFilterPruned.
   */
  boolean getFileBloomFilterPruned();

  /**
   * bool file_bitmap_filter_pruned = 21;
   * @return The fileBitmapFilterPruned.
   */
  boolean getFileBitmapFilterPruned();

  /**
   * 
   * request row groups before pruning
   * `request_blocks - sum of pruned row group number`
   * 
* * uint32 request_blocks = 22; * @return The requestBlocks. */ int getRequestBlocks(); /** * optional uint32 row_group_bloom_filter_pruned = 23; * @return Whether the rowGroupBloomFilterPruned field is set. */ boolean hasRowGroupBloomFilterPruned(); /** * optional uint32 row_group_bloom_filter_pruned = 23; * @return The rowGroupBloomFilterPruned. */ int getRowGroupBloomFilterPruned(); /** * optional uint32 row_group_stats_filter_pruned = 24; * @return Whether the rowGroupStatsFilterPruned field is set. */ boolean hasRowGroupStatsFilterPruned(); /** * optional uint32 row_group_stats_filter_pruned = 24; * @return The rowGroupStatsFilterPruned. */ int getRowGroupStatsFilterPruned(); /** * optional uint32 row_group_dict_filter_pruned = 25; * @return Whether the rowGroupDictFilterPruned field is set. */ boolean hasRowGroupDictFilterPruned(); /** * optional uint32 row_group_dict_filter_pruned = 25; * @return The rowGroupDictFilterPruned. */ int getRowGroupDictFilterPruned(); /** *
   * If a ParquetInput runs applyNewFilter, it would close the current
   * ParquetTableReader, and reopen a new ParquetTableReader. The closed
   * stats should not be lost.
   * 
* * repeated .cz.proto.DataInputStats apply_new_filter_stats = 26; */ java.util.List getApplyNewFilterStatsList(); /** *
   * If a ParquetInput runs applyNewFilter, it would close the current
   * ParquetTableReader, and reopen a new ParquetTableReader. The closed
   * stats should not be lost.
   * 
* * repeated .cz.proto.DataInputStats apply_new_filter_stats = 26; */ cz.proto.DataInputStats getApplyNewFilterStats(int index); /** *
   * If a ParquetInput runs applyNewFilter, it would close the current
   * ParquetTableReader, and reopen a new ParquetTableReader. The closed
   * stats should not be lost.
   * 
* * repeated .cz.proto.DataInputStats apply_new_filter_stats = 26; */ int getApplyNewFilterStatsCount(); /** *
   * If a ParquetInput runs applyNewFilter, it would close the current
   * ParquetTableReader, and reopen a new ParquetTableReader. The closed
   * stats should not be lost.
   * 
* * repeated .cz.proto.DataInputStats apply_new_filter_stats = 26; */ java.util.List getApplyNewFilterStatsOrBuilderList(); /** *
   * If a ParquetInput runs applyNewFilter, it would close the current
   * ParquetTableReader, and reopen a new ParquetTableReader. The closed
   * stats should not be lost.
   * 
* * repeated .cz.proto.DataInputStats apply_new_filter_stats = 26; */ cz.proto.DataInputStatsOrBuilder getApplyNewFilterStatsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy