T - element typepublic static class MongoTable.MongoQueryable<T>
extends org.apache.calcite.schema.impl.AbstractTableQueryable<T>
Queryable based on
a MongoTable.| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.Enumerable<Object> |
aggregate(List<Map.Entry<String,Class>> fields,
List<String> operations)
Called via code-generation.
|
org.apache.calcite.linq4j.Enumerator<T> |
enumerator() |
org.apache.calcite.linq4j.Enumerable<Object> |
find(String filterJson,
String projectJson,
List<Map.Entry<String,Class>> fields)
Called via code-generation.
|
protected org.apache.calcite.linq4j.Queryable<T> |
getThis() |
protected org.apache.calcite.linq4j.OrderedQueryable<T> |
getThisOrderedQueryable() |
TSource |
singleOrDefault() |
getElementType, getExpression, getProvider, iteratoraggregate, aggregate, aggregate, all, any, any, asOrderedQueryable, average, average, average, average, average, average, average, average, average, average, contains, contains, correlateJoin, count, count, createOrderedEnumerable, defaultIfEmpty, elementAt, elementAtOrDefault, first, first, firstOrDefault, firstOrDefault, foreach, getThisOrdered, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, hashJoin, hashJoin, hashJoin, hashJoin, into, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, orderBy, orderBy, orderByDescending, orderByDescending, removeAll, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skipWhile, skipWhile, sortedGroupBy, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, takeWhile, takeWhile, thenBy, thenBy, thenByDescending, thenByDescending, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, where, where, zipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratoraggregate, aggregate, aggregate, all, any, any, average, average, average, average, average, average, average, average, average, average, contains, contains, correlateJoin, count, count, defaultIfEmpty, elementAt, elementAtOrDefault, first, first, firstOrDefault, firstOrDefault, foreach, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupJoin, groupJoin, hashJoin, hashJoin, hashJoin, hashJoin, into, last, last, lastOrDefault, lastOrDefault, longCount, longCount, max, max, max, max, max, max, max, max, max, max, max, max, min, min, min, min, min, min, min, min, min, min, min, min, orderBy, orderBy, orderByDescending, orderByDescending, removeAll, select, select, selectMany, selectMany, selectMany, selectMany, sequenceEqual, sequenceEqual, single, single, singleOrDefault, singleOrDefault, skipWhile, skipWhile, sortedGroupBy, sum, sum, sum, sum, sum, sum, sum, sum, sum, sum, takeWhile, takeWhile, toList, toLookup, toLookup, toLookup, toLookup, toMap, toMap, toMap, toMap, where, where, zippublic org.apache.calcite.linq4j.Enumerator<T> enumerator()
public org.apache.calcite.linq4j.Enumerable<Object> aggregate(List<Map.Entry<String,Class>> fields, List<String> operations)
MongoMethod.MONGO_QUERYABLE_AGGREGATEpublic org.apache.calcite.linq4j.Enumerable<Object> find(String filterJson, String projectJson, List<Map.Entry<String,Class>> fields)
filterJson - Filter documentprojectJson - Projection documentfields - List of expected fields (and their types)MongoMethod.MONGO_QUERYABLE_FINDpublic TSource singleOrDefault()
singleOrDefault in interface org.apache.calcite.linq4j.ExtendedEnumerable<TSource>protected org.apache.calcite.linq4j.Queryable<T> getThis()
getThis in class org.apache.calcite.linq4j.DefaultEnumerable<T>protected org.apache.calcite.linq4j.OrderedQueryable<T> getThisOrderedQueryable()
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.