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
add multi threading execution to query execute method
allows datafusion to use multiple threads to perform parallel
execution of plans improves query performance. Also separated
code for execute query in tokio task
0 commit comments