Uses of Class
com.omnisci.thrift.calciteserver.TExtArgumentType
-
Packages that use TExtArgumentType Package Description com.omnisci.thrift.calciteserver -
-
Uses of TExtArgumentType in com.omnisci.thrift.calciteserver
Fields in com.omnisci.thrift.calciteserver declared as TExtArgumentType Modifier and Type Field Description TExtArgumentTypeTUserDefinedFunction. retTypeFields in com.omnisci.thrift.calciteserver with type parameters of type TExtArgumentType Modifier and Type Field Description List<TExtArgumentType>TUserDefinedFunction. argTypesList<TExtArgumentType>TUserDefinedTableFunction. inputArgTypesList<TExtArgumentType>TUserDefinedTableFunction. outputArgTypesList<TExtArgumentType>TUserDefinedTableFunction. sqlArgTypesMethods in com.omnisci.thrift.calciteserver that return TExtArgumentType Modifier and Type Method Description static TExtArgumentTypeTExtArgumentType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TExtArgumentTypeTUserDefinedFunction. getRetType()static TExtArgumentTypeTExtArgumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static TExtArgumentType[]TExtArgumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.omnisci.thrift.calciteserver that return types with arguments of type TExtArgumentType Modifier and Type Method Description List<TExtArgumentType>TUserDefinedFunction. getArgTypes()Iterator<TExtArgumentType>TUserDefinedFunction. getArgTypesIterator()List<TExtArgumentType>TUserDefinedTableFunction. getInputArgTypes()Iterator<TExtArgumentType>TUserDefinedTableFunction. getInputArgTypesIterator()List<TExtArgumentType>TUserDefinedTableFunction. getOutputArgTypes()Iterator<TExtArgumentType>TUserDefinedTableFunction. getOutputArgTypesIterator()List<TExtArgumentType>TUserDefinedTableFunction. getSqlArgTypes()Iterator<TExtArgumentType>TUserDefinedTableFunction. getSqlArgTypesIterator()Methods in com.omnisci.thrift.calciteserver with parameters of type TExtArgumentType Modifier and Type Method Description voidTUserDefinedFunction. addToArgTypes(TExtArgumentType elem)voidTUserDefinedTableFunction. addToInputArgTypes(TExtArgumentType elem)voidTUserDefinedTableFunction. addToOutputArgTypes(TExtArgumentType elem)voidTUserDefinedTableFunction. addToSqlArgTypes(TExtArgumentType elem)TUserDefinedFunctionTUserDefinedFunction. setRetType(TExtArgumentType retType)Method parameters in com.omnisci.thrift.calciteserver with type arguments of type TExtArgumentType Modifier and Type Method Description TUserDefinedFunctionTUserDefinedFunction. setArgTypes(List<TExtArgumentType> argTypes)TUserDefinedTableFunctionTUserDefinedTableFunction. setInputArgTypes(List<TExtArgumentType> inputArgTypes)TUserDefinedTableFunctionTUserDefinedTableFunction. setOutputArgTypes(List<TExtArgumentType> outputArgTypes)TUserDefinedTableFunctionTUserDefinedTableFunction. setSqlArgTypes(List<TExtArgumentType> sqlArgTypes)Constructors in com.omnisci.thrift.calciteserver with parameters of type TExtArgumentType Constructor Description TUserDefinedFunction(String name, List<TExtArgumentType> argTypes, TExtArgumentType retType)Constructor parameters in com.omnisci.thrift.calciteserver with type arguments of type TExtArgumentType Constructor Description TUserDefinedFunction(String name, List<TExtArgumentType> argTypes, TExtArgumentType retType)TUserDefinedTableFunction(String name, TOutputBufferSizeType sizerType, int sizerArgPos, List<TExtArgumentType> inputArgTypes, List<TExtArgumentType> outputArgTypes, List<TExtArgumentType> sqlArgTypes, List<Map<String,String>> annotations)
-