class documentation

lightweight label object which acts as an expression.Label.

Method __init__ Undocumented
Method self_group Undocumented
Class Variable __slots__ Undocumented
Class Variable __visit_name__ Undocumented
Instance Variable element Undocumented
Instance Variable name Undocumented
Property proxy_set Undocumented
Property type Undocumented
Instance Variable _alt_names Undocumented

Inherited from BinaryElementRole:

Class Variable _role_name Undocumented

Inherited from ExpressionElementRole (via BinaryElementRole):

Method label Undocumented

Inherited from ColumnsClauseRole (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole):

Property _select_iterable Undocumented

Inherited from AllowsLambdaRole (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole):

Class Variable allows_lambda Undocumented

Inherited from UsesInspection (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole):

Class Variable uses_inspection Undocumented
Class Variable _post_inspect Undocumented

Inherited from CompilerElement (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole, UsesInspection, ColumnListRole, SQLRole):

Method __str__ Undocumented
Method compile Compile this SQL expression.
Class Variable stringify_dialect Undocumented
Class Variable supports_execution Undocumented
Method _compiler Return a compiler appropriate for this ClauseElement, given a Dialect.

Inherited from Visitable (via BinaryElementRole, ExpressionElementRole, TypedColumnsClauseRole, CompilerColumnElement, DMLColumnRole, DDLConstraintColumnRole, ColumnsClauseRole, AllowsLambdaRole, UsesInspection, ColumnListRole, SQLRole, CompilerElement):

Method __class_getitem__ Undocumented
Method __init_subclass__ Undocumented
Class Method _generate_compiler_dispatch Undocumented
Method _compiler_dispatch Undocumented
Class Variable _original_compiler_dispatch Undocumented
def __init__(self, col, name, alt_names=()): (source)

Undocumented

def self_group(self, **kw): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

_alt_names = (source)

Undocumented