public interface ColumnIndexCapabilities
ColumnCapabilities, except for indexes supplied by ColumnIndexSelector, provides
information for how query processing may use indexes.| Modifier and Type | Method and Description |
|---|---|
boolean |
isExact()
Indicates if an index is an exact match, or should also be post-filtered with a value matcher.
|
boolean |
isInvertible()
Indicates if an index can be inverted for use with a 'NOT' filter.
|
ColumnIndexCapabilities |
merge(ColumnIndexCapabilities other) |
boolean isInvertible()
boolean isExact()
ColumnIndexCapabilities merge(ColumnIndexCapabilities other)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.