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

Method ProjectableTo

cpp/src/arrow/dataset/dataset_test.cc:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 Schema from_;
284
285 void ProjectableTo(FieldVector to) {
286 ARROW_EXPECT_OK(CheckProjectable(from_, Schema(to)));
287 }
288
289 void NotProjectableTo(FieldVector to, std::string substr = "") {
290 EXPECT_RAISES_WITH_MESSAGE_THAT(TypeError, testing::HasSubstr(substr),

Callers 1

TESTFunction · 0.80

Calls 2

CheckProjectableFunction · 0.85
SchemaClass · 0.50

Tested by

no test coverage detected