scripting

package
v3.95.3 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 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, sql string, parameters *params.Params) (r result.Result, err error)

func (*Client) Explain added in v3.24.1

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

func (*Client) StreamExecute added in v3.24.1

func (c *Client) StreamExecute(ctx context.Context, sql string, params *params.Params) (
	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