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

Function TEST_F

cpp/src/arrow/table_test.cc:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72TEST_F(TestTable, EmptySchema) {
73 auto empty_schema = ::arrow::schema({});
74 table_ = Table::Make(empty_schema, columns_);
75 ASSERT_OK(table_->ValidateFull());
76 ASSERT_EQ(0, table_->num_rows());
77 ASSERT_EQ(0, table_->num_columns());
78}
79
80TEST_F(TestTable, Ctors) {
81 const int length = 100;

Callers 1

table_test.ccFile · 0.70

Calls 15

AssertChunkedEqualFunction · 0.85
AssertFieldEqualFunction · 0.85
AssertBatchesEqualFunction · 0.85
AssertTablesEqualFunction · 0.85
ConcatenateTablesFunction · 0.85
ChunkedArrayFromJSONFunction · 0.85
TensorFromJSONFunction · 0.85
EqualOptionsClass · 0.85
FromBitsFunction · 0.85
PromoteTableToSchemaFunction · 0.85
listFunction · 0.85

Tested by

no test coverage detected