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

Method push

arrow-schema/src/schema.rs:49–51  ·  view source on GitHub ↗

Appends a [`FieldRef`] to this [`SchemaBuilder`] without checking for collision

(&mut self, field: impl Into<FieldRef>)

Source from the content-addressed store, hash-verified

47
48 /// Appends a [`FieldRef`] to this [`SchemaBuilder`] without checking for collision
49 pub fn push(&mut self, field: impl Into<FieldRef>) {
50 self.fields.push(field.into())
51 }
52
53 /// Removes and returns the [`FieldRef`] as index `idx`
54 ///

Callers 15

try_fromMethod · 0.45
try_mergeMethod · 0.45
extendMethod · 0.45
normalizeMethod · 0.45
parse_structMethod · 0.45
parse_unionMethod · 0.45
parse_wordMethod · 0.45
parse_quoted_stringMethod · 0.45
try_newMethod · 0.45
try_from_fieldsMethod · 0.45

Calls

no outgoing calls