public class ParquetDecimalVector extends Object implements DecimalColumnVector
DecimalColumnVector
interface.Modifier and Type | Method and Description |
---|---|
DecimalData |
getDecimal(int i,
int precision,
int scale) |
boolean |
isNullAt(int i) |
public DecimalData getDecimal(int i, int precision, int scale)
getDecimal
in interface DecimalColumnVector
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.