- select
Retrieves from the relation data specified by a query.
- withPageSize
Sets the page size for the initial select request and returns this object.
- addOrUpdate
Replaces data in tuples matching a condition with a new tuple, or if no atuple
matches adds the data
- aggregate
Executes a predefined aggregation query.
- batch
Creates a batch descriptor for performing a set of operations in one go.
- count
Counts the tuples in the relation which match a condition.
- delete
Removes tuples matching a condition from the relation.
- getAggregatingView
Finds an aggregating view by a given name.
- setAggregatingEnabled
Suspends or resumes the usage of aggregations with incremental materialization
strategy.
- updateTags
Updates tags of this relation.