Uses of Class
com.omnisci.thrift.server.TAggKind
-
Packages that use TAggKind Package Description com.omnisci.thrift.server -
-
Uses of TAggKind in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TAggKind Modifier and Type Field Description TAggKindTTargetInfo. kindMethods in com.omnisci.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 com.omnisci.thrift.server with parameters of type TAggKind Modifier and Type Method Description TTargetInfoTTargetInfo. setKind(TAggKind kind)Constructors in com.omnisci.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)
-