Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

SortingNullsPriority

The position of the nulls first/last, default: last

enum SortingNullsPriority {
FIRST
LAST
}

Values

SortingNullsPriority.FIRST

Place null values at the beginning of sorted results

SortingNullsPriority.LAST

Place null values at the end of sorted results

Member Of