ARROW-1040: [GLib] Support tensor IO by kou · Pull Request #697 · apache/arrow
approved these changes May 16, 2017
kou
deleted the
glib-support-tensor-io
branch
jeffknupp pushed a commit to jeffknupp/arrow that referenced this pull request
Jun 3, 2017Author: Kouhei Sutou <kou@clear-code.com> Closes apache#697 from kou/glib-support-tensor-io and squashes the following commits: eca2c3f [Kouhei Sutou] [GLib] Support tensor IO
xxlaykxx added a commit to xxlaykxx/arrow that referenced this pull request
May 5, 2025Based on changes from apache#41731. Added writer ExtensionWriter with 3 methods: - write method for writing values from Extension holders; - writeExtensionType method for writing values (arguments is Object because we don't know exact type); - addExtensionTypeFactory method - because the exact vector and value type are unknown, the user should create their own extension type vector, write for it, and ExtensionTypeFactory, which should map the vector and writer. Closes dremio#87. Co-authored-by: Finn Völkel <finn.volkel@gmail.com>
xxlaykxx added a commit to dremio/arrow that referenced this pull request
Jun 23, 2025* GH-87: [Vector] Add ExtensionWriter (apache#697) Based on changes from apache#41731. Added writer ExtensionWriter with 3 methods: - write method for writing values from Extension holders; - writeExtensionType method for writing values (arguments is Object because we don't know exact type); - addExtensionTypeFactory method - because the exact vector and value type are unknown, the user should create their own extension type vector, write for it, and ExtensionTypeFactory, which should map the vector and writer. Closes #87. Co-authored-by: Finn Völkel <finn.volkel@gmail.com> * just checking * Update Brewfile * revert * Fix for Cmake 3.xx installation * Fix for Cmake 3.xx installation * update thrift * update thrift url * update thrift url * Update github.yml * fix format --------- Co-authored-by: Finn Völkel <finn.volkel@gmail.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request
Oct 24, 2025Based on changes from apache#41731. ## What's Changed Added writer ExtensionWriter with 3 methods: - write method for writing values from Extension holders; - writeExtensionType method for writing values (arguments is Object because we don't know exact type); - addExtensionTypeFactory method - because the exact vector and value type are unknown, the user should create their own extension type vector, write for it, and ExtensionTypeFactory, which should map the vector and writer. Closes apache#87. Co-authored-by: Finn Völkel <finn.volkel@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters