Package | Description |
---|---|
org.apache.flink.formats.parquet.vector.reader | |
org.apache.flink.table.data.vector.heap |
Modifier and Type | Method and Description |
---|---|
protected void |
DoubleColumnReader.readBatch(int rowId,
int num,
WritableDoubleVector column) |
protected void |
DoubleColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableDoubleVector column,
WritableIntVector dictionaryIds) |
Modifier and Type | Class and Description |
---|---|
class |
HeapDoubleVector
This class represents a nullable double precision floating point column vector.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.