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

Method DictInt

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

Source from the content-addressed store, hash-verified

149 }
150
151 static std::shared_ptr<Field> DictInt(std::string name) {
152 return field(std::move(name), dictionary(int32(), int32()));
153 }
154
155 std::shared_ptr<Partitioning> partitioning_;
156 std::shared_ptr<PartitioningFactory> factory_;

Callers

nothing calls this directly

Calls 2

fieldFunction · 0.50
dictionaryFunction · 0.50

Tested by

no test coverage detected