Package org.apache.calcite.adapter.mongodb
package org.apache.calcite.adapter.mongodb
Query provider based on a MongoDB database.
-
ClassDescriptionImplementation of
Aggregate
relational expression in MongoDB.Implementation of aFilter
relational expression in MongoDB.Builtin methods in the MongoDB adapter.Implementation ofProject
relational expression in MongoDB.Relational expression that uses Mongo calling convention.Callback for the implementation process that converts a tree ofMongoRel
nodes into a MongoDB query.Rules and relational operators forMONGO
calling convention.Schema mapped onto a directory of MONGO files.Factory that creates aMongoSchema
.Implementation ofSort
relational expression in MongoDB.Table based on a MongoDB collection.Implementation ofQueryable
based on aMongoTable
.Relational expression representing a scan of a MongoDB collection.Relational expression representing a scan of a table in a Mongo data source.Rule to convert a relational expression fromMongoRel.CONVENTION
toEnumerableConvention
.