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
Note: it's an old name. Better to modify to Scan in a new issue.
fntry_from(value:RelOperator) -> Result<Self>{ifletRelOperator::Scan(value) = value {Ok(value)}else{Err(ErrorCode::Internal("Cannot downcast RelOperator to LogicalGet",))}}
Originally posted by @TCeason in #15215 (comment)
The text was updated successfully, but these errors were encountered: