Uses of Class
org.rumbledb.runtime.update.PendingUpdateList
Packages that use PendingUpdateList
Package
Description
-
Uses of PendingUpdateList in org.rumbledb.exceptions
Methods in org.rumbledb.exceptions that return PendingUpdateListConstructors in org.rumbledb.exceptions with parameters of type PendingUpdateListModifierConstructorDescriptionExitStatementException(PendingUpdateList pendingUpdateList, List<Item> localResult, org.apache.spark.api.java.JavaRDD<Item> rddResult, JSoundDataFrame dataFrameResult, ExceptionMetadata exceptionMetadata) -
Uses of PendingUpdateList in org.rumbledb.runtime
Methods in org.rumbledb.runtime that return PendingUpdateListModifier and TypeMethodDescriptionCommaExpressionIterator.getPendingUpdateList(DynamicContext context) RuntimeIterator.getPendingUpdateList(DynamicContext context) -
Uses of PendingUpdateList in org.rumbledb.runtime.control
Methods in org.rumbledb.runtime.control that return PendingUpdateListModifier and TypeMethodDescriptionIfRuntimeIterator.getPendingUpdateList(DynamicContext context) TypeswitchRuntimeIterator.getPendingUpdateList(DynamicContext context) -
Uses of PendingUpdateList in org.rumbledb.runtime.flwor.clauses
Methods in org.rumbledb.runtime.flwor.clauses that return PendingUpdateListModifier and TypeMethodDescriptionReturnClauseSparkIterator.getPendingUpdateList(DynamicContext context) -
Uses of PendingUpdateList in org.rumbledb.runtime.functions
Methods in org.rumbledb.runtime.functions that return PendingUpdateListModifier and TypeMethodDescriptionFunctionItemCallIterator.getPendingUpdateList(DynamicContext context) StaticUserDefinedFunctionCallIterator.getPendingUpdateList(DynamicContext context) -
Uses of PendingUpdateList in org.rumbledb.runtime.scripting
Methods in org.rumbledb.runtime.scripting that return PendingUpdateList -
Uses of PendingUpdateList in org.rumbledb.runtime.scripting.block
Methods in org.rumbledb.runtime.scripting.block that return PendingUpdateListModifier and TypeMethodDescriptionStatementsWithExprIterator.getPendingUpdateList(DynamicContext context) -
Uses of PendingUpdateList in org.rumbledb.runtime.typing
Methods in org.rumbledb.runtime.typing that return PendingUpdateList -
Uses of PendingUpdateList in org.rumbledb.runtime.update
Methods in org.rumbledb.runtime.update with parameters of type PendingUpdateListModifier and TypeMethodDescriptionvoidPendingUpdateList.mergeUpdates(PendingUpdateList otherPul, ExceptionMetadata metadata) -
Uses of PendingUpdateList in org.rumbledb.runtime.update.expression
Methods in org.rumbledb.runtime.update.expression that return PendingUpdateListModifier and TypeMethodDescriptionAppendExpressionIterator.getPendingUpdateList(DynamicContext context) CreateCollectionIterator.getPendingUpdateList(DynamicContext context) DeleteExpressionIterator.getPendingUpdateList(DynamicContext context) DeleteIndexFromCollectionIterator.getPendingUpdateList(DynamicContext context) DeleteSearchFromCollectionIterator.getPendingUpdateList(DynamicContext context) EditCollectionIterator.getPendingUpdateList(DynamicContext context) InsertExpressionIterator.getPendingUpdateList(DynamicContext context) InsertIndexIntoCollectionIterator.getPendingUpdateList(DynamicContext context) InsertSearchIntoCollectionIterator.getPendingUpdateList(DynamicContext context) RenameExpressionIterator.getPendingUpdateList(DynamicContext context) ReplaceExpressionIterator.getPendingUpdateList(DynamicContext context) TransformExpressionIterator.getPendingUpdateList(DynamicContext context) TruncateCollectionIterator.getPendingUpdateList(DynamicContext context)