Uses of Class
com.mapd.thrift.server.TSlotSize
-
Packages that use TSlotSize Package Description com.mapd.thrift.server -
-
Uses of TSlotSize in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TSlotSize Modifier and Type Field Description List<TSlotSize>TColSlotContext. slot_sizesMethods in com.mapd.thrift.server that return TSlotSize Modifier and Type Method Description TSlotSizeTSlotSize. deepCopy()TSlotSizeTSlotSize. setLogical(short logical)TSlotSizeTSlotSize. setPadded(short padded)Methods in com.mapd.thrift.server that return types with arguments of type TSlotSize Modifier and Type Method Description List<TSlotSize>TColSlotContext. getSlot_sizes()Iterator<TSlotSize>TColSlotContext. getSlot_sizesIterator()Methods in com.mapd.thrift.server with parameters of type TSlotSize Modifier and Type Method Description voidTColSlotContext. addToSlot_sizes(TSlotSize elem)intTSlotSize. compareTo(TSlotSize other)booleanTSlotSize. equals(TSlotSize that)Method parameters in com.mapd.thrift.server with type arguments of type TSlotSize Modifier and Type Method Description TColSlotContextTColSlotContext. setSlot_sizes(List<TSlotSize> slot_sizes)Constructors in com.mapd.thrift.server with parameters of type TSlotSize Constructor Description TSlotSize(TSlotSize other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TSlotSize Constructor Description TColSlotContext(List<TSlotSize> slot_sizes, List<List<Integer>> col_to_slot_map)
-