MCPcopy Create free account
hub / github.com/apache/datafusion / range

Method range

datafusion/functions-nested/src/expr_ext.rs:76–78  ·  view source on GitHub ↗
(self, start: Expr, stop: Expr)

Source from the content-addressed store, hash-verified

74
75impl SliceAccessor for Expr {
76 fn range(self, start: Expr, stop: Expr) -> Expr {
77 array_slice(self, start, stop, None)
78 }
79}
80
81#[cfg(test)]

Callers 2

test_rangeFunction · 0.45
try_fromMethod · 0.45

Calls 1

array_sliceFunction · 0.85

Tested by 1

test_rangeFunction · 0.36