Uses of Class
ai.heavy.thrift.calciteserver.TOutputBufferSizeType
-
Packages that use TOutputBufferSizeType Package Description ai.heavy.thrift.calciteserver -
-
Uses of TOutputBufferSizeType in ai.heavy.thrift.calciteserver
Fields in ai.heavy.thrift.calciteserver declared as TOutputBufferSizeType Modifier and Type Field Description TOutputBufferSizeTypeTUserDefinedTableFunction. sizerTypeMethods in ai.heavy.thrift.calciteserver that return TOutputBufferSizeType Modifier and Type Method Description static TOutputBufferSizeTypeTOutputBufferSizeType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TOutputBufferSizeTypeTUserDefinedTableFunction. getSizerType()static TOutputBufferSizeTypeTOutputBufferSizeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TOutputBufferSizeType[]TOutputBufferSizeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.calciteserver with parameters of type TOutputBufferSizeType Modifier and Type Method Description TUserDefinedTableFunctionTUserDefinedTableFunction. setSizerType(TOutputBufferSizeType sizerType)Constructors in ai.heavy.thrift.calciteserver with parameters of type TOutputBufferSizeType Constructor Description TUserDefinedTableFunction(String name, TOutputBufferSizeType sizerType, int sizerArgPos, List<TExtArgumentType> inputArgTypes, List<TExtArgumentType> outputArgTypes, List<TExtArgumentType> sqlArgTypes, List<Map<String,String>> annotations)
-