Package com.gpudb.protocol
Class GetRecordsRequest.Options
java.lang.Object
com.gpudb.protocol.GetRecordsRequest.Options
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringFilter expression to apply to the table.static final Stringstatic final StringIndicates if indexes should be used to perform the lookup for a given expression if possible.static final StringColumn that the data should be sorted by.static final StringString indicating how the returned values should be sorted - ascending or descending.static final String
Field Details
FAST_INDEX_LOOKUP
Indicates if indexes should be used to perform the lookup for a given expression if possible. Only applicable if there is no sorting, the expression contains only equivalence comparisons based on existing tables indexes and the range of requested values is from [0 to END_OF_SET]. Supported values:The default value isTRUE.See Also:SORT_ORDER
String indicating how the returned values should be sorted - ascending or descending. If sort_order is provided, sort_by has to be provided. Supported values:The default value isASCENDING.See Also: