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
get_record_batch_at_indices in datafusion::common::utils - Rust
[go: Go Back, main page]

Function datafusion::common::utils::get_record_batch_at_indices

source ยท
pub fn get_record_batch_at_indices(
    record_batch: &RecordBatch,
    indices: &PrimitiveArray<UInt32Type>,
) -> Result<RecordBatch, DataFusionError>
Expand description

Construct a new RecordBatch from the rows of the record_batch at the indices.