Documentation Language: Swift

Structure

AQLNavigationExpression

Represents property navigation (e.g., object.property or object.reference).

struct AQLNavigationExpression

Topics

Initializers

Instance Properties

V
isNullSafe

If true, this is a null-safe navigation (AQL is generally forgiving).

V

Instance Methods

F
evaluate(in:)

Evaluates the expression within the specified execution context.

Relationships

Conforms To

See Also

Expressions

P
AQLExpression

Protocol for AQL expressions that can be evaluated within an execution context.

S
AQLCollectionExpression

Represents collection operations in AQL (select, reject, collect, etc.).

S
AQLLiteralExpression

Represents a literal value (String, Integer, Boolean, Real, null).

S
AQLVariableExpression

Represents a variable reference in AQL.

S
AQLLetExpression

Represents let expressions for local variable bindings in AQL.