public class NullCollectionExpression extends Object implements CollectionExpression
CollectionExpression which represent Null expressions.CollectionExpression.CollectionScope| Constructor and Description |
|---|
NullCollectionExpression(io.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
CollectionExpression.CollectionScope |
getCollectionScope() |
io.siddhi.query.api.expression.Expression |
getExpression() |
Set<String> |
getMultiPrimaryKeys() |
public NullCollectionExpression(io.siddhi.query.api.expression.Expression expression,
CollectionExpression.CollectionScope collectionScope,
String attribute)
public io.siddhi.query.api.expression.Expression getExpression()
getExpression in interface CollectionExpressionpublic CollectionExpression.CollectionScope getCollectionScope()
getCollectionScope in interface CollectionExpressionpublic Set<String> getMultiPrimaryKeys()
getMultiPrimaryKeys in interface CollectionExpressionpublic String getAttribute()
Copyright © 2022. All rights reserved.