We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3931a41 commit 3ba0815Copy full SHA for 3ba0815
internal/value/exp/allocator/allocator.go
@@ -21,7 +21,7 @@ func (a *Allocator) Value() (v *Ydb.Value) {
21
return new(Ydb.Value)
22
}
23
24
-func (a *Allocator) Typed() (v *Ydb.TypedValue) {
+func (a *Allocator) TypedValue() (v *Ydb.TypedValue) {
25
return new(Ydb.TypedValue)
26
27
0 commit comments