package scanner
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/table/scanner"
Index ¶
Types ¶
type StreamResult ¶
type StreamResult interface { result.StreamResult // contains filtered or unexported methods }
func NewStream ¶
func NewStream( recv func(ctx context.Context) (*Ydb.ResultSet, *Ydb_TableStats.QueryStats, error), onClose func(error) error, ) StreamResult
type UnaryResult ¶
func NewUnary ¶
func NewUnary(sets []*Ydb.ResultSet, stats *Ydb_TableStats.QueryStats) UnaryResult
Source Files ¶
result.go scan_raw.go scanner.go stats.go
- Version
- v3.9.4
- Published
- Feb 11, 2022
- Platform
- darwin/amd64
- Imports
- 22 packages
- Last checked
- now –
Tools for package owners.