Description
As we don't have a type id for index field of list type, if we just want to get the list indices, we have to select the type id of the whole array, which cause unneccessary materializaion on the array item.
The offset stream is stored sperately with the content stream. We are able to just materialize the list indices.
We may need new interfaces in RowReaderOptions to specifiy this.
Attachments
Issue Links
- is related to
-
ORC-1143 [C++] Support reading the PRESENT stream without reading the column data
- Open
- links to