Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
extract_row_at_idx_to_buf in datafusion_common::utils - Rust
[go: Go Back, main page]

Function extract_row_at_idx_to_buf

Source
pub fn extract_row_at_idx_to_buf(
    columns: &[ArrayRef],
    idx: usize,
    buf: &mut Vec<ScalarValue>,
) -> Result<()>
Expand description

Extracts a row at the specified index from a set of columns and stores it in the provided buffer.