public class MongoDBCompileSelection extends Object implements io.siddhi.core.util.collection.operator.CompiledSelection
| Constructor and Description |
|---|
MongoDBCompileSelection(MongoCompiledCondition project,
MongoCompiledCondition groupBy,
String having,
String orderBy,
Long limit,
Long offset) |
| Modifier and Type | Method and Description |
|---|---|
MongoCompiledCondition |
getGroupBy() |
String |
getHaving() |
Long |
getLimit() |
Long |
getOffset() |
String |
getOrderBy() |
MongoCompiledCondition |
getSelection() |
public MongoDBCompileSelection(MongoCompiledCondition project, MongoCompiledCondition groupBy, String having, String orderBy, Long limit, Long offset)
public MongoCompiledCondition getSelection()
public MongoCompiledCondition getGroupBy()
public String getHaving()
public String getOrderBy()
public Long getLimit()
public Long getOffset()
Copyright © 2021 WSO2. All rights reserved.