MCPcopy Create free account
hub / github.com/apache/datafusion / field

Method field

datafusion/common/src/dfschema.rs:371–373  ·  view source on GitHub ↗

Returns a reference to [`FieldRef`] for a column at specific index within the schema. See also [Self::qualified_field] to get both qualifier and field

(&self, i: usize)

Source from the content-addressed store, hash-verified

369 ///
370 /// See also [Self::qualified_field] to get both qualifier and field
371 pub fn field(&self, i: usize) -> &FieldRef {
372 &self.inner.fields[i]
373 }
374
375 /// Returns the qualifier (if any) and [`FieldRef`] for a column at specific
376 /// index within the schema.

Callers 7

fmtMethod · 0.45
qualified_fieldMethod · 0.45
fmtMethod · 0.45
stream_write_displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected