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

Method Int

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

Source from the content-addressed store, hash-verified

137
138 protected:
139 static std::shared_ptr<Field> Int(std::string name) {
140 return field(std::move(name), int32());
141 }
142
143 static std::shared_ptr<Field> Str(std::string name) {
144 return field(std::move(name), utf8());

Callers 8

WriteTypeMetadataMethod · 0.45
VisitArrayMethod · 0.45
WriteDataValuesMethod · 0.45
WriteValidityFieldMethod · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
WriteRecordBatchFunction · 0.45
VisitMethod · 0.45

Calls 1

fieldFunction · 0.50

Tested by

no test coverage detected