Module dummy

Source
Expand description

A no-op source, which can be used to deprecate a source. When removing the code for a source, we can remove the source reader and executor, but we need to let the meta source manager running normally without panic. Otherwise the user can DROP the source.

Structsยง

DummyProperties
See crate::source::util::dummy.
DummySourceReader
DummySplit
See crate::source::util::dummy.
DummySplitEnumerator
See crate::source::util::dummy.