scripting

package
v3.65.3 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 21 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 (*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,
	parameters *params.Parameters,
) (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 *params.Parameters,
) (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