package scanner

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/table/scanner"

Index

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

type UnaryResult interface {
	result.Result
	// contains filtered or unexported methods
}

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
windows/amd64
Imports
25 packages
Last checked
1 second ago

Tools for package owners.