Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Created January 16, 2023 16:57
Show Gist options
  • Save ghalimi/55730dd74884b8a95980a8cad51c99b7 to your computer and use it in GitHub Desktop.
Save ghalimi/55730dd74884b8a95980a8cad51c99b7 to your computer and use it in GitHub Desktop.
# 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