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

Method schema_ref

arrow-array/src/record_batch.rs:428–430  ·  view source on GitHub ↗

Returns a reference to the [`Schema`] of the record batch.

(&self)

Source from the content-addressed store, hash-verified

426
427 /// Returns a reference to the [`Schema`] of the record batch.
428 pub fn schema_ref(&self) -> &SchemaRef {
429 &self.schema
430 }
431
432 /// Mutable access to the metadata of the schema.
433 ///

Callers 15

create_tableFunction · 0.80
encode_batchMethod · 0.80
test_encode_flight_dataFunction · 0.80
fake_flight_infoMethod · 0.80
do_get_fallbackMethod · 0.80
roundtrip_dictionaryFunction · 0.80
do_get_fallbackMethod · 0.80
filter_record_batchFunction · 0.80
test_list_selection_fuzzFunction · 0.80
serialize_fileFunction · 0.80

Calls

no outgoing calls