Skip to content

SQLExpressionBuilder🔗

Constructor🔗

new SQLExpressionBuilder()

Methods🔗

build🔗

Builds the object.

build()

columns🔗

columns(columns: cog.Builder<bigquery.QueryEditorFunctionExpression>[])

from🔗

from(from: string)

groupBy🔗

groupBy(groupBy: cog.Builder<bigquery.QueryEditorGroupByExpression>[])

limit🔗

limit(limit: number)

offset🔗

offset(offset: number)

orderBy🔗

orderBy(orderBy: cog.Builder<bigquery.QueryEditorPropertyExpression>)

orderByDirection🔗

orderByDirection(orderByDirection: bigquery.OrderByDirection)

whereString🔗

whereJsonTree?: _

whereString(whereString: string)

See also🔗