Uses of Class
ai.heavy.thrift.server.TResultSetLayout
-
Packages that use TResultSetLayout Package Description ai.heavy.thrift.server -
-
Uses of TResultSetLayout in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TResultSetLayout Modifier and Type Field Description TResultSetLayoutTResultSetBufferDescriptor. layoutMethods in ai.heavy.thrift.server that return TResultSetLayout Modifier and Type Method Description static TResultSetLayoutTResultSetLayout. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TResultSetLayoutTResultSetBufferDescriptor. getLayout()static TResultSetLayoutTResultSetLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static TResultSetLayout[]TResultSetLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TResultSetLayout Modifier and Type Method Description TResultSetBufferDescriptorTResultSetBufferDescriptor. setLayout(TResultSetLayout layout)Constructors in ai.heavy.thrift.server with parameters of type TResultSetLayout Constructor Description 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)
-