Skip to content

SQLExpression🔗

Constructor🔗

SQLExpression()

Methods🔗

build🔗

Builds the object.

def build() -> bigquery.SQLExpression

columns🔗

def columns(columns: list[cogbuilder.Builder[bigquery.QueryEditorFunctionExpression]]) -> typing.Self

from_val🔗

def from_val(from_val: str) -> typing.Self

group_by🔗

def group_by(group_by: list[cogbuilder.Builder[bigquery.QueryEditorGroupByExpression]]) -> typing.Self

limit🔗

def limit(limit: int) -> typing.Self

offset🔗

def offset(offset: int) -> typing.Self

order_by🔗

def order_by(order_by: cogbuilder.Builder[bigquery.QueryEditorPropertyExpression]) -> typing.Self

order_by_direction🔗

def order_by_direction(order_by_direction: bigquery.OrderByDirection) -> typing.Self

where_string🔗

whereJsonTree?: _

def where_string(where_string: str) -> typing.Self

See also🔗