Skip to content

Commit 9d79b2f

Browse files
committed
stub in field attribute
1 parent 0c0b5bd commit 9d79b2f

File tree

1 file changed

+5
-0
lines changed
  • x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression

1 file changed

+5
-0
lines changed

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/FieldAttribute.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ protected String label() {
206206
return "f";
207207
}
208208

209+
@Override
210+
public boolean isDimension() {
211+
return false;
212+
}
213+
209214
public EsField field() {
210215
return field;
211216
}

0 commit comments

Comments
 (0)