cz.proto.TableFunctionCallOrBuilder 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 TableFunctionCallOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableFunctionCall)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.ScalarExpression function = 1;
* @return Whether the function field is set.
*/
boolean hasFunction();
/**
* .cz.proto.ScalarExpression function = 1;
* @return The function.
*/
cz.proto.Expression.ScalarExpression getFunction();
/**
* .cz.proto.ScalarExpression function = 1;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getFunctionOrBuilder();
/**
* bool outer = 2;
* @return The outer.
*/
boolean getOuter();
/**
* repeated uint64 used_fields = 3;
* @return A list containing the usedFields.
*/
java.util.List getUsedFieldsList();
/**
* repeated uint64 used_fields = 3;
* @return The count of usedFields.
*/
int getUsedFieldsCount();
/**
* repeated uint64 used_fields = 3;
* @param index The index of the element to return.
* @return The usedFields at the given index.
*/
long getUsedFields(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy