Skip to main content

mongodb_cdc_envelope_schema

Function mongodb_cdc_envelope_schema 

Source
pub fn mongodb_cdc_envelope_schema() -> SchemaRef
Expand description

Returns the Arrow schema for MongoDB CDC envelope records.

ColumnTypeNullableDescription
_namespaceUtf8nodatabase.collection
_opUtf8noOperation code (I/U/R/D/DROP/…)
_document_keyUtf8noDocument key JSON
_cluster_time_sUInt32noCluster time seconds
_cluster_time_iUInt32noCluster time increment
_wall_time_msTimestamp(ms)noWall clock timestamp
_full_documentUtf8yesFull document JSON
_update_descUtf8yesUpdate description JSON
_resume_tokenUtf8noOpaque resume token JSON