public class OrcDoubleColumnVector extends AbstractOrcColumnVector implements DoubleColumnVector, FloatColumnVector
| Constructor and Description |
|---|
OrcDoubleColumnVector(org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector vector) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(int i) |
float |
getFloat(int i) |
createPaimonVector, isNullAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisNullAtpublic OrcDoubleColumnVector(org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector vector)
public double getDouble(int i)
getDouble in interface DoubleColumnVectorpublic float getFloat(int i)
getFloat in interface FloatColumnVectorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.