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