ValueArrow
Object Hierarchy:
Description:
[
Version ( since =
"1.2" ) ]
public abstract class ValueArrow :
Object,
Stringifiable,
SqlValue
Content:
Properties:
Static methods:
- public static ArrayBuilder array_from_gtype (Type type) throws Error
Create a new GArrow.ArrayBuilder
from the given GLib.Type without a value.
- public static Array? array_from_gvalue (Value val) throws Error
Create a new GArrow.Array from the
given GLib.Value without a value
- public static Array array_from_object (Object val) throws Error
Create a new GArrow.Array from the
given GLib.Object if the object is a GArrow.Array this method append it
to the array; but if is a Vda.ValueArrow
- public static Type data_type_to_gtype (DataType type)
Calculates a GLib.Type from a
GArrow.DataType this is just a reference, because GLib types are fundamental while Arrow uses
array of objects of the same type
- public static Type type_to_gtype (Type type)
Calculates a GLib.Type from a
GArrow.Type this is just a reference, because GLib types are fundamental while Arrow uses array of objects
of the same type
Creation methods:
Methods:
- public virtual bool force_value (Value val)
Set internal GLib.Value
_val to the given value, reseting the current value's type to. Use with caution,
continue reading.
Fields:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Vda.Stringifiable
All known members inherited from interface Vda.SqlValue