Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
Introduce vector data format to high performance parquet/orc source.
Introduce VectorizedColumnBatch: A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
Introduce ColumnVector with subclasses: IntColumnVector, LongColumnVector and etc..
Introduce ColumnarRow: wrap VectorizedColumnBatch as a BaseRow.
Attachments
Issue Links
- is a child of
-
FLINK-11490 Add an initial Blink SQL batch runtime
- Closed
- links to