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

Method WithNullable

cpp/src/arrow/type.cc:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337std::shared_ptr<Field> Field::WithNullable(const bool nullable) const {
338 return std::make_shared<Field>(name_, type_, nullable, metadata_);
339}
340
341Field::MergeOptions Field::MergeOptions::Permissive() {
342 MergeOptions options = Defaults();

Callers 4

TEST_FFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64