cz.proto.UnionAllOrBuilder 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 UnionAllOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.UnionAll)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint64 input_references = 1;
* @return A list containing the inputReferences.
*/
java.util.List getInputReferencesList();
/**
* repeated uint64 input_references = 1;
* @return The count of inputReferences.
*/
int getInputReferencesCount();
/**
* repeated uint64 input_references = 1;
* @param index The index of the element to return.
* @return The inputReferences at the given index.
*/
long getInputReferences(int index);
/**
* bool isIncrMergeUnion = 2;
* @return The isIncrMergeUnion.
*/
boolean getIsIncrMergeUnion();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy