Uses of Class
com.mapd.thrift.server.TResultSetLayout
-
Packages that use TResultSetLayout Package Description com.mapd.thrift.server -
-
Uses of TResultSetLayout in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TResultSetLayout Modifier and Type Field Description TResultSetLayoutTResultSetBufferDescriptor. layoutMethods in com.mapd.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 com.mapd.thrift.server with parameters of type TResultSetLayout Modifier and Type Method Description TResultSetBufferDescriptorTResultSetBufferDescriptor. setLayout(TResultSetLayout layout)Constructors in com.mapd.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)
-