MCPcopy Create free account
hub / github.com/apache/arrow / garrow_table_datum_new_raw

Function garrow_table_datum_new_raw

c_glib/arrow-glib/datum.cpp:818–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818GArrowTableDatum *
819garrow_table_datum_new_raw(arrow::Datum *arrow_datum, GArrowTable *value)
820{
821 return GARROW_TABLE_DATUM(
822 g_object_new(GARROW_TYPE_TABLE_DATUM, "datum", arrow_datum, "value", value, NULL));
823}

Callers 2

garrow_table_datum_newFunction · 0.85
garrow_datum_new_rawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected