Uses of Class
ai.heavy.thrift.server.TCountDistinctImplType
-
Packages that use TCountDistinctImplType Package Description ai.heavy.thrift.server -
-
Uses of TCountDistinctImplType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TCountDistinctImplType Modifier and Type Field Description TCountDistinctImplTypeTCountDistinctDescriptor. impl_typeTCountDistinctImplTypeTCountDistinctSet. typeMethods in ai.heavy.thrift.server that return TCountDistinctImplType Modifier and Type Method Description static TCountDistinctImplTypeTCountDistinctImplType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TCountDistinctImplTypeTCountDistinctDescriptor. getImpl_type()TCountDistinctImplTypeTCountDistinctSet. getType()static TCountDistinctImplTypeTCountDistinctImplType. valueOf(String name)Returns the enum constant of this type with the specified name.static TCountDistinctImplType[]TCountDistinctImplType. 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 TCountDistinctImplType Modifier and Type Method Description TCountDistinctDescriptorTCountDistinctDescriptor. setImpl_type(TCountDistinctImplType impl_type)TCountDistinctSetTCountDistinctSet. setType(TCountDistinctImplType type)Constructors in ai.heavy.thrift.server with parameters of type TCountDistinctImplType Constructor Description TCountDistinctDescriptor(TCountDistinctImplType impl_type, long min_val, long bitmap_sz_bits, boolean approximate, TDeviceType device_type, long sub_bitmap_count)TCountDistinctSet(TCountDistinctImplType type, TCountDistinctSetStorage storage, long remote_ptr)
-