druid/extensions-contrib/materialized-view-selection/src
somu-imply 7682b0b6b1
Analysis refactor (#13501)
Refactor DataSource to have a getAnalysis method()

This removes various parts of the code where while loops and instanceof
checks were being used to walk through the structure of DataSource objects
in order to build a DataSourceAnalysis.  Instead we just ask the DataSource
for its analysis and allow the stack to rebuild whatever structure existed.
2022-12-12 17:35:44 -08:00
..
main Analysis refactor (#13501) 2022-12-12 17:35:44 -08:00
test/java/org/apache/druid/query/materializedview Redesign QueryContext class (#13071) 2022-10-15 11:02:11 +05:30