Uses of Class
com.mapd.thrift.server.TCountDistinctSetStorage
-
Packages that use TCountDistinctSetStorage Package Description com.mapd.thrift.server -
-
Uses of TCountDistinctSetStorage in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TCountDistinctSetStorage Modifier and Type Field Description TCountDistinctSetStorageTCountDistinctSet. storageMethods in com.mapd.thrift.server that return TCountDistinctSetStorage Modifier and Type Method Description static TCountDistinctSetStorageTCountDistinctSetStorage. bitmap(byte[] value)static TCountDistinctSetStorageTCountDistinctSetStorage. bitmap(ByteBuffer value)TCountDistinctSetStorageTCountDistinctSetStorage. deepCopy()TCountDistinctSetStorageTCountDistinctSet. getStorage()static TCountDistinctSetStorageTCountDistinctSetStorage. sparse_set(Set<Long> value)Methods in com.mapd.thrift.server with parameters of type TCountDistinctSetStorage Modifier and Type Method Description intTCountDistinctSetStorage. compareTo(TCountDistinctSetStorage other)booleanTCountDistinctSetStorage. equals(TCountDistinctSetStorage other)TCountDistinctSetTCountDistinctSet. setStorage(TCountDistinctSetStorage storage)Constructors in com.mapd.thrift.server with parameters of type TCountDistinctSetStorage Constructor Description TCountDistinctSet(TCountDistinctImplType type, TCountDistinctSetStorage storage, long remote_ptr)TCountDistinctSetStorage(TCountDistinctSetStorage other)
-