pub fn process_block_stmt_as_expr(
    block_stmt: &Option<BlockStmt>,
    sqls: &mut Vec<SQL>,
    import_alias: &String
)