Uses of Class
ai.heavy.thrift.server.TDataSourceType
-
Packages that use TDataSourceType Package Description ai.heavy.thrift.server -
-
Uses of TDataSourceType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDataSourceType Modifier and Type Field Description TDataSourceTypeTCustomExpression. data_source_typeMethods in ai.heavy.thrift.server that return TDataSourceType Modifier and Type Method Description static TDataSourceTypeTDataSourceType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TDataSourceTypeTCustomExpression. getData_source_type()static TDataSourceTypeTDataSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TDataSourceType[]TDataSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TDataSourceType Modifier and Type Method Description TCustomExpressionTCustomExpression. setData_source_type(TDataSourceType data_source_type)Constructors in ai.heavy.thrift.server with parameters of type TDataSourceType Constructor Description TCustomExpression(int id, String name, String expression_json, TDataSourceType data_source_type, int data_source_id, boolean is_deleted, String data_source_name)
-