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

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

  /**
   * uint64 raw_input_byte_count = 1;
   * @return The rawInputByteCount.
   */
  long getRawInputByteCount();

  /**
   * uint64 row_count = 2;
   * @return The rowCount.
   */
  long getRowCount();

  /**
   * .cz.proto.FileRangesInputStats file_input_stats = 3;
   * @return Whether the fileInputStats field is set.
   */
  boolean hasFileInputStats();
  /**
   * .cz.proto.FileRangesInputStats file_input_stats = 3;
   * @return The fileInputStats.
   */
  cz.proto.FileRangesInputStats getFileInputStats();
  /**
   * .cz.proto.FileRangesInputStats file_input_stats = 3;
   */
  cz.proto.FileRangesInputStatsOrBuilder getFileInputStatsOrBuilder();

  /**
   * .cz.proto.FileInputStats file_format_stats = 4;
   * @return Whether the fileFormatStats field is set.
   */
  boolean hasFileFormatStats();
  /**
   * .cz.proto.FileInputStats file_format_stats = 4;
   * @return The fileFormatStats.
   */
  cz.proto.FileInputStats getFileFormatStats();
  /**
   * .cz.proto.FileInputStats file_format_stats = 4;
   */
  cz.proto.FileInputStatsOrBuilder getFileFormatStatsOrBuilder();

  /**
   * 
   * including decoding/decompression/io...
   * 
* * uint64 time_elapsed_us = 5; * @return The timeElapsedUs. */ long getTimeElapsedUs(); public cz.proto.DataInputStats.InputStatsCase getInputStatsCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy