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

Function ImportSchema

cpp/src/arrow/c/bridge.cc:1459–1463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457}
1458
1459Result<std::shared_ptr<Schema>> ImportSchema(struct ArrowSchema* schema) {
1460 SchemaImporter importer;
1461 RETURN_NOT_OK(importer.Import(schema));
1462 return importer.MakeSchema();
1463}
1464
1465//////////////////////////////////////////////////////////////////////////
1466// C data import

Callers 8

TestWithSchemaFactoryMethod · 0.70
ExportImportSchemaFunction · 0.70
ImportRecordBatchFunction · 0.70
ImportDeviceRecordBatchFunction · 0.70
on_schemaMethod · 0.70
garrow_schema_importFunction · 0.50
AddSchemaFieldsMethod · 0.50

Calls 2

ImportMethod · 0.45
MakeSchemaMethod · 0.45

Tested by 2

TestWithSchemaFactoryMethod · 0.56