Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithIgnoreTruncated ¶ added in v3.36.0
func WithIgnoreTruncated(ignoreTruncated bool) option
func WithMarkTruncatedAsRetryable ¶ added in v3.37.7
func WithMarkTruncatedAsRetryable() option
Types ¶
type StreamResult ¶ added in v3.5.0
type StreamResult interface { result.StreamResult // contains filtered or unexported methods }
func NewStream ¶ added in v3.5.0
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 ¶ added in v3.5.0
func NewUnary ¶ added in v3.5.0
func NewUnary(sets []*Ydb.ResultSet, stats *Ydb_TableStats.QueryStats, opts ...option) UnaryResult
Click to show internal directories.
Click to hide internal directories.