Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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( recv func(ctx context.Context) (*Ydb.ResultSet, *Ydb_TableStats.QueryStats, error), onClose func(error) error, ) StreamResult
type UnaryResult ¶ added in v3.5.0
func NewUnary ¶ added in v3.5.0
func NewUnary(sets []*Ydb.ResultSet, stats *Ydb_TableStats.QueryStats) UnaryResult
Click to show internal directories.
Click to hide internal directories.