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

Function RepetitionFromNullable

cpp/src/parquet/arrow/schema.cc:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76namespace {
77
78Repetition::type RepetitionFromNullable(bool is_nullable) {
79 return is_nullable ? Repetition::OPTIONAL : Repetition::REQUIRED;
80}
81
82Result<std::shared_ptr<::arrow::DataType>> MakeArrowList(
83 std::shared_ptr<Field> field, const ArrowReaderProperties& props) {

Callers 5

ListToNodeFunction · 0.85
MapToNodeFunction · 0.85
VariantToNodeFunction · 0.85
StructToNodeFunction · 0.85
FieldToNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected