public class OrcTimestampColumnVector extends AbstractOrcColumnVector implements TimestampColumnVector
Constructor and Description |
---|
OrcTimestampColumnVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hive.ql.exec.vector.ColumnVector |
createFromConstant(int batchSize,
Object value) |
TimestampData |
getTimestamp(int i,
int precision) |
createFlinkVector, createFlinkVectorFromConstant, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcTimestampColumnVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector)
public TimestampData getTimestamp(int i, int precision)
getTimestamp
in interface TimestampColumnVector
public static org.apache.hadoop.hive.ql.exec.vector.ColumnVector createFromConstant(int batchSize, Object value)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.