Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go][Table] Data Manipulation #34724

Closed
1 task done
yevgenypats opened this issue Mar 24, 2023 · 0 comments · Fixed by #34748
Closed
1 task done

[Go][Table] Data Manipulation #34724

yevgenypats opened this issue Mar 24, 2023 · 0 comments · Fixed by #34748

Comments

@yevgenypats
Copy link
Contributor

yevgenypats commented Mar 24, 2023

Describe the enhancement requested

Looks like the python implementation has some nice helper functions such as concat_table, append_column, set_column would it be useful/make sense for the Go implementation?

Subtasks:

Component(s)

Go

yevgenypats added a commit to cloudquery/arrow that referenced this issue Mar 26, 2023
zeroshade pushed a commit that referenced this issue Apr 14, 2023
Similar to cpp [`AddField`](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4NK5arrow10StructType8AddFieldEiRKNSt10shared_ptrI5FieldEE) API and [`AddColumn`](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow11RecordBatch9AddColumnEiRKNSt10shared_ptrI5FieldEERKNSt10shared_ptrI5ArrayEE)
* Closes: #34724

Lead-authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this issue May 11, 2023
Similar to cpp [`AddField`](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4NK5arrow10StructType8AddFieldEiRKNSt10shared_ptrI5FieldEE) API and [`AddColumn`](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow11RecordBatch9AddColumnEiRKNSt10shared_ptrI5FieldEERKNSt10shared_ptrI5ArrayEE)
* Closes: apache#34724

Lead-authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
Similar to cpp [`AddField`](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4NK5arrow10StructType8AddFieldEiRKNSt10shared_ptrI5FieldEE) API and [`AddColumn`](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow11RecordBatch9AddColumnEiRKNSt10shared_ptrI5FieldEERKNSt10shared_ptrI5ArrayEE)
* Closes: apache#34724

Lead-authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
Similar to cpp [`AddField`](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4NK5arrow10StructType8AddFieldEiRKNSt10shared_ptrI5FieldEE) API and [`AddColumn`](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow11RecordBatch9AddColumnEiRKNSt10shared_ptrI5FieldEERKNSt10shared_ptrI5ArrayEE)
* Closes: apache#34724

Lead-authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant