File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5252import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToDateNanos ;
5353import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToDatetime ;
5454import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToInteger ;
55+ import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToLong ;
5556import org .elasticsearch .xpack .esql .expression .function .scalar .string .Concat ;
5657import org .elasticsearch .xpack .esql .expression .function .scalar .string .Substring ;
57- import org .elasticsearch .xpack .esql .expression .function .scalar .convert .ToLong ;
5858import org .elasticsearch .xpack .esql .expression .predicate .operator .arithmetic .Add ;
5959import org .elasticsearch .xpack .esql .expression .predicate .operator .comparison .Equals ;
6060import org .elasticsearch .xpack .esql .index .EsIndex ;
You can’t perform that action at this time.
0 commit comments