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

Method GetField

cpp/src/arrow/testing/random_test.cc:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50class RandomArrayTest : public ::testing::TestWithParam<RandomTestParam> {
51 protected:
52 std::shared_ptr<Field> GetField() { return GetParam().field; }
53
54 BufferVector GetAllBuffers(const Array& array) {
55 BufferVector out;

Callers 7

TEST_FFunction · 0.45
ReadNextMethod · 0.45
ReadBatchMethod · 0.45
TYPED_TESTFunction · 0.45
RowsToBatchesFunction · 0.45
ConvertToRecordBatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected