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

Method NotProjectableTo

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

Source from the content-addressed store, hash-verified

287 }
288
289 void NotProjectableTo(FieldVector to, std::string substr = "") {
290 EXPECT_RAISES_WITH_MESSAGE_THAT(TypeError, testing::HasSubstr(substr),
291 CheckProjectable(from_, Schema(to)));
292 }
293 };
294
295 auto i8 = field("i8", int8());

Callers 1

TESTFunction · 0.80

Calls 2

CheckProjectableFunction · 0.85
SchemaClass · 0.50

Tested by

no test coverage detected