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

Function ImportSchema

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

Source from the content-addressed store, hash-verified

1462}
1463
1464Result<std::shared_ptr<Schema>> ImportSchema(struct ArrowSchema* schema) {
1465 SchemaImporter importer;
1466 RETURN_NOT_OK(importer.Import(schema));
1467 return importer.MakeSchema();
1468}
1469
1470//////////////////////////////////////////////////////////////////////////
1471// 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