Table
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_table_get_type ()" ) ]
public class Table :
Object
Content:
Properties:
- public void* table { construct; }
Creation methods:
Methods:
- public Table? add_column (uint i, Field field, ChunkedArray chunked_array) throws Error
- public Table? combine_chunks () throws Error
- public Table? concatenate (List<Table> other_tables, TableConcatenateOptions? options) throws Error
- public bool equal (Table other_table)
- public bool equal_metadata (Table other_table, bool check_metadata)
- public Table? filter (BooleanArray filter, FilterOptions? options) throws Error
- public Table? filter_chunked_array (ChunkedArray filter, FilterOptions? options) throws Error
- public ChunkedArray? get_column_data (int i)
- public uint get_n_columns ()
- public uint64 get_n_rows ()
- public Schema get_schema ()
- public Table? remove_column (uint i) throws Error
- public Table? replace_column (uint i, Field field, ChunkedArray chunked_array) throws Error
- public Table slice (int64 offset, int64 length)
- public UInt64Array? sort_indices (SortOptions options) throws Error
- public Table? take (Array indices, TakeOptions? options) throws Error
- public Table? take_chunked_array (ChunkedArray indices, TakeOptions? options) throws Error
- public string? to_string () throws Error
- public bool validate () throws Error
Validate the given table.
- public bool validate_full () throws Error
Validate the given table.
- public bool write_as_feather (OutputStream sink, FeatherWriteProperties? properties) throws Error
Writes the this as Feather format
data to the sink.
Inherited Members:
All known members inherited from class GLib.Object