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

Method infer

datafusion/core/src/datasource/listing/table.rs:103–105  ·  view source on GitHub ↗
(self, state: &dyn Session)

Source from the content-addressed store, hash-verified

101 }
102
103 async fn infer(self, state: &dyn Session) -> datafusion_common::Result<Self> {
104 self.infer_options(state).await?.infer_schema(state).await
105 }
106}
107
108#[cfg(test)]

Calls 2

infer_optionsMethod · 0.80
infer_schemaMethod · 0.45