Class MongoAggregateUtils
java.lang.Object
org.apache.drill.exec.store.mongo.MongoAggregateUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.bson.conversions.Bson>
getAggregateOperations
(org.apache.calcite.rel.core.Aggregate aggregate, org.apache.calcite.rel.type.RelDataType rowType) static String
maybeQuote
(String s) mongoFieldNames
(org.apache.calcite.rel.type.RelDataType rowType) static String
static boolean
supportsAggregation
(org.apache.calcite.rel.core.AggregateCall aggregateCall)
-
Constructor Details
-
MongoAggregateUtils
public MongoAggregateUtils()
-
-
Method Details
-
mongoFieldNames
-
maybeQuote
-
quote
-
getAggregateOperations
public static List<org.bson.conversions.Bson> getAggregateOperations(org.apache.calcite.rel.core.Aggregate aggregate, org.apache.calcite.rel.type.RelDataType rowType) -
supportsAggregation
public static boolean supportsAggregation(org.apache.calcite.rel.core.AggregateCall aggregateCall)
-