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

Method schema

arrow-flight/src/decode.rs:142–144  ·  view source on GitHub ↗

Return schema for the stream, if it has been received

(&self)

Source from the content-addressed store, hash-verified

140
141 /// Return schema for the stream, if it has been received
142 pub fn schema(&self) -> Option<&SchemaRef> {
143 self.inner.schema()
144 }
145
146 /// Consume self and return the wrapped [`FlightDataDecoder`]
147 pub fn into_inner(self) -> FlightDataDecoder {

Callers 14

verify_flight_round_tripFunction · 0.45
poll_nextMethod · 0.45
do_get_catalogsMethod · 0.45
do_get_schemasMethod · 0.45
do_get_tablesMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by 1