CWB
|
The SortClause object (and underlying SortClauseBuffer). More...
#include <ranges.h>
The SortClause object (and underlying SortClauseBuffer).
Contains information about a sort to be applied to a query.
Field type of the start of sort region.
Referenced by SortSubcorpus().
Field type of the end of sort region.
Referenced by SortSubcorpus().
char* attribute_name |
attribute on which to sort
Referenced by FreeSortClause(), and SortSubcorpus().
int flags |
constants indicating the cd flags, if present
Referenced by SortSubcorpus().
int offset1 |
Offset of the start of sort region.
Referenced by SortSubcorpus().
int offset2 |
Offset of the end of sort region.
Referenced by SortSubcorpus().
int sort_ascending |
Boolean: sort direction (ascending true/descending false)
Referenced by SortSubcorpus().
int sort_reverse |
Boolean: reverse sort? (sort reversed character sequences)
Referenced by SortSubcorpus().