Type Alias LegacyS3Properties

Source
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

Source§

const SOURCE_NAME: &'static str = LEGACY_S3_CONNECTOR

Source§

type Split = DummySplit<LegacyS3>

Source§

type SplitEnumerator = DummySplitEnumerator<LegacyS3>

Source§

type SplitReader = DummySourceReader<LegacyS3>

Source§

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)

Load additional info from ExternalTableDesc. Currently only used by CDC.