| Package | Description |
|---|---|
| io.siddhi.extension.store.mongodb | |
| io.siddhi.extension.store.mongodb.util |
| Modifier and Type | Method and Description |
|---|---|
MongoCompiledCondition |
MongoDBCompileSelection.getGroupBy() |
MongoCompiledCondition |
MongoDBCompileSelection.getSelection() |
| Constructor and Description |
|---|
MongoDBCompileSelection(MongoCompiledCondition project,
MongoCompiledCondition groupBy,
String having,
String orderBy,
Long limit,
Long offset) |
| Modifier and Type | Method and Description |
|---|---|
static org.bson.Document |
MongoTableUtils.resolveCondition(MongoCompiledCondition compiledCondition,
Map<String,Object> conditionParameterMap,
String queryType)
Utility method which can be used to resolve the condition with the runtime values and return a Document
describing the filter.
|
Copyright © 2021 WSO2. All rights reserved.