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

Class StreamTable

datafusion/catalog/src/stream.rs:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292/// [`ListingTable`]: https://docs.rs/datafusion/latest/datafusion/datasource/listing/struct.ListingTable.html
293#[derive(Debug)]
294pub struct StreamTable(Arc<StreamConfig>);
295
296impl StreamTable {
297 /// Create a new [`StreamTable`] for the given [`StreamConfig`]

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…