22 namespace cudf::test::detail {
63 #define CUDF_TEST_EXPECT_TABLE_PROPERTIES_EQUAL(lhs, rhs) \
65 SCOPED_TRACE(" <-- line of failure\n"); \
66 cudf::test::detail::expect_table_properties_equal(lhs, rhs); \
69 #define CUDF_TEST_EXPECT_TABLES_EQUAL(lhs, rhs) \
71 SCOPED_TRACE(" <-- line of failure\n"); \
72 cudf::test::detail::expect_tables_equal(lhs, rhs); \
75 #define CUDF_TEST_EXPECT_TABLES_EQUIVALENT(lhs, rhs) \
77 SCOPED_TRACE(" <-- line of failure\n"); \
78 cudf::test::detail::expect_tables_equivalent(lhs, rhs); \
A set of cudf::column_view's of the same size.
Class definitions for (mutable)_table_view
Type declarations for libcudf.