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

    Modifier and Type
    Method
    Description
    Get the real batch.
    int
     
  • Method Details

    • getBatch

      T getBatch()
      Get the real batch.
    • size

      int size()
      Returns:
      batch size.