Function mz_storage::decode::get_decoder
source ยท async fn get_decoder(
encoding: DataEncoding,
debug_name: &str,
is_connection_delimited: bool,
metrics: DecodeMetricDefs,
storage_configuration: &StorageConfiguration,
) -> Result<DataDecoder, CsrConnectError>