Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ImportSchema
Method
ImportSchema
cpp/src/arrow/ipc/dictionary.cc:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
FieldPathMap field_path_to_id;
53
54
void ImportSchema(const Schema& schema) {
55
ImportFields(FieldPosition(), schema.fields());
56
}
57
58
Status AddSchemaFields(const Schema& schema) {
59
if (!field_path_to_id.empty()) {
Callers
2
DictionaryFieldMapper
Method · 0.80
import_schema_and_compare_to_json
Method · 0.80
Calls
2
FieldPosition
Class · 0.85
fields
Method · 0.45
Tested by
1
import_schema_and_compare_to_json
Method · 0.64