arrow

package
v3.117.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Part

type Part interface {
	io.Reader

	// Bytes returns part as bytes
	Bytes() []byte

	// GetResultSetIndex returns result set index
	GetResultSetIndex() int64
}

type Result

type Result interface {
	closer.Closer

	// Parts is the range iterator for result parts (parts implement [io.Reader])
	Parts(ctx context.Context) xiter.Seq2[Part, error]
}

Jump to

Keyboard shortcuts

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