@Internal public final class ArrowDecimalColumnVector extends Object implements DecimalColumnVector
Constructor and Description |
---|
ArrowDecimalColumnVector(org.apache.arrow.vector.DecimalVector decimalVector) |
Modifier and Type | Method and Description |
---|---|
DecimalData |
getDecimal(int i,
int precision,
int scale) |
boolean |
isNullAt(int i) |
public ArrowDecimalColumnVector(org.apache.arrow.vector.DecimalVector decimalVector)
public DecimalData getDecimal(int i, int precision, int scale)
getDecimal
in interface DecimalColumnVector
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.