cz.proto.FileRangesInputStatsOrBuilder 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: operator.proto
package cz.proto;
public interface FileRangesInputStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FileRangesInputStats)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.DataInputStats file_input_stats = 1;
*/
java.util.List
getFileInputStatsList();
/**
* repeated .cz.proto.DataInputStats file_input_stats = 1;
*/
cz.proto.DataInputStats getFileInputStats(int index);
/**
* repeated .cz.proto.DataInputStats file_input_stats = 1;
*/
int getFileInputStatsCount();
/**
* repeated .cz.proto.DataInputStats file_input_stats = 1;
*/
java.util.List extends cz.proto.DataInputStatsOrBuilder>
getFileInputStatsOrBuilderList();
/**
* repeated .cz.proto.DataInputStats file_input_stats = 1;
*/
cz.proto.DataInputStatsOrBuilder getFileInputStatsOrBuilder(
int index);
/**
*
* Trying to keep all filters in the same order as the basic
* filter and applyNewFilter
*
*
* repeated string ppd_filter = 2;
* @return A list containing the ppdFilter.
*/
java.util.List
getPpdFilterList();
/**
*
* Trying to keep all filters in the same order as the basic
* filter and applyNewFilter
*
*
* repeated string ppd_filter = 2;
* @return The count of ppdFilter.
*/
int getPpdFilterCount();
/**
*
* Trying to keep all filters in the same order as the basic
* filter and applyNewFilter
*
*
* repeated string ppd_filter = 2;
* @param index The index of the element to return.
* @return The ppdFilter at the given index.
*/
java.lang.String getPpdFilter(int index);
/**
*
* Trying to keep all filters in the same order as the basic
* filter and applyNewFilter
*
*
* repeated string ppd_filter = 2;
* @param index The index of the value to return.
* @return The bytes of the ppdFilter at the given index.
*/
com.google.protobuf.ByteString
getPpdFilterBytes(int index);
/**
* uint64 pruned_file_count = 3;
* @return The prunedFileCount.
*/
long getPrunedFileCount();
/**
* uint64 prefetched_file_count = 4;
* @return The prefetchedFileCount.
*/
long getPrefetchedFileCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy