Uses of Class
org.apache.ignite.internal.cache.query.index.sorted.inline.IndexQueryContext
-
Packages that use IndexQueryContext Package Description org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.cache.query.index.sorted.inline -
-
Uses of IndexQueryContext in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type IndexQueryContext Modifier and Type Method Description longSortedSegmentedIndex. count(int segment, IndexQueryContext qryCtx)Counts index rows in specified tree segment with cache filter.GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>SortedSegmentedIndex. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.GridCursor<IndexRow>SortedSegmentedIndex. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter. -
Uses of IndexQueryContext in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexQueryContext Modifier and Type Method Description longInlineIndexImpl. count(int segment, IndexQueryContext qryCtx)Counts index rows in specified tree segment with cache filter.GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>InlineIndexImpl. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>InlineIndexImpl. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.GridCursor<IndexRow>InlineIndexImpl. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter.
-