SQLExpressionBuilder
Constructor
new SQLExpressionBuilder()
Methods
build
Builds the object.
columns
columns(columns: cog.Builder<bigquery.QueryEditorFunctionExpression>[])
from
groupBy
groupBy(groupBy: cog.Builder<bigquery.QueryEditorGroupByExpression>[])
limit
offset
orderBy
orderBy(orderBy: cog.Builder<bigquery.QueryEditorPropertyExpression>)
orderByDirection
orderByDirection(orderByDirection: bigquery.OrderByDirection)
whereString
whereJsonTree?: _
whereString(whereString: string)
See also