Uses of Class
ai.heavy.thrift.server.TColSlotContext
-
Packages that use TColSlotContext Package Description ai.heavy.thrift.server -
-
Uses of TColSlotContext in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TColSlotContext Modifier and Type Field Description TColSlotContextTResultSetBufferDescriptor. col_slot_contextMethods in ai.heavy.thrift.server that return TColSlotContext Modifier and Type Method Description TColSlotContextTColSlotContext. deepCopy()TColSlotContextTResultSetBufferDescriptor. getCol_slot_context()TColSlotContextTColSlotContext. setCol_to_slot_map(List<List<Integer>> col_to_slot_map)TColSlotContextTColSlotContext. setSlot_sizes(List<TSlotSize> slot_sizes)Methods in ai.heavy.thrift.server with parameters of type TColSlotContext Modifier and Type Method Description intTColSlotContext. compareTo(TColSlotContext other)booleanTColSlotContext. equals(TColSlotContext that)TResultSetBufferDescriptorTResultSetBufferDescriptor. setCol_slot_context(TColSlotContext col_slot_context)Constructors in ai.heavy.thrift.server with parameters of type TColSlotContext Constructor Description TColSlotContext(TColSlotContext other)Performs a deep copy on other.TResultSetBufferDescriptor(TResultSetLayout layout, boolean keyless, int entry_count, int idx_target_as_key, long min_val, long max_val, long bucket, List<Short> group_col_widths, short key_bytewidth, TColSlotContext col_slot_context, List<Integer> target_groupby_indices, List<TCountDistinctDescriptor> count_distinct_descriptors, boolean force_4byte_float)
-