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

Method fields

datafusion/common/src/dfschema.rs:363–365  ·  view source on GitHub ↗

Get a list of fields for this schema

(&self)

Source from the content-addressed store, hash-verified

361
362 /// Get a list of fields for this schema
363 pub fn fields(&self) -> &Fields {
364 &self.inner.fields
365 }
366
367 /// Returns a reference to [`FieldRef`] for a column at specific index
368 /// within the schema.

Callers 15

cars_schema_is_stableFunction · 0.45
regex_schema_is_stableFunction · 0.45
plan_unpivotFunction · 0.45
setup_encryptionFunction · 0.45
rewriteMethod · 0.45
create_physical_exprFunction · 0.45
try_from_columnMethod · 0.45
try_new_unboundedMethod · 0.45
lambda_variableFunction · 0.45
with_new_schemaFunction · 0.45
append_fieldsFunction · 0.45

Calls

no outgoing calls