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
Currently, we only have the corresponding logical operator (LogicalOpBind).
After the physical operator for BIND has been implemented, it needs to be hooked into the logical-to-physical translation process. There is already a function
public static UnaryPhysicalOp convert( final LogicalOpBind lop );
for this in LogicalToPhysicalOpConverter.
The text was updated successfully, but these errors were encountered:
Currently, we only have the corresponding logical operator (
LogicalOpBind
).After the physical operator for BIND has been implemented, it needs to be hooked into the logical-to-physical translation process. There is already a function
for this in
LogicalToPhysicalOpConverter
.The text was updated successfully, but these errors were encountered: