pub async fn feed_chunks(
dialect: DialectBinding,
chunks: &[Bytes],
external_session_id: Option<ExternalSessionId>,
) -> Vec<InterpreterOutputEvent>Expand description
Feed arbitrary fragmentation of the same logical stream.
pub async fn feed_chunks(
dialect: DialectBinding,
chunks: &[Bytes],
external_session_id: Option<ExternalSessionId>,
) -> Vec<InterpreterOutputEvent>Feed arbitrary fragmentation of the same logical stream.