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

Function TEST_F

cpp/src/arrow/table_test.cc:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70TEST_F(TestTable, EmptySchema) {
71 auto empty_schema = ::arrow::schema({});
72 table_ = Table::Make(empty_schema, columns_);
73 ASSERT_OK(table_->ValidateFull());
74 ASSERT_EQ(0, table_->num_rows());
75 ASSERT_EQ(0, table_->num_columns());
76}
77
78TEST_F(TestTable, Ctors) {
79 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
PromoteTableToSchemaFunction · 0.85
listFunction · 0.85
TableFromJSONFunction · 0.85
columnsMethod · 0.80
push_backMethod · 0.80
crbeginMethod · 0.80

Tested by

no test coverage detected