Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Created January 16, 2023 16:57
# query -> SELECT * FROM table
{
"select_query" : {
"select_node" : {
"projection_list": [
{
"type": "star_expression"
}
],
"from_clause": [
{
"type": "tableref",
"table_name": "table"
}
]
}
}
}
@AurelienRibon
Copy link

Awesome, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment