Skip to main content

hydrate

Function hydrate 

Source
pub fn hydrate(
    rows: &[RowData],
    mode: HydrationMode,
) -> HydrationResult<Vec<Value>>
Expand description

通用 hydrate 函数:根据 mode 自动选择

注意:Column 模式需要列名参数,请直接使用 hydrate_column。 此函数对 Column 模式使用第一列。