Uses of Class
org.rumbledb.expressions.primary.MapConstructorExpression
Packages that use MapConstructorExpression
-
Uses of MapConstructorExpression in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type MapConstructorExpressionModifier and TypeMethodDescriptionCloneVisitor.visitMapConstructor(MapConstructorExpression expression, Node argument) InferTypeVisitor.visitMapConstructor(MapConstructorExpression expression, StaticContext argument) ProjectionPushdownDetectionVisitor.visitMapConstructor(MapConstructorExpression expression, ProjectionPushdownDetectionVisitor.ReferenceMap argument) RuntimeIteratorVisitor.visitMapConstructor(MapConstructorExpression expression, RuntimeIterator argument) TypeIndependentNodeVisitor.visitMapConstructor(MapConstructorExpression expression, Node argument) -
Uses of MapConstructorExpression in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type MapConstructorExpressionModifier and TypeMethodDescriptionAbstractNodeVisitor.visitMapConstructor(MapConstructorExpression expression, T argument)