We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b85872 commit f56a4e7Copy full SHA for f56a4e7
rust/cubesql/cubesql/src/compile/engine/df/wrapper.rs
@@ -1406,6 +1406,8 @@ impl CubeScanWrapperNode {
1406
.map_err(|e| DataFusionError::Internal(format!("Can't generate SQL for type: {}", e)))
1407
}
1408
1409
+ /// This function is async to be able to call to JS land,
1410
+ /// in case some SQL generation could not be done through Jinja
1411
pub fn generate_sql_for_expr<'ctx>(
1412
plan: Arc<Self>,
1413
mut sql_query: SqlQuery,
0 commit comments