Skip to main content

build_code_nodes_batch

Function build_code_nodes_batch 

Source
pub fn build_code_nodes_batch(
    nodes: &[CodeNode],
) -> Result<RecordBatch, ArrowError>
Expand description

Build a RecordBatch of CodeNodes (without embeddings — those are added later).