Skip to main content

parse_batch_params

Function parse_batch_params 

Source
pub fn parse_batch_params(
    items: &[ExecuteBatchItem],
) -> Result<Vec<Vec<Value>>, SqlExecCoreError>
Expand description

从 gRPC 批量参数中解析最终批量 SQLite 参数列表。 Parse the final batch SQLite parameter list from gRPC batch params.