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

Method mode

cpp/src/arrow/type.cc:1224–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222constexpr int UnionType::kInvalidChildId;
1223
1224UnionMode::type UnionType::mode() const {
1225 return id_ == Type::SPARSE_UNION ? UnionMode::SPARSE : UnionMode::DENSE;
1226}
1227
1228UnionType::UnionType(FieldVector fields, std::vector<int8_t> type_codes, Type::type id)
1229 : NestedType(id),

Callers 15

test_modeMethod · 0.45
test_defaultMethod · 0.45
test_nullsMethod · 0.45
test_allMethod · 0.45
test_modeMethod · 0.45
test_modeMethod · 0.45
test_modeMethod · 0.45
test_modeMethod · 0.45
setupMethod · 0.45
garrow_file_get_modeFunction · 0.45
test_mode_arrayFunction · 0.45

Calls

no outgoing calls

Tested by 12

test_modeMethod · 0.36
test_defaultMethod · 0.36
test_nullsMethod · 0.36
test_allMethod · 0.36
test_modeMethod · 0.36
test_modeMethod · 0.36
test_modeMethod · 0.36
test_modeMethod · 0.36
setupMethod · 0.36
test_mode_arrayFunction · 0.36
test_mode_chunked_arrayFunction · 0.36