Uses of Class
org.rumbledb.runtime.flwor.expression.OrderByClauseAnnotatedChildIterator
Packages that use OrderByClauseAnnotatedChildIterator
-
Uses of OrderByClauseAnnotatedChildIterator in org.rumbledb.runtime.flwor.clauses
Method parameters in org.rumbledb.runtime.flwor.clauses with type arguments of type OrderByClauseAnnotatedChildIteratorModifier and TypeMethodDescriptionstatic FlworDataFrame
OrderByClauseSparkIterator.tryNativeQuery
(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataFrame, List<OrderByClauseAnnotatedChildIterator> expressionsWithIterator, List<FlworDataFrameColumn> allColumns, org.apache.spark.sql.types.StructType inputSchema, DynamicContext context) Try to generate the native query for the order by clause and run it, if successful return the resulting dataframe, otherwise it returns nullConstructor parameters in org.rumbledb.runtime.flwor.clauses with type arguments of type OrderByClauseAnnotatedChildIteratorModifierConstructorDescriptionOrderByClauseSparkIterator
(RuntimeTupleIterator child, List<OrderByClauseAnnotatedChildIterator> expressionsWithIterator, boolean stable, RuntimeStaticContext staticContext) -
Uses of OrderByClauseAnnotatedChildIterator in org.rumbledb.runtime.flwor.udfs
Constructor parameters in org.rumbledb.runtime.flwor.udfs with type arguments of type OrderByClauseAnnotatedChildIteratorModifierConstructorDescriptionOrderClauseCreateColumnsUDF
(List<OrderByClauseAnnotatedChildIterator> expressionsWithIterator, DynamicContext context, Map<Integer, Name> sortingKeyTypes, List<FlworDataFrameColumn> columns) OrderClauseDetermineTypeUDF
(List<OrderByClauseAnnotatedChildIterator> expressionsWithIterator, DynamicContext context, List<FlworDataFrameColumn> columns)