scripting

package
v3.44.0-rc7 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client added in v3.24.1

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

func New

func New(cc grpc.ClientConnInterface, config config.Config) *Client

func (*Client) Close added in v3.24.1

func (c *Client) Close(ctx context.Context) (err error)

func (*Client) Execute added in v3.24.1

func (c *Client) Execute(
	ctx context.Context,
	query string,
	params *table.QueryParameters,
) (r result.Result, err error)

func (*Client) Explain added in v3.24.1

func (c *Client) Explain(
	ctx context.Context,
	query string,
	mode scripting.ExplainMode,
) (e table.ScriptingYQLExplanation, err error)

func (*Client) StreamExecute added in v3.24.1

func (c *Client) StreamExecute(
	ctx context.Context,
	query string,
	params *table.QueryParameters,
) (r result.StreamResult, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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