-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
Description
This is root Variant type builder which will have methods
-
construct intermedite object for tuple:
ydb.ParamsBuilder().Param("$p1").Variant().Tuple(). /*sub calls of tuple builder*/ Build()
-
construct intermedite object for struct:
ydb.ParamsBuilder().Param("$p1").Variant().Struct(). /*sub calls of struct builder*/ Build()