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 cd52399 commit efdd413Copy full SHA for efdd413
rust/cubesql/cubesql/src/compile/engine/df/wrapper.rs
@@ -1214,6 +1214,8 @@ impl CubeScanWrapperNode {
1214
.map_err(|e| DataFusionError::Internal(format!("Can't generate SQL for type: {}", e)))
1215
}
1216
1217
+ /// This function is async to be able to call to JS land,
1218
+ /// in case some SQL generation could not be done through Jinja
1219
pub fn generate_sql_for_expr<'ctx>(
1220
plan: Arc<Self>,
1221
mut sql_query: SqlQuery,
0 commit comments