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
array_max_inner in datafusion::functions_array::max - Rust
[go: Go Back, main page]

Function array_max_inner

Source
pub fn array_max_inner(
    args: &[Arc<dyn Array>],
) -> Result<Arc<dyn Array>, DataFusionError>
Available on crate feature nested_expressions only.
Expand description

array_max SQL function

There is one argument for array_max as the array. array_max(array)

For example:

array_max([1, 3, 2]) -> 3