LanguageFeature

A language feature describes a specific capability or syntax of the query language used in a dashboard query, such as JOINS, STAGES, or DATA_TABLES.

Enums
LANGUAGE_FEATURE_UNSPECIFIED Language feature is unknown.
JOINS Language feature is joins.
STAGES Language feature is stages.
DATA_TABLES Language feature is data table.