Uses of Class
ai.heavy.thrift.server.TAggKind
-
Packages that use TAggKind Package Description ai.heavy.thrift.server -
-
Uses of TAggKind in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TAggKind Modifier and Type Field Description TAggKindTTargetInfo. kindMethods in ai.heavy.thrift.server that return TAggKind Modifier and Type Method Description static TAggKindTAggKind. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TAggKindTTargetInfo. getKind()static TAggKindTAggKind. valueOf(String name)Returns the enum constant of this type with the specified name.static TAggKind[]TAggKind. 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 TAggKind Modifier and Type Method Description TTargetInfoTTargetInfo. setKind(TAggKind kind)Constructors in ai.heavy.thrift.server with parameters of type TAggKind Constructor Description TTargetInfo(boolean is_agg, TAggKind kind, TTypeInfo type, TTypeInfo arg_type, boolean skip_nulls, boolean is_distinct)
-