Home
last modified time | relevance | path

Searched defs:IdbSortSpec (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Didborderby.h77 struct IdbSortSpec struct
84 IdbSortSpec() : fIndex(-1), fAsc(1), fNf(1) {} in IdbSortSpec() function
85 IdbSortSpec(int i, bool b) : fIndex(i), fAsc(b ? 1 : -1), fNf(fAsc) {} in IdbSortSpec() argument
86 IdbSortSpec(int i, bool b, bool n) : fIndex(i), fAsc(b ? 1 : -1), fNf(n ? 1 : -1) {} in IdbSortSpec() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/windowfunction/
H A Didborderby.h77 struct IdbSortSpec struct
84 IdbSortSpec() : fIndex(-1), fAsc(1), fNf(1) {} in IdbSortSpec() function
85 IdbSortSpec(int i, bool b) : fIndex(i), fAsc(b ? 1 : -1), fNf(fAsc) {} in IdbSortSpec() function
86 IdbSortSpec(int i, bool b, bool n) : fIndex(i), fAsc(b ? 1 : -1), fNf(n ? 1 : -1) {} in IdbSortSpec() argument