GArrow.Field.Field – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
Field
data_type
field
import
Field
Field.full
equal
export
get_data_type
get_metadata
get_name
has_metadata
is_nullable
remove_metadata
to_string
to_string_metadata
with_merged_metadata
with_metadata
Field
Description:
[
CCode
( has_construct_function =
false
) ]
public
Field
(
string
name,
owned
DataType
data_type)
Parameters:
name
The name of the field.
data_type
The data type of the field.
Returns:
A newly created
Field
.