pub type CitusCdcProperties = CdcProperties<Citus>;Aliased Type§
pub struct CitusCdcProperties {
pub properties: BTreeMap<String, String>,
pub table_schema: TableSchema,
pub is_cdc_source_job: bool,
pub is_backfill_table: bool,
pub _phantom: PhantomData<Citus>,
}Fields§
§properties: BTreeMap<String, String>Properties specified in the WITH clause by user
table_schema: TableSchemaSchema of the source specified by users
is_cdc_source_job: boolWhether it is created by a cdc source job
is_backfill_table: boolFor validation purpose, mark if the table is a backfill cdc table
_phantom: PhantomData<Citus>