MCPcopy Create free account
hub / github.com/apache/spark-connect-rust / array_insert

Function array_insert

crates/connect/src/functions/mod.rs:742–748  ·  view source on GitHub ↗

adds an item into a given array at a specified array index.

(
    col: impl Into<Column>,
    pos: impl Into<Column>,
    value: impl Into<Column>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

invoke_funcFunction · 0.85

Tested by

no test coverage detected