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

Method open_with_args

datafusion/datasource/src/source.rs:256–258  ·  view source on GitHub ↗

Open a partition using optional sibling-shared execution state. The default implementation ignores the additional state and delegates to [`Self::open`].

(&self, args: OpenArgs)

Source from the content-addressed store, hash-verified

254 /// The default implementation ignores the additional state and delegates to
255 /// [`Self::open`].
256 fn open_with_args(&self, args: OpenArgs) -> Result<SendableRecordBatchStream> {
257 self.open(args.partition, args.context)
258 }
259}
260
261/// Arguments for [`DataSource::open_with_args`]

Callers 1

executeMethod · 0.45

Implementers 2

memory.rsdatafusion/datasource/src/memory.rs
mod.rsdatafusion/datasource/src/file_scan_co

Calls 1

openMethod · 0.45

Tested by

no test coverage detected