Skip to content

[pixels-core] Trino-native TIME vectors for zero-copy LongArrayBlock #1372

Description

@gengdy1545

Summary

Eliminate the secondary materialization required by the Trino connector when loading TIME columns.

  • TIME is decoded into TimeColumnVector.int[] (millis-in-day), so PixelsBlockLoader must allocate long[N] and convert to picoseconds for Trino LongArrayBlock.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions