File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 2121import org .elasticsearch .xpack .esql .core .expression .Attribute ;
2222import org .elasticsearch .xpack .esql .core .expression .Expression ;
2323import org .elasticsearch .xpack .esql .core .expression .FieldAttribute ;
24- import org .elasticsearch .xpack .esql .core .expression .MetadataAttribute ;
2524import org .elasticsearch .xpack .esql .core .tree .NodeInfo ;
2625import org .elasticsearch .xpack .esql .core .tree .NodeUtils ;
2726import org .elasticsearch .xpack .esql .core .tree .Source ;
Original file line number Diff line number Diff line change 7474import static org .elasticsearch .common .lucene .search .Queries .newNonNestedFilter ;
7575import static org .elasticsearch .compute .lucene .LuceneSourceOperator .NO_LIMIT ;
7676import static org .elasticsearch .index .mapper .MappedFieldType .FieldExtractPreference .NONE ;
77- import static org .elasticsearch .xpack .esql .planner .mapper .MapperUtils .hasScoreAttribute ;
7877
7978public class EsPhysicalOperationProviders extends AbstractPhysicalOperationProviders {
8079 /**
You can’t perform that action at this time.
0 commit comments