Uses of Class
org.rumbledb.compiler.VisitorConfig
Packages that use VisitorConfig
Package
Description
-
Uses of VisitorConfig in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type VisitorConfigModifier and TypeMethodDescriptionNode.getHighestExecutionMode(VisitorConfig visitorConfig) Gets the highest execution mode of this node, which determines whether evaluation will be done locally, with RDDs or with DataFrames.Expression.getStaticContextForRuntime(RumbleRuntimeConfiguration conf, VisitorConfig visitorConfig) -
Uses of VisitorConfig in org.rumbledb.expressions.flowr
Methods in org.rumbledb.expressions.flowr with parameters of type VisitorConfigModifier and TypeMethodDescriptionClause.getStaticContextForRuntime(RumbleRuntimeConfiguration conf, VisitorConfig visitorConfig) ForClause.getVariableHighestStorageMode(VisitorConfig visitorConfig) LetClause.getVariableHighestStorageMode(VisitorConfig visitorConfig) -
Uses of VisitorConfig in org.rumbledb.expressions.module
Methods in org.rumbledb.expressions.module with parameters of type VisitorConfigModifier and TypeMethodDescriptionVariableDeclaration.getVariableHighestStorageMode(VisitorConfig visitorConfig) -
Uses of VisitorConfig in org.rumbledb.expressions.primary
Methods in org.rumbledb.expressions.primary with parameters of type VisitorConfigModifier and TypeMethodDescriptionvoidInlineFunctionExpression.registerUserDefinedFunctionExecutionMode(VisitorConfig visitorConfig) -
Uses of VisitorConfig in org.rumbledb.expressions.scripting.statement
Methods in org.rumbledb.expressions.scripting.statement with parameters of type VisitorConfigModifier and TypeMethodDescriptionStatement.getStaticContextForRuntime(RumbleRuntimeConfiguration conf, VisitorConfig visitorConfig)