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( ctx context.Context, recv func(ctx context.Context) (*Ydb.ResultSet, *Ydb_TableStats.QueryStats, error), onClose func(error) error, opts ...option, ) (StreamResult, error)
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
- Version
- v3.92.4
- Published
- Nov 15, 2024
- Platform
- darwin/amd64
- Imports
- 29 packages
- Last checked
- 12 seconds ago –
Tools for package owners.