Interface CollectionExpression
-
- All Known Implementing Classes:
AndCollectionExpression,AndMultiPrimaryKeyCollectionExpression,AttributeCollectionExpression,BasicCollectionExpression,CompareCollectionExpression,NotCollectionExpression,NullCollectionExpression,OrCollectionExpression
public interface CollectionExpressionInterface for expressions related to collection of events. These will be used by in-memory table implementation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCollectionExpression.CollectionScopeEnums to hold collection expression scopes.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionExpression.CollectionScopegetCollectionScope()io.siddhi.query.api.expression.ExpressiongetExpression()Set<String>getMultiPrimaryKeys()
-
-
-
Method Detail
-
getExpression
io.siddhi.query.api.expression.Expression getExpression()
-
getCollectionScope
CollectionExpression.CollectionScope getCollectionScope()
-
-