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 0e264b1 commit 66db5c9Copy full SHA for 66db5c9
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