public abstract class AbstractOrcColumnVector extends Object implements ColumnVector
Modifier and Type | Method and Description |
---|---|
static ColumnVector |
createPaimonVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector,
DataType dataType) |
boolean |
isNullAt(int i) |
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
public static ColumnVector createPaimonVector(org.apache.hadoop.hive.ql.exec.vector.ColumnVector vector, DataType dataType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.