EnumerationFoundation5.9.0
ExpressionType
enum ExpressionType
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case aggregate
case anyKey
case block
case conditional
case constantValue
case evaluatedObject
case function
case intersectSet
case keyPath
case minusSet
case subquery
case unionSet
case variable
init?(rawValue: UInt
)