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 complex types #13

Closed
Tracked by #5
scottlepp opened this issue Aug 29, 2022 · 0 comments · Fixed by #23
Closed
Tracked by #5

Support complex types #13

scottlepp opened this issue Aug 29, 2022 · 0 comments · Fixed by #23
Assignees
Milestone

Comments

@scottlepp
Copy link
Contributor

I think initially we can just convert these to string of json.

case *pb.TypeSpec_Map_:
// TODO
case *pb.TypeSpec_List_:
// TODO
case *pb.TypeSpec_Set_:
// TODO
case *pb.TypeSpec_Udt_:
// TODO
case *pb.TypeSpec_Tuple_:
// TODO

@scottlepp scottlepp added this to the v1 milestone Aug 29, 2022
@scottlepp scottlepp mentioned this issue Aug 29, 2022
19 tasks
@yesoreyeram yesoreyeram mentioned this issue Sep 1, 2022
10 tasks
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

Successfully merging a pull request may close this issue.

2 participants