Uses of Class
ai.heavy.thrift.server.TCountDistinctDescriptor
-
Packages that use TCountDistinctDescriptor Package Description ai.heavy.thrift.server -
-
Uses of TCountDistinctDescriptor in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TCountDistinctDescriptor Modifier and Type Field Description List<TCountDistinctDescriptor>TResultSetBufferDescriptor. count_distinct_descriptorsMethods in ai.heavy.thrift.server that return TCountDistinctDescriptor Modifier and Type Method Description TCountDistinctDescriptorTCountDistinctDescriptor. deepCopy()TCountDistinctDescriptorTCountDistinctDescriptor. setApproximate(boolean approximate)TCountDistinctDescriptorTCountDistinctDescriptor. setBitmap_sz_bits(long bitmap_sz_bits)TCountDistinctDescriptorTCountDistinctDescriptor. setDevice_type(TDeviceType device_type)TCountDistinctDescriptorTCountDistinctDescriptor. setImpl_type(TCountDistinctImplType impl_type)TCountDistinctDescriptorTCountDistinctDescriptor. setMin_val(long min_val)TCountDistinctDescriptorTCountDistinctDescriptor. setSub_bitmap_count(long sub_bitmap_count)Methods in ai.heavy.thrift.server that return types with arguments of type TCountDistinctDescriptor Modifier and Type Method Description List<TCountDistinctDescriptor>TResultSetBufferDescriptor. getCount_distinct_descriptors()Iterator<TCountDistinctDescriptor>TResultSetBufferDescriptor. getCount_distinct_descriptorsIterator()Methods in ai.heavy.thrift.server with parameters of type TCountDistinctDescriptor Modifier and Type Method Description voidTResultSetBufferDescriptor. addToCount_distinct_descriptors(TCountDistinctDescriptor elem)intTCountDistinctDescriptor. compareTo(TCountDistinctDescriptor other)booleanTCountDistinctDescriptor. equals(TCountDistinctDescriptor that)Method parameters in ai.heavy.thrift.server with type arguments of type TCountDistinctDescriptor Modifier and Type Method Description TResultSetBufferDescriptorTResultSetBufferDescriptor. setCount_distinct_descriptors(List<TCountDistinctDescriptor> count_distinct_descriptors)Constructors in ai.heavy.thrift.server with parameters of type TCountDistinctDescriptor Constructor Description TCountDistinctDescriptor(TCountDistinctDescriptor other)Performs a deep copy on other.
-