| 292 | /// [`ListingTable`]: https://docs.rs/datafusion/latest/datafusion/datasource/listing/struct.ListingTable.html |
| 293 | #[derive(Debug)] |
| 294 | pub struct StreamTable(Arc<StreamConfig>); |
| 295 | |
| 296 | impl StreamTable { |
| 297 | /// Create a new [`StreamTable`] for the given [`StreamConfig`] |
no outgoing calls
no test coverage detected
searching dependent graphs…