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) |
createFlinkVector, createFlinkVectorFromConstant, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcDoubleColumnVector(org.apache.hadoop.hive.ql.exec.vector.DoubleColumnVector vector)
public double getDouble(int i)
getDouble
in interface DoubleColumnVector
public float getFloat(int i)
getFloat
in interface FloatColumnVector
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.