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 0aee44f commit 01cfa1bCopy full SHA for 01cfa1b
table/result/result.go
@@ -97,7 +97,7 @@ type BaseResult interface {
97
// For unknown types use interface types.
98
// Supported scanning byte arrays of various length.
99
// For complex yql types: Dict, List, Tuple and own specific scanning logic
100
- // implement ydb.Scanner with UnmarshalYDB method
+ // implement ydb.table.types.Scanner with UnmarshalYDB method
101
// See examples for more detailed information.
102
// Output param - Scanner error
103
Scan(values ...indexed.RequiredOrOptional) error
0 commit comments