cz.proto.FunctionTypeInfoOrBuilder 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: data_type.proto
package cz.proto;
public interface FunctionTypeInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FunctionTypeInfo)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.DataType args = 1;
*/
java.util.List
getArgsList();
/**
* repeated .cz.proto.DataType args = 1;
*/
cz.proto.DataType getArgs(int index);
/**
* repeated .cz.proto.DataType args = 1;
*/
int getArgsCount();
/**
* repeated .cz.proto.DataType args = 1;
*/
java.util.List extends cz.proto.DataTypeOrBuilder>
getArgsOrBuilderList();
/**
* repeated .cz.proto.DataType args = 1;
*/
cz.proto.DataTypeOrBuilder getArgsOrBuilder(
int index);
/**
* .cz.proto.DataType return_type = 2;
* @return Whether the returnType field is set.
*/
boolean hasReturnType();
/**
* .cz.proto.DataType return_type = 2;
* @return The returnType.
*/
cz.proto.DataType getReturnType();
/**
* .cz.proto.DataType return_type = 2;
*/
cz.proto.DataTypeOrBuilder getReturnTypeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy