Package org.apache.flink.orc.vector
Interface OrcVectorizedBatchWrapper<T>
-
- All Known Implementing Classes:
HiveOrcBatchWrapper
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 TgetBatch()Get the real batch.intsize()
-
-
-
Method Detail
-
getBatch
T getBatch()
Get the real batch.
-
size
int size()
- Returns:
- batch size.
-
-