MCPcopy Create free account
hub / github.com/apache/arrow-rs / peek

Method peek

arrow-flight/src/sql/server.rs:1090–1092  ·  view source on GitHub ↗

Peek at the head of this stream without advancing it.

(&mut self)

Source from the content-addressed store, hash-verified

1088
1089 /// Peek at the head of this stream without advancing it.
1090 pub async fn peek(&mut self) -> Option<&Result<FlightData, Status>> {
1091 Pin::new(&mut self.inner).peek().await
1092 }
1093}
1094
1095impl Stream for PeekableFlightDataStream {

Callers 7

peek_next_charMethod · 0.45
do_putMethod · 0.45
decode_columnFunction · 0.45
scan_rangesMethod · 0.45
peek_next_pageMethod · 0.45
regex_likeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected