Uses of Enum Class
org.rumbledb.expressions.flowr.FLWOR_CLAUSES
Packages that use FLWOR_CLAUSES
Package
Description
-
Uses of FLWOR_CLAUSES in org.rumbledb.expressions.flowr
Fields in org.rumbledb.expressions.flowr declared as FLWOR_CLAUSESMethods in org.rumbledb.expressions.flowr that return FLWOR_CLAUSESModifier and TypeMethodDescriptionClause.getClauseType()
static FLWOR_CLAUSES
Returns the enum constant of this class with the specified name.static FLWOR_CLAUSES[]
FLWOR_CLAUSES.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rumbledb.expressions.flowr with parameters of type FLWOR_CLAUSES -
Uses of FLWOR_CLAUSES in org.rumbledb.runtime
Methods in org.rumbledb.runtime with parameters of type FLWOR_CLAUSESModifier and TypeMethodDescriptionabstract boolean
RuntimeTupleIterator.containsClause
(FLWOR_CLAUSES kind) Says whether or not the clause and its descendants include a clause of the specified kind. -
Uses of FLWOR_CLAUSES in org.rumbledb.runtime.flwor
Methods in org.rumbledb.runtime.flwor that return FLWOR_CLAUSESMethods in org.rumbledb.runtime.flwor with parameters of type FLWOR_CLAUSESModifier and TypeMethodDescriptionvoid
NativeClauseContext.setClauseType
(FLWOR_CLAUSES clauseType) Constructors in org.rumbledb.runtime.flwor with parameters of type FLWOR_CLAUSESModifierConstructorDescriptionNativeClauseContext
(FLWOR_CLAUSES clauseType, org.apache.spark.sql.types.StructType schema, DynamicContext context) -
Uses of FLWOR_CLAUSES in org.rumbledb.runtime.flwor.clauses
Methods in org.rumbledb.runtime.flwor.clauses with parameters of type FLWOR_CLAUSESModifier and TypeMethodDescriptionboolean
CountClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
ForClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
GroupByClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
JoinClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
LetClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
OrderByClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind) boolean
WhereClauseSparkIterator.containsClause
(FLWOR_CLAUSES kind)