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

Function garrow_array_datum_new_raw

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

Source from the content-addressed store, hash-verified

787}
788
789GArrowArrayDatum *
790garrow_array_datum_new_raw(arrow::Datum *arrow_datum, GArrowArray *value)
791{
792 return GARROW_ARRAY_DATUM(
793 g_object_new(GARROW_TYPE_ARRAY_DATUM, "datum", arrow_datum, "value", value, NULL));
794}
795
796GArrowChunkedArrayDatum *
797garrow_chunked_array_datum_new_raw(arrow::Datum *arrow_datum, GArrowChunkedArray *value)

Callers 2

garrow_array_datum_newFunction · 0.85
garrow_datum_new_rawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected