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

Method Advance

cpp/src/arrow/io/interfaces.cc:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108const IOContext& Readable::io_context() const { return default_io_context(); }
109
110Status InputStream::Advance(int64_t nbytes) { return Read(nbytes).status(); }
111
112Result<std::string_view> InputStream::Peek(int64_t ARROW_ARG_UNUSED(nbytes)) {
113 return Status::NotImplemented("Peek not implemented");

Callers 15

garrow_input_stream_skipFunction · 0.45
CreateExampleMethod · 0.45
TEST_FFunction · 0.45
TestOpenInputStreamMethod · 0.45
FuzzIpcFileFunction · 0.45
AlignStreamFunction · 0.45
TEST_FFunction · 0.45
DeltaBitPackEncoderMethod · 0.45
FlushValuesMethod · 0.45
DecodeArrowMethod · 0.45
DecodeMethod · 0.45

Calls 2

ReadFunction · 0.70
statusMethod · 0.45

Tested by 4

CreateExampleMethod · 0.36
TEST_FFunction · 0.36
TestOpenInputStreamMethod · 0.36
TEST_FFunction · 0.36