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_CLAUSESReturns 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 booleanRuntimeTupleIterator.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 TypeMethodDescriptionvoidNativeClauseContext.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 TypeMethodDescriptionbooleanCountClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanForClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanGroupByClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanJoinClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanLetClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanOrderByClauseSparkIterator.containsClause(FLWOR_CLAUSES kind) booleanWhereClauseSparkIterator.containsClause(FLWOR_CLAUSES kind)