Uses of Class
ai.heavy.thrift.server.TCountDistinctSet
-
Packages that use TCountDistinctSet Package Description ai.heavy.thrift.server -
-
Uses of TCountDistinctSet in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TCountDistinctSet Modifier and Type Field Description List<TCountDistinctSet>TSerializedRows. count_distinct_setsMethods in ai.heavy.thrift.server that return TCountDistinctSet Modifier and Type Method Description TCountDistinctSetTCountDistinctSet. deepCopy()TCountDistinctSetTCountDistinctSet. setRemote_ptr(long remote_ptr)TCountDistinctSetTCountDistinctSet. setStorage(TCountDistinctSetStorage storage)TCountDistinctSetTCountDistinctSet. setType(TCountDistinctImplType type)Methods in ai.heavy.thrift.server that return types with arguments of type TCountDistinctSet Modifier and Type Method Description List<TCountDistinctSet>TSerializedRows. getCount_distinct_sets()Iterator<TCountDistinctSet>TSerializedRows. getCount_distinct_setsIterator()Methods in ai.heavy.thrift.server with parameters of type TCountDistinctSet Modifier and Type Method Description voidTSerializedRows. addToCount_distinct_sets(TCountDistinctSet elem)intTCountDistinctSet. compareTo(TCountDistinctSet other)booleanTCountDistinctSet. equals(TCountDistinctSet that)Method parameters in ai.heavy.thrift.server with type arguments of type TCountDistinctSet Modifier and Type Method Description TSerializedRowsTSerializedRows. setCount_distinct_sets(List<TCountDistinctSet> count_distinct_sets)Constructors in ai.heavy.thrift.server with parameters of type TCountDistinctSet Constructor Description TCountDistinctSet(TCountDistinctSet other)Performs a deep copy on other.
-