Documentation Language: Swift

Initializer

init(_:)

Creates a new MTL expression wrapping an AQL expression.

init(_ aqlExpression: any AQLExpression)

Parameters

aqlExpression

The AQL expression to wrap

Discussion