Uses of Class
org.rumbledb.runtime.update.primitives.Collection
Packages that use Collection
-
Uses of Collection in org.rumbledb.api
Methods in org.rumbledb.api that return CollectionModifier and TypeMethodDescriptiondefault CollectionItem.getCollection()Returns the collection to which the item belongs, if any.Methods in org.rumbledb.api with parameters of type CollectionModifier and TypeMethodDescriptiondefault voidItem.setCollection(Collection collection) Sets the collection to which the item belongs. -
Uses of Collection in org.rumbledb.items
Methods in org.rumbledb.items that return CollectionModifier and TypeMethodDescriptionAnnotatedItem.getCollection()ArrayItem.getCollection()MapItem.getCollection()ObjectItem.getCollection()SequenceArrayItem.getCollection()Methods in org.rumbledb.items with parameters of type CollectionModifier and TypeMethodDescriptionvoidAnnotatedItem.setCollection(Collection collection) voidArrayItem.setCollection(Collection collection) voidMapItem.setCollection(Collection collection) voidObjectItem.setCollection(Collection collection) voidSequenceArrayItem.setCollection(Collection collection) -
Uses of Collection in org.rumbledb.runtime.update.primitives
Methods in org.rumbledb.runtime.update.primitives with parameters of type CollectionModifier and TypeMethodDescriptionUpdatePrimitiveFactory.createCreateCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) UpdatePrimitiveFactory.createDeleteTupleFromCollectionPrimitive(Collection collection, double rowOrder, ExceptionMetadata metadata) UpdatePrimitiveFactory.createInsertFirstIntoCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) UpdatePrimitiveFactory.createInsertLastIntoCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) UpdatePrimitiveFactory.createTruncateCollectionPrimitive(Collection collection, ExceptionMetadata metadata, RumbleRuntimeConfiguration configuration) Constructors in org.rumbledb.runtime.update.primitives with parameters of type CollectionModifierConstructorDescriptionCreateCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) DeleteTupleFromCollectionPrimitive(Collection collection, double rowOrder, ExceptionMetadata metadata) InsertFirstIntoCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) InsertLastIntoCollectionPrimitive(Collection collection, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> contents, ExceptionMetadata metadata) TruncateCollectionPrimitive(Collection collection, ExceptionMetadata metadata, RumbleRuntimeConfiguration configuration)