public class ColumnAccessors extends Object
Writers work only with single vectors. Readers work with either single
vectors or a "hyper vector": a collection of vectors indexed together.
The details are hidden behind the RowIndex
interface. If the reader
accesses a single vector, then the mutator is cached at bind time. However,
if the reader works with a hyper vector, then the vector is null at bind
time and must be retrieved for each row (since the vector differs row-by-
row.)
Modifier and Type | Field and Description |
---|---|
static LocalDateTime |
LOCAL_EPOCH |
Constructor and Description |
---|
ColumnAccessors() |
public static final LocalDateTime LOCAL_EPOCH
Copyright © 1970 The Apache Software Foundation. All rights reserved.