Package io.substrait.expression
Class FieldReference.MapKey
java.lang.Object
io.substrait.expression.FieldReference.MapKey
- All Implemented Interfaces:
FieldReference.ReferenceSegment
- Enclosing class:
- FieldReference
@Immutable
public abstract static class FieldReference.MapKey
extends Object
implements FieldReference.ReferenceSegment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(FieldReference reference) constructOnRoot(Type.Struct struct) abstract Expression.Literalkey()static FieldReference.MapKeyof(Expression.Literal key)
-
Constructor Details
-
MapKey
public MapKey()
-
-
Method Details
-
key
-
of
-
apply
- Specified by:
applyin interfaceFieldReference.ReferenceSegment
-
constructOnExpression
- Specified by:
constructOnExpressionin interfaceFieldReference.ReferenceSegment
-
constructOnRoot
- Specified by:
constructOnRootin interfaceFieldReference.ReferenceSegment
-