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

Method DictStr

cpp/src/arrow/dataset/partition_test.cc:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 static std::shared_ptr<Field> DictStr(std::string name) {
148 return field(std::move(name), dictionary(int32(), utf8()));
149 }
150
151 static std::shared_ptr<Field> DictInt(std::string name) {
152 return field(std::move(name), dictionary(int32(), int32()));

Callers

nothing calls this directly

Calls 2

fieldFunction · 0.50
dictionaryFunction · 0.50

Tested by

no test coverage detected