We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aae2d5 commit 6e437acCopy full SHA for 6e437ac
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector/Knn.java
@@ -67,7 +67,6 @@
67
import static org.elasticsearch.xpack.esql.core.type.DataType.DENSE_VECTOR;
68
import static org.elasticsearch.xpack.esql.core.type.DataType.FLOAT;
69
import static org.elasticsearch.xpack.esql.core.type.DataType.INTEGER;
70
-import static org.elasticsearch.xpack.esql.core.type.DataType.KEYWORD;
71
import static org.elasticsearch.xpack.esql.core.type.DataType.TEXT;
72
import static org.elasticsearch.xpack.esql.expression.Foldables.TypeResolutionValidator.forPreOptimizationValidation;
73
import static org.elasticsearch.xpack.esql.expression.Foldables.resolveTypeQuery;
0 commit comments