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

Variant().Build() #1073

Closed
Tracked by #1062
asmyasnikov opened this issue Feb 28, 2024 · 0 comments
Closed
Tracked by #1062

Variant().Build() #1073

asmyasnikov opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request student-projects

Comments

@asmyasnikov
Copy link
Member

asmyasnikov commented Feb 28, 2024

This is root Variant type builder which will have methods

  1. construct intermedite object for tuple:

    ydb.ParamsBuilder().Param("$p1").Variant().Tuple().
        /*sub calls of tuple builder*/
        Build()
  2. construct intermedite object for struct:

    ydb.ParamsBuilder().Param("$p1").Variant().Struct().
        /*sub calls of struct builder*/
        Build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request student-projects
Projects
None yet
Development

No branches or pull requests

1 participant