Class NullCollectionExpression
- java.lang.Object
-
- io.siddhi.core.util.collection.expression.NullCollectionExpression
-
- All Implemented Interfaces:
CollectionExpression
public class NullCollectionExpression extends Object implements CollectionExpression
Implementation ofCollectionExpressionwhich represent Null expressions.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.siddhi.core.util.collection.expression.CollectionExpression
CollectionExpression.CollectionScope
-
-
Constructor Summary
Constructors Constructor Description NullCollectionExpression(io.siddhi.query.api.expression.Expression expression, CollectionExpression.CollectionScope collectionScope, String attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()CollectionExpression.CollectionScopegetCollectionScope()io.siddhi.query.api.expression.ExpressiongetExpression()Set<String>getMultiPrimaryKeys()
-
-
-
Constructor Detail
-
NullCollectionExpression
public NullCollectionExpression(io.siddhi.query.api.expression.Expression expression, CollectionExpression.CollectionScope collectionScope, String attribute)
-
-
Method Detail
-
getExpression
public io.siddhi.query.api.expression.Expression getExpression()
- Specified by:
getExpressionin interfaceCollectionExpression
-
getCollectionScope
public CollectionExpression.CollectionScope getCollectionScope()
- Specified by:
getCollectionScopein interfaceCollectionExpression
-
getMultiPrimaryKeys
public Set<String> getMultiPrimaryKeys()
- Specified by:
getMultiPrimaryKeysin interfaceCollectionExpression
-
getAttribute
public String getAttribute()
-
-