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

Method field

arrow-avro/src/codec.rs:586–588  ·  view source on GitHub ↗

Returns the arrow [`Field`]

(&self)

Source from the content-addressed store, hash-verified

584impl AvroField {
585 /// Returns the arrow [`Field`]
586 pub(crate) fn field(&self) -> Field {
587 self.data_type.field_with_name(&self.name)
588 }
589
590 /// Returns the [`AvroDataType`]
591 pub(crate) fn data_type(&self) -> &AvroDataType {

Calls 1

field_with_nameMethod · 0.45