struct InvalidField
extension InvalidField : Equatable, Sendable
The FIELD_SELECT
expression uses an invalid field.
-
The id/name of the parameter.
Declaration
Swift
let field: AttributeID
-
The index of the operand in the expression.
Declaration
Swift
let operandIndex: UInt32
-
The associated expression. Set null if the expression is not found.
Declaration
Swift
let expression: (any IdentifiableExpression)?
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.Declaration
Swift
static func == (lhs: InvalidField, rhs: InvalidField) -> Bool
Parameters
lhs
A value to compare.
rhs
Another value to compare.