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 Detail

      • getBatch

        T getBatch()
        Get the real batch.
      • size

        int size()
        Returns:
        batch size.