Struct arrow_array::builder::MapFieldNames
source · pub struct MapFieldNames {
pub entry: String,
pub key: String,
pub value: String,
}
Expand description
Contains details of the mapping
Fields§
§entry: String
Field
name for map entries
key: String
Field
name for map key
value: String
Field
name for map value
Trait Implementations§
source§impl Clone for MapFieldNames
impl Clone for MapFieldNames
source§fn clone(&self) -> MapFieldNames
fn clone(&self) -> MapFieldNames
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more