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(
	ctx context.Context,
	recv func(ctx context.Context) (*Ydb.ResultSet, *Ydb_TableStats.QueryStats, error),
	onClose func(error) error,
	opts ...option,
) (StreamResult, error)

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

Version
v3.93.2
Published
Dec 5, 2024
Platform
js/wasm
Imports
29 packages
Last checked
19 seconds ago

Tools for package owners.