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.
    Function that takes two multivalued expressions and checks if values of one expression(subset) are all present(equals) in the other (superset).
    Reduce a multivalued field to a single valued field containing the count of values.
    Removes duplicate values from a multivalued field.
    Adds a function that takes two multivalued expressions that return a result where the values of the first multivalued expression are returned except for values that exist as a value in the second expression.
    Reduce a multivalued field to a single valued field containing the minimum value.
     
    Adds a function to return a result set with multivalued items that are contained in the input sets.
    Function that takes two multivalued expressions and checks if any values of one expression(subset) are present(equals) in the other (superset).
    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.
    Base class for multi-value set operations.
    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.
    Returns the union of values from two multi-valued fields (all unique values from both inputs).
    Combines the values from two multivalued fields with a delimiter that joins them together.