pub fn sink_supported_write_modes(kind: &str) -> &'static [WriteMode]Expand description
Write modes each sink kind supports. Kept in sync with each sink’s
Sink::supported_write_modes() override via UPSERT_SINK_KINDS.
pub fn sink_supported_write_modes(kind: &str) -> &'static [WriteMode]Write modes each sink kind supports. Kept in sync with each sink’s
Sink::supported_write_modes() override via UPSERT_SINK_KINDS.