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
In #5 we translate external collections to a Calcite TableScan; in this change we will go further, and translate all relational operations to Calcite relational operators (for example filter to Filter, map to Project).
The text was updated successfully, but these errors were encountered:
In #5 we translate external collections to a Calcite TableScan; in this change we will go further, and translate all relational operations to Calcite relational operators (for example
filter
toFilter
,map
toProject
).The text was updated successfully, but these errors were encountered: