10 #include <cudf/utilities/export.hpp>
12 namespace CUDF_EXPORT
cudf {
13 namespace test::detail {
55 #define CUDF_TEST_EXPECT_TABLE_PROPERTIES_EQUAL(lhs, rhs) \
57 SCOPED_TRACE(" <-- line of failure\n"); \
58 cudf::test::detail::expect_table_properties_equal(lhs, rhs); \
61 #define CUDF_TEST_EXPECT_TABLES_EQUAL(lhs, rhs) \
63 SCOPED_TRACE(" <-- line of failure\n"); \
64 cudf::test::detail::expect_tables_equal(lhs, rhs); \
67 #define CUDF_TEST_EXPECT_TABLES_EQUIVALENT(lhs, rhs) \
69 SCOPED_TRACE(" <-- line of failure\n"); \
70 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.