File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
x-pack/plugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ public class Types {
4646 static final ClassName BOOLEAN_BLOCK = ClassName .get (DATA_PACKAGE , "BooleanBlock" );
4747 static final ClassName BYTES_REF_BLOCK = ClassName .get (DATA_PACKAGE , "BytesRefBlock" );
4848 static final ClassName INT_BLOCK = ClassName .get (DATA_PACKAGE , "IntBlock" );
49- static final ClassName INT_VECTOR_BLOCK = ClassName .get (DATA_PACKAGE , "IntVectorBlock" );
5049 static final ClassName INT_ARRAY_BLOCK = ClassName .get (DATA_PACKAGE , "IntArrayBlock" );
5150 static final ClassName INT_BIG_ARRAY_BLOCK = ClassName .get (DATA_PACKAGE , "IntBigArrayBlock" );
5251 static final ClassName LONG_BLOCK = ClassName .get (DATA_PACKAGE , "LongBlock" );
You can’t perform that action at this time.
0 commit comments