cz.proto.RangeFileOrBuilder 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: input_split.proto
package cz.proto;
public interface RangeFileOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.RangeFile)
com.google.protobuf.MessageOrBuilder {
/**
* optional string path = 1;
* @return Whether the path field is set.
*/
boolean hasPath();
/**
* optional string path = 1;
* @return The path.
*/
java.lang.String getPath();
/**
* optional string path = 1;
* @return The bytes for path.
*/
com.google.protobuf.ByteString
getPathBytes();
/**
* optional int64 recordCnt = 2;
* @return Whether the recordCnt field is set.
*/
boolean hasRecordCnt();
/**
* optional int64 recordCnt = 2;
* @return The recordCnt.
*/
long getRecordCnt();
/**
* optional int64 fileSize = 3;
* @return Whether the fileSize field is set.
*/
boolean hasFileSize();
/**
* optional int64 fileSize = 3;
* @return The fileSize.
*/
long getFileSize();
/**
* optional string location = 4;
* @return Whether the location field is set.
*/
boolean hasLocation();
/**
* optional string location = 4;
* @return The location.
*/
java.lang.String getLocation();
/**
* optional string location = 4;
* @return The bytes for location.
*/
com.google.protobuf.ByteString
getLocationBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy