ARROW-1040: [GLib] Support tensor IO by kou · Pull Request #697 · apache/arrow

@kou

wesm

approved these changes May 16, 2017

@kou kou deleted the glib-support-tensor-io branch

May 16, 2017 14:04

jeffknupp pushed a commit to jeffknupp/arrow that referenced this pull request

Jun 3, 2017
Author: 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, 2025
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 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>

xxlaykxx added a commit to xxlaykxx/arrow that referenced this pull request

Jun 26, 2025

xxlaykxx added a commit to xxlaykxx/arrow that referenced this pull request

Jun 27, 2025

xxlaykxx added a commit to dremio/arrow that referenced this pull request

Jun 27, 2025

xxlaykxx added a commit to xxlaykxx/arrow that referenced this pull request

Jun 27, 2025

xxlaykxx added a commit to dremio/arrow that referenced this pull request

Jun 27, 2025

pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request

Oct 24, 2025
Based 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>