Constructor

ArrowTableDatumnew

Declaration [src]

GArrowTableDatum*
garrow_table_datum_new (
  GArrowTable* value
)

Description

No description available.
Available since:1.0.0

Parameters

value GArrowTable
 

A GArrowTable.

 The data is owned by the caller of the function.

Return value

Returns: GArrowTableDatum
 

A newly created GArrowTableDatum.

 The caller of the function takes ownership of the data, and is responsible for freeing it.