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.

TableSortingKey

The possible sort fields

enum TableSortingKey {
levelOfCompletion
name
nameLength
ownersAndTeamOwnersCount
popularity
schemaName
}

Values

TableSortingKey.levelOfCompletion

Sort by the level of completion

TableSortingKey.name

Sort by the table name

TableSortingKey.nameLength

Sort by the table name length

TableSortingKey.ownersAndTeamOwnersCount

Sort by the number of owners and team owners

TableSortingKey.popularity

Sort by the table popularity

TableSortingKey.schemaName

Sort by the schema name

Member Of