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

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

  /**
   * .cz.proto.DataInputStats input_stats = 1;
   * @return Whether the inputStats field is set.
   */
  boolean hasInputStats();
  /**
   * .cz.proto.DataInputStats input_stats = 1;
   * @return The inputStats.
   */
  cz.proto.DataInputStats getInputStats();
  /**
   * .cz.proto.DataInputStats input_stats = 1;
   */
  cz.proto.DataInputStatsOrBuilder getInputStatsOrBuilder();

  /**
   * .cz.proto.FilePruningStats pruning_stats = 2;
   * @return Whether the pruningStats field is set.
   */
  boolean hasPruningStats();
  /**
   * .cz.proto.FilePruningStats pruning_stats = 2;
   * @return The pruningStats.
   */
  cz.proto.FilePruningStats getPruningStats();
  /**
   * .cz.proto.FilePruningStats pruning_stats = 2;
   */
  cz.proto.FilePruningStatsOrBuilder getPruningStatsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy