Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support struct data definition like duckdb #1245

Open
duongcongtoai opened this issue May 1, 2024 · 0 comments
Open

Support struct data definition like duckdb #1245

duongcongtoai opened this issue May 1, 2024 · 0 comments

Comments

@duongcongtoai
Copy link
Contributor

To follow up #1240
Struct data definition is already supported using bigquery dialect with the following syntax

create table t (s struct<n int, s varchar>);

In duckdb, the syntax is a bit different by replacing < with (

create table t (s struct(n int, s varchar));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant