pub type LegacyS3Properties = DummyProperties<LegacyS3>;
Expand description
Note: legacy s3 source is fully deprecated since v2.4.0. The properties and enumerator are kept, so that meta can start normally.
Aliased Type§
struct LegacyS3Properties {
_marker: PhantomData<LegacyS3>,
}
Fields§
§_marker: PhantomData<LegacyS3>
Trait Implementations§
Source§impl SourceProperties for LegacyS3Properties
impl SourceProperties for LegacyS3Properties
const SOURCE_NAME: &'static str = LEGACY_S3_CONNECTOR
type Split = DummySplit<LegacyS3>
type SplitEnumerator = DummySplitEnumerator<LegacyS3>
type SplitReader = DummySourceReader<LegacyS3>
Source§fn init_from_pb_source(&mut self, _source: &PbSource)
fn init_from_pb_source(&mut self, _source: &PbSource)
Load additional info from
PbSource
. Currently only used by CDC.Source§fn init_from_pb_cdc_table_desc(&mut self, _table_desc: &ExternalTableDesc)
fn init_from_pb_cdc_table_desc(&mut self, _table_desc: &ExternalTableDesc)
Load additional info from
ExternalTableDesc
. Currently only used by CDC.