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

Method Peek

cpp/src/arrow/io/slow.cc:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100Result<std::string_view> SlowInputStream::Peek(int64_t nbytes) {
101 return stream_->Peek(nbytes);
102}
103
104//////////////////////////////////////////////////////////////////////////
105// SlowRandomAccessFile implementation

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
ContinueTasksMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36