Interface Flusher<T>

  • Type Parameters:
    T - type of column data (ParquetChunkData)
    All Known Implementing Classes:
    ParquetFlusher

    public interface Flusher<T>
    Interface to convert ChannelData buffered in RowBuffer to the underlying format implementation for faster processing.