File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 25
25
import org .elasticsearch .xpack .esql .expression .function .FunctionType ;
26
26
import org .elasticsearch .xpack .esql .expression .function .Param ;
27
27
import org .elasticsearch .xpack .esql .expression .function .scalar .convert .FromAggregateMetricDouble ;
28
- import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToLong ;
29
28
import org .elasticsearch .xpack .esql .expression .function .scalar .multivalue .MvCount ;
30
29
import org .elasticsearch .xpack .esql .expression .function .scalar .nulls .Coalesce ;
31
- import org .elasticsearch .xpack .esql .expression .predicate .operator .arithmetic .Div ;
32
30
import org .elasticsearch .xpack .esql .expression .predicate .operator .arithmetic .Mul ;
33
31
import org .elasticsearch .xpack .esql .planner .ToAggregator ;
34
32
You can’t perform that action at this time.
0 commit comments