Top | ![]() |
![]() |
![]() |
![]() |
GArrowColumn is a class for column. Column has a GArrowField and zero or more values. Values are GArrowChunkedArray.
GArrowColumn * garrow_column_new_array (GArrowField *field
,GArrowArray *array
);
GArrowColumn * garrow_column_new_chunked_array (GArrowField *field
,GArrowChunkedArray *chunked_array
);
gboolean garrow_column_equal (GArrowColumn *column
,GArrowColumn *other_column
);
Since: 0.4.0
“column”
property“column” gpointer
The raw std::shared<arrow::Column> *.
Flags: Write / Construct Only