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
StreamingValue is introduced in #3280 but just adds a method to evaluate the value in a stream-like fashion. This leaves some room for improvements as RecordQueryTableFunctionPlan does not have the necessary insights into these new Values yet.
The following (current) defaulting properties come to mind:
cardinalities
distinctness
order
but probably some more.
The text was updated successfully, but these errors were encountered:
StreamingValue
is introduced in #3280 but just adds a method to evaluate the value in a stream-like fashion. This leaves some room for improvements asRecordQueryTableFunctionPlan
does not have the necessary insights into these newValue
s yet.The following (current) defaulting properties come to mind:
but probably some more.
The text was updated successfully, but these errors were encountered: