Package com.gpudb.protocol
Class GetRecordsByColumnRequest.Options
java.lang.Object
com.gpudb.protocol.GetRecordsByColumnRequest.Options
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIfTRUE, then WKT string columns will be returned as WKB bytes.static final Stringstatic final StringFilter expression to apply to the table.static final Stringstatic final StringComma-separated list of the columns to be sorted by as well as the sort direction, e.g., ‘timestamp asc, x desc’.static final StringFor multihead record retrieval without shard key expression - specifies from which tom to retrieve data.static final StringColumn that the data should be sorted by.static final StringString indicating how the returned values should be sorted -ASCENDINGorDESCENDING.static final String
Field Details
SORT_BY
Column that the data should be sorted by. Used in conjunction withSORT_ORDER. TheORDER_BYoption can be used in lieu ofSORT_BY/SORT_ORDER. The default value is ”.See Also:SORT_ORDER
String indicating how the returned values should be sorted -ASCENDINGorDESCENDING. IfSORT_ORDERis provided,SORT_BYhas to be provided. Supported values:The default value isASCENDING.See Also: