Skip to main content

apply_split

Function apply_split 

Source
pub fn apply_split(
    graph: &mut Graph,
    node_id: &str,
    splits: &[SplitDefinition],
) -> Vec<String>
Expand description

Apply a split operation. Returns the IDs of created nodes.