Package org.apache.flink.orc.vector
Interface OrcVectorizedBatchWrapper<T>
-
- All Known Implementing Classes:
HiveOrcBatchWrapper
,OrcNoHiveBatchWrapper
public interface OrcVectorizedBatchWrapper<T>
Interface to unify orc reader in hive and orc reader without hive dependents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getBatch()
Get the real batch.int
size()
-
-
-
Method Detail
-
getBatch
T getBatch()
Get the real batch.
-
size
int size()
- Returns:
- batch size.
-
-