Searched refs:join_type (Results 1 – 1 of 1) sorted by relevance
1144 const RegType& join_type = int_array_array.Merge(float_array_array, &cache, nullptr); in TEST_F() local1145 ASSERT_TRUE(join_type.IsUnresolvedReference()); in TEST_F()1174 const RegType& join_type = c1_reg_type.Merge(c2_reg_type, &cache, nullptr); in TestClassJoin() local1175 EXPECT_TRUE(join_type.HasClass()); in TestClassJoin()1176 EXPECT_EQ(join_type.GetDescriptor(), std::string_view(out)); in TestClassJoin()