public class OrcDecimalColumnVector extends AbstractOrcColumnVector implements DecimalColumnVector
Constructor and Description |
---|
OrcDecimalColumnVector(org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector vector) |
Modifier and Type | Method and Description |
---|---|
Decimal |
getDecimal(int i,
int precision,
int scale) |
createPaimonVector, isNullAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNullAt
public OrcDecimalColumnVector(org.apache.hadoop.hive.ql.exec.vector.DecimalColumnVector vector)
public Decimal getDecimal(int i, int precision, int scale)
getDecimal
in interface DecimalColumnVector
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.