pub async fn interpret_bytes(
dialect: DialectBinding,
bytes: &[u8],
external_session_id: Option<ExternalSessionId>,
) -> Vec<InterpreterOutputEvent>Expand description
Interpret complete (or pre-concatenated) raw bytes under a dialect binding.