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

Method options

datafusion/catalog-listing/src/table.rs:279–281  ·  view source on GitHub ↗

Get options ref

(&self)

Source from the content-addressed store, hash-verified

277
278 /// Get options ref
279 pub fn options(&self) -> &ListingOptions {
280 &self.options
281 }
282
283 /// Get the schema source
284 pub fn schema_source(&self) -> SchemaSource {

Callers 5

insert_intoMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected