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

Function TEST

cpp/src/arrow/type_test.cc:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using internal::checked_pointer_cast;
48
49TEST(TestTypeId, AllTypeIds) {
50 const auto all_ids = AllTypeIds();
51 ASSERT_EQ(static_cast<int>(all_ids.size()), Type::MAX_ID);
52}
53
54TEST(TestTypeSingleton, ParameterFreeTypes) {
55 // Test successful cases - parameter-free types (sample a few)

Callers 1

type_test.ccFile · 0.70

Calls 15

AllTypeIdsFunction · 0.85
CheckTypeIdReprsFunction · 0.85
ToTypeNameFunction · 0.85
key_value_metadataFunction · 0.85
AssertFieldEqualFunction · 0.85
struct_Function · 0.85
AssertSchemaBuilderYieldFunction · 0.85
MergeFunction · 0.85
list_viewFunction · 0.85
large_list_viewFunction · 0.85
nullableMethod · 0.80
WithMergedMetadataMethod · 0.80

Tested by

no test coverage detected