ExpressionV2 Class

Nested representation of a complex expression.

Constructor

ExpressionV2(*args: Any, **kwargs: Any)

Variables

Name Description
type

Type of expressions supported by the system. Type: string. Known values are: "Constant", "Field", "Unary", "Binary", and "NAry".

value
any

Value for Constant/Field Type: object.

operators

Expression operator value Type: list of strings.

operands

List of nested expressions.

Attributes

operands

List of nested expressions.

operands: list['_models.ExpressionV2'] | None

operators

list of strings.

operators: list[str] | None

type

"Constant", "Field", "Unary", "Binary", and "NAry".

type: str | _models.ExpressionV2Type | None

value

object.

value: Any | None