public class NoIndexesColumnIndexSupplier extends Object implements ColumnIndexSupplier
ColumnIndexSupplier for columns which do not
have any indexes.| Constructor and Description |
|---|
NoIndexesColumnIndexSupplier() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> clazz)
Try to get a column 'index' of the specified type.
|
static NoIndexesColumnIndexSupplier |
getInstance() |
public static NoIndexesColumnIndexSupplier getInstance()
@Nullable public <T> T as(Class<T> clazz)
ColumnIndexSupplierOffset to form the basis of a Cursor
(or VectorOffset and VectorCursor)
which can greatly reduce the total number of rows which need to be scanned and processed.
Objects returned by this method are not thread-safe.as in interface ColumnIndexSupplierCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.