Package org.elasticsearch.xpack.esql.expression.function.scalar.multivalue


package org.elasticsearch.xpack.esql.expression.function.scalar.multivalue
  • Classes
    Class
    Description
    Base class for functions that reduce multivalued fields into single valued fields.
    Base evaluator that can handle both nulls- and no-nulls-containing blocks.
    Base evaluator that can handle evaluator-checked exceptions; i.e.
    Appends values to a multi-value
    Reduce a multivalued field to a single valued field containing the average value.
    Reduce a multivalued string field to a single valued field by concatenating all values.
    Reduce a multivalued field to a single valued field containing the count of values.
    Removes duplicate values from a multivalued field.
    Reduce a multivalued field to a single valued field containing the minimum value.
     
    Reduce a multivalued field to a single valued field containing the minimum value.
    Reduce a multivalued field to a single valued field containing the maximum value.
    Reduce a multivalued field to a single valued field containing the median of the values.
    Reduce a multivalued field to a single valued field containing the median absolute deviation of the values.
    Reduce a multivalued field to a single valued field containing the minimum value.
     
    Reduce a multivalued field to a single valued field containing the weighted sum of all element applying the P series function.
    Returns a subset of the multivalued field using the start and end index values.
    Sorts a multivalued field in lexicographical order.
    Reduce a multivalued field to a single valued field containing the sum of all values.
    Combines the values from two multivalued fields with a delimiter that joins them together.