experimental

package
v2.12.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Driver ydb.Driver
}

func (*Client) ExecuteStreamQuery

func (c *Client) ExecuteStreamQuery(ctx context.Context, query string, params *QueryParameters, opts ...StreamQueryOption) (*StreamQueryResult, error)

ExecuteStreamQuery not fully supported yet

type ParameterOption

type ParameterOption func(queryParams)

func ValueParam

func ValueParam(name string, v ydb.Value) ParameterOption

type QueryParameters

type QueryParameters struct {
	// contains filtered or unexported fields
}

QueryParameters TODO: unite with table query parameters

func NewQueryParameters

func NewQueryParameters(opts ...ParameterOption) *QueryParameters

func (*QueryParameters) Add

func (q *QueryParameters) Add(opts ...ParameterOption)

func (*QueryParameters) Each

func (q *QueryParameters) Each(it func(name string, value ydb.Value))

func (*QueryParameters) String

func (q *QueryParameters) String() string

type StreamQueryOption

type StreamQueryOption func(s *streamQueryDesc)

func WithStreamQueryProfile

func WithStreamQueryProfile(profile StreamQueryProfile) StreamQueryOption

type StreamQueryProfile

type StreamQueryProfile uint
const (
	StreamQueryProfileUnknown StreamQueryProfile = iota
	StreamQueryProfileNone
	StreamQueryProfileBasic
	StreamQueryProfileFull
)

func (StreamQueryProfile) String

func (s StreamQueryProfile) String() string

type StreamQueryResult

type StreamQueryResult struct {
	ResultType StreamQueryResultType
	Value      interface{}
}

func (*StreamQueryResult) Profile

func (*StreamQueryResult) Progress

func (*StreamQueryResult) ResultSet

type StreamQueryResultProfile

type StreamQueryResultProfile string

type StreamQueryResultProgress

type StreamQueryResultProgress struct{}

type StreamQueryResultResultSet

type StreamQueryResultResultSet struct{}

StreamQueryResultResultSet TODO: support return real result set

type StreamQueryResultType

type StreamQueryResultType uint
const (
	StreamQueryResultTypeResultUnknown StreamQueryResultType = iota
	StreamQueryResultTypeResultSet
	StreamQueryResultTypeProfile
	StreamQueryResultTypeProgress
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL