package scanner
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/table/scanner"
Index ¶
- func WithIgnoreTruncated(ignoreTruncated bool) option
- func WithMarkTruncatedAsRetryable() option
- type StreamResult
- type UnaryResult
Functions ¶
func WithIgnoreTruncated ¶
func WithIgnoreTruncated(ignoreTruncated bool) option
func WithMarkTruncatedAsRetryable ¶
func WithMarkTruncatedAsRetryable() option
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, opts ...option, ) StreamResult
type UnaryResult ¶
func NewUnary ¶
func NewUnary(sets []*Ydb.ResultSet, stats *Ydb_TableStats.QueryStats, opts ...option) UnaryResult
Source Files ¶
result.go scan_raw.go scanner.go stats.go
- Version
- v3.42.12
- Published
- Mar 3, 2023
- Platform
- linux/amd64
- Imports
- 25 packages
- Last checked
- 3 minutes ago –
Tools for package owners.