public class ColumnCache extends Object implements ColumnSelector
| Constructor and Description |
|---|
ColumnCache(QueryableIndex index,
Closer closer) |
| Modifier and Type | Method and Description |
|---|---|
BaseColumn |
getColumn(String columnName) |
ColumnHolder |
getColumnHolder(String columnName) |
List<String> |
getColumnNames()
This method is apparently no longer used anymore, so deprecating it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnCapabilitiesgetColumnCapabilitiesWithDefault, getTypeareNumeric, areNumeric, areSameTypes, areSameTypes, areScalar, areScalar, canVectorize, canVectorizepublic ColumnCache(QueryableIndex index, Closer closer)
public List<String> getColumnNames()
ColumnSelectorgetColumnNames in interface ColumnSelector@Nullable public ColumnHolder getColumnHolder(String columnName)
getColumnHolder in interface ColumnSelector@Nullable public BaseColumn getColumn(String columnName)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.