You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably need to extract per-query preprocessor and postprocessor into a per-query file.
Load those "plugins" (ak. QueryProcessor ?) into a register and then do something like plugins[q.Type()].preprocess(q) and plugins[q.Type()].postprocess(r) ?
The text was updated successfully, but these errors were encountered:
jbguerraz
changed the title
Backend - Execute Query - Refactor "processors"
Backend - executeQuery - processors
Dec 4, 2020
jbguerraz
changed the title
Backend - executeQuery - processors
executeQuery - processors
Dec 4, 2020
Probably need to extract per-query preprocessor and postprocessor into a per-query file.
Load those "plugins" (ak. QueryProcessor ?) into a register and then do something like plugins[q.Type()].preprocess(q) and plugins[q.Type()].postprocess(r) ?
The text was updated successfully, but these errors were encountered: