GArrowTable
GArrowTable — Table class
|
|
Object Hierarchy
GObject
╰── GArrowTable
Functions
garrow_table_get_name ()
const gchar *
garrow_table_get_name (GArrowTable *table
);
Returns
The name of the table.
garrow_table_get_schema ()
GArrowSchema *
garrow_table_get_schema (GArrowTable *table
);
Returns
The schema of the table.
[transfer full]
garrow_table_get_column ()
GArrowColumn *
garrow_table_get_column (GArrowTable *table
,
guint i
);
Returns
The i-th column in the table.
[transfer full]
garrow_table_get_n_columns ()
guint
garrow_table_get_n_columns (GArrowTable *table
);
Returns
The number of columns in the table.
garrow_table_get_n_rows ()
guint64
garrow_table_get_n_rows (GArrowTable *table
);
Returns
The number of rows in the table.
Types and Values
struct GArrowTable
struct GArrowTable;
It wraps arrow::Table
.
Property Details
The “table”
property
“table” gpointer
The raw std::shared<arrow::Table> *.
Flags: Write / Construct Only