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
split_part_impl in datafusion::functions::string::split_part - Rust
[go: Go Back, main page]

datafusion::functions::string::split_part

Function split_part_impl

Source
pub fn split_part_impl<'a, StringArrType, DelimiterArrType, StringArrayLen>(
    string_array: StringArrType,
    delimiter_array: DelimiterArrType,
    n_array: &PrimitiveArray<Int64Type>,
) -> Result<Arc<dyn Array>, DataFusionError>
where StringArrType: StringArrayType<'a>, DelimiterArrType: StringArrayType<'a>, StringArrayLen: OffsetSizeTrait,
Expand description

impl