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

Method TestGetWithNonStructArray

cpp/src/arrow/field_ref_test.cc:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298 template <typename I, bool Flattened = false>
299 void TestGetWithNonStructArray() const {
300 EXPECT_RAISES_WITH_MESSAGE_THAT(
301 NotImplemented, ::testing::HasSubstr("Get child data of non-struct array"),
302 DoGet<Flattened>(*case_->v1_1_0.OutputAs<I>(), FieldPath({1, 1, 0})));
303 }
304
305 template <typename I, bool Flattened = false>
306 void TestGet() const {

Callers

nothing calls this directly

Calls 1

FieldPathFunction · 0.85

Tested by

no test coverage detected