cz.proto.DataOutputStatsOrBuilder 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 DataOutputStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.DataOutputStats)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 raw_output_byte_count = 1;
* @return The rawOutputByteCount.
*/
long getRawOutputByteCount();
/**
* uint64 row_count = 2;
* @return The rowCount.
*/
long getRowCount();
/**
* .cz.proto.FileOutputStats file_output_stats = 3;
* @return Whether the fileOutputStats field is set.
*/
boolean hasFileOutputStats();
/**
* .cz.proto.FileOutputStats file_output_stats = 3;
* @return The fileOutputStats.
*/
cz.proto.FileOutputStats getFileOutputStats();
/**
* .cz.proto.FileOutputStats file_output_stats = 3;
*/
cz.proto.FileOutputStatsOrBuilder getFileOutputStatsOrBuilder();
/**
* .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
* @return Whether the multipleFileOutputStats field is set.
*/
boolean hasMultipleFileOutputStats();
/**
* .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
* @return The multipleFileOutputStats.
*/
cz.proto.MultipleFileOutputStats getMultipleFileOutputStats();
/**
* .cz.proto.MultipleFileOutputStats multiple_file_output_stats = 4;
*/
cz.proto.MultipleFileOutputStatsOrBuilder getMultipleFileOutputStatsOrBuilder();
public cz.proto.DataOutputStats.OutputStatsCase getOutputStatsCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy