21 #include <cudf/utilities/export.hpp>
23 namespace CUDF_EXPORT
cudf {
24 namespace test::detail {
66 #define CUDF_TEST_EXPECT_TABLE_PROPERTIES_EQUAL(lhs, rhs) \
68 SCOPED_TRACE(" <-- line of failure\n"); \
69 cudf::test::detail::expect_table_properties_equal(lhs, rhs); \
72 #define CUDF_TEST_EXPECT_TABLES_EQUAL(lhs, rhs) \
74 SCOPED_TRACE(" <-- line of failure\n"); \
75 cudf::test::detail::expect_tables_equal(lhs, rhs); \
78 #define CUDF_TEST_EXPECT_TABLES_EQUIVALENT(lhs, rhs) \
80 SCOPED_TRACE(" <-- line of failure\n"); \
81 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.