[
https://issues.apache.org/jira/browse/ASTERIXDB-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698136#comment-17698136
]
ASF subversion and git services commented on ASTERIXDB-3129:
------------------------------------------------------------
Commit 1a0faa08ad5445f968d669054f2d6481af5199bb in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=1a0faa08ad ]
[ASTERIXDB-3129][STO][RT] Add columnn encoders/decoders
- user mode changes: no
- storage format changes: no
- interface changes: yes
Details:
- Add a modified version of Parquet's encoders/decoders
that fits our needs and avoids object creation. Also,
accepts Hyracks values (i.e., IValueReference)
- Add column streams (in/out) for reading/writing
encoded column values
Interface changes:
Add close() to the interface for IColumnTupleIterator
to log the number of filtered pages.
Change-Id: Ib185ba5da37b4c88523a028e7cc4108aefc0145a
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17413
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
> Introducing column encoders/decoders
> ------------------------------------
>
> Key: ASTERIXDB-3129
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3129
> Project: Apache AsterixDB
> Issue Type: Task
> Components: RT - Runtime, STO - Storage
> Affects Versions: 0.9.9
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Major
> Fix For: 0.9.9
>
>
> As part of supporting columnar format, we need to introduce column values
> encoders/decoders as well as their writers/readers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)