clintropolis commented on a change in pull request #10432:
URL: https://github.com/apache/druid/pull/10432#discussion_r494752606



##########
File path: docs/querying/query-context.md
##########
@@ -92,7 +92,7 @@ include "selector", "bound", "in", "like", "regex", "search", 
"and", "or", and "
 - All aggregators must offer vectorized implementations. These include 
"count", "doubleSum", "floatSum", "longSum", "longMin",
  "longMax", "doubleMin", "doubleMax", "floatMin", "floatMax", "longAny", 
"doubleAny", "floatAny", "stringAny",
  "hyperUnique", "filtered", "approxHistogram", "approxHistogramFold", and 
"fixedBucketsHistogram" (with numerical input). 
-- No virtual columns.
+- All virtual columns must offer vectorized implementations.

Review comment:
       Ah, I was planning on filling out a list of supported expressions but 
figured the list was sort of volatile since I have a few PRs and branches in 
flight and was originally going to do this later. I was planning to wait for 
#10429 to go in before I fixup this PR (to make sure changing the default to 
false doesn't cause any ill effects to tests) so I can go ahead and fill out 
this list to include the stuff from #10401 and #10429 in this PR at least.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to