Uses of Class
com.omnisci.thrift.calciteserver.TOutputBufferSizeType
-
Packages that use TOutputBufferSizeType Package Description com.omnisci.thrift.calciteserver -
-
Uses of TOutputBufferSizeType in com.omnisci.thrift.calciteserver
Fields in com.omnisci.thrift.calciteserver declared as TOutputBufferSizeType Modifier and Type Field Description TOutputBufferSizeTypeTUserDefinedTableFunction. sizerTypeMethods in com.omnisci.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 com.omnisci.thrift.calciteserver with parameters of type TOutputBufferSizeType Modifier and Type Method Description TUserDefinedTableFunctionTUserDefinedTableFunction. setSizerType(TOutputBufferSizeType sizerType)Constructors in com.omnisci.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)
-