Table FunctionΒΆ

Contains table function related classes.

Classes

TableFunctionCall(func_name, ...)

Represents a table function call.

Methods

alias(*aliases)

Alias the output columns from the output of this table function call.

as_(*aliases)

Alias the output columns from the output of this table function call.

over(*[, partition_by, order_by])

Specify the partitioning plan for this table function call when you lateral join this table function.

Attributes

name

The table function name

arguments

The positional arguments used to call this table function.

named_arguments

The named arguments used to call this table function.