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

Method WithName

cpp/src/arrow/type.cc:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333std::shared_ptr<Field> Field::WithName(const std::string& name) const {
334 return std::make_shared<Field>(name, type_, nullable_, metadata_);
335}
336
337std::shared_ptr<Field> Field::WithNullable(const bool nullable) const {
338 return std::make_shared<Field>(name_, type_, nullable, metadata_);

Callers 10

RecordBatchToTensorFunction · 0.80
RenameColumnsMethod · 0.80
WithNamesMethod · 0.80
TESTFunction · 0.80
RenameColumnsMethod · 0.80
MutateByKeyFunction · 0.80
MakeAggregateNodeArgsMethod · 0.80
ProcessMapMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
MutateByKeyFunction · 0.64