See: Description
| Interface | Description |
|---|---|
| MongoRel |
Relational expression that uses Mongo calling convention.
|
| Class | Description |
|---|---|
| MongoAggregate |
Implementation of
Aggregate relational expression
in MongoDB. |
| MongoFilter |
Implementation of a
Filter
relational expression in MongoDB. |
| MongoProject |
Implementation of
Project
relational expression in MongoDB. |
| MongoRel.Implementor |
Callback for the implementation process that converts a tree of
MongoRel nodes into a MongoDB query. |
| MongoRules |
Rules and relational operators for
MONGO
calling convention. |
| MongoSchema |
Schema mapped onto a directory of MONGO files.
|
| MongoSchemaFactory |
Factory that creates a
MongoSchema. |
| MongoSort |
Implementation of
Sort
relational expression in MongoDB. |
| MongoTable |
Table based on a MongoDB collection.
|
| MongoTable.MongoQueryable<T> |
Implementation of
Queryable based on
a MongoTable. |
| MongoTableScan |
Relational expression representing a scan of a MongoDB collection.
|
| MongoToEnumerableConverter |
Relational expression representing a scan of a table in a Mongo data source.
|
| MongoToEnumerableConverterRule |
Rule to convert a relational expression from
MongoRel.CONVENTION to EnumerableConvention. |
| Enum | Description |
|---|---|
| MongoMethod |
Builtin methods in the MongoDB adapter.
|
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.