cz.proto.InputSplitOrBuilder 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 InputSplitOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.InputSplit)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.InputSplitType type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .cz.proto.InputSplitType type = 1;
* @return The type.
*/
cz.proto.InputSplitType getType();
/**
* string operatorId = 2;
* @return The operatorId.
*/
java.lang.String getOperatorId();
/**
* string operatorId = 2;
* @return The bytes for operatorId.
*/
com.google.protobuf.ByteString
getOperatorIdBytes();
/**
* .cz.proto.FileRangesInputSplit fileRanges = 3;
* @return Whether the fileRanges field is set.
*/
boolean hasFileRanges();
/**
* .cz.proto.FileRangesInputSplit fileRanges = 3;
* @return The fileRanges.
*/
cz.proto.FileRangesInputSplit getFileRanges();
/**
* .cz.proto.FileRangesInputSplit fileRanges = 3;
*/
cz.proto.FileRangesInputSplitOrBuilder getFileRangesOrBuilder();
/**
* .cz.proto.FileRowRangeInputSplit fileRowRange = 4;
* @return Whether the fileRowRange field is set.
*/
boolean hasFileRowRange();
/**
* .cz.proto.FileRowRangeInputSplit fileRowRange = 4;
* @return The fileRowRange.
*/
cz.proto.FileRowRangeInputSplit getFileRowRange();
/**
* .cz.proto.FileRowRangeInputSplit fileRowRange = 4;
*/
cz.proto.FileRowRangeInputSplitOrBuilder getFileRowRangeOrBuilder();
public cz.proto.InputSplit.SplitCase getSplitCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy