T - element typepublic static class ElasticsearchTable.ElasticsearchQueryable<T>
extends org.apache.calcite.schema.impl.AbstractTableQueryable<T>
Queryable based on
a ElasticsearchTable.| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.linq4j.Enumerator<T> |
enumerator() |
org.apache.calcite.linq4j.Enumerable<Object> |
find(List<String> ops,
List<Map.Entry<String,Class>> fields,
List<Map.Entry<String,org.apache.calcite.rel.RelFieldCollation.Direction>> sort,
List<String> groupBy,
List<Map.Entry<String,String>> aggregations,
Map<String,String> mappings,
Long offset,
Long fetch)
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> find(List<String> ops, List<Map.Entry<String,Class>> fields, List<Map.Entry<String,org.apache.calcite.rel.RelFieldCollation.Direction>> sort, List<String> groupBy, List<Map.Entry<String,String>> aggregations, Map<String,String> mappings, Long offset, Long fetch)
ops - list of queries (as strings)fields - projectionElasticsearchMethod.ELASTICSEARCH_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.