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

Method data

cpp/src/arrow/io/file.cc:556–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554 void advance(int64_t nbytes) { position_ = position_ + nbytes; }
555
556 uint8_t* data() { return region_ ? region_->data() : nullptr; }
557
558 uint8_t* head() { return data() + position_; }
559

Calls

no outgoing calls

Tested by 15

TestSchemaRoundTripFunction · 0.36
TestArrayRoundTripFunction · 0.36
TEST_FFunction · 0.36
MakeRandomDataFunction · 0.36
MakeCompressibleDataFunction · 0.36
CompressDataOneShotFunction · 0.36
RunCompressedInputStreamFunction · 0.36
RandomDataFunction · 0.36
TEST_FFunction · 0.36
GenerateRandomDataFunction · 0.36