Package org.elasticsearch.xpack.esql.expression


package org.elasticsearch.xpack.esql.expression
Expressions process values to make more values. There are two kinds:
  • scalars take a single row as input and produce a value as output.
  • aggregates take many rows as input and produce some values as output.