Skip to main content

interpret_bytes

Function interpret_bytes 

Source
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.