Array
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_array_get_type ()" ) ]
public abstract class Array :
Object
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public Array? cast (DataType target_data_type, CastOptions? options) throws Error
- public Array? concatenate (List<Array> other_arrays) throws Error
- public int64 count (CountOptions? options) throws Error
- public StructArray? count_values () throws Error
- public DictionaryArray? dictionary_encode () throws Error
- public string? diff_unified (Array other_array)
- public bool equal (Array other_array)
- public bool equal_approx (Array other_array)
- public bool equal_options (Array other_array, EqualOptions? options)
- public bool equal_range (int64 start_index, Array other_array, int64 other_start_index, int64 end_index, EqualOptions? options)
- public bool export (out void* c_abi_array, out void* c_abi_schema) throws Error
- public Array? filter (BooleanArray filter, FilterOptions? options) throws Error
- public int64 get_length ()
- public int64 get_n_nulls ()
- public Buffer? get_null_bitmap ()
- public int64 get_offset ()
- public ArrayStatistics get_statistics ()
- public DataType get_value_data_type ()
- public Type get_value_type ()
- public BooleanArray? is_in (Array right) throws Error
- public BooleanArray? is_in_chunked_array (ChunkedArray right) throws Error
- public bool is_null (int64 i)
- public bool is_valid (int64 i)
- public RunEndEncodedArray? run_end_encode (RunEndEncodeOptions? options) throws Error
- public Array slice (int64 offset, int64 length)
- public UInt64Array? sort_indices (SortOrder order) throws Error
- public UInt64Array? sort_to_indices () throws Error
- public Array? take (Array indices, TakeOptions? options) throws Error
- public ChunkedArray? take_chunked_array (ChunkedArray indices, TakeOptions? options) throws Error
- public string? to_string () throws Error
- public Array? unique () throws Error
- public bool validate () throws Error
- public bool validate_full () throws Error
- public Array? view (DataType return_type) throws Error
Inherited Members:
All known members inherited from class GLib.Object