rowiterator

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

type Iterator struct {
	Conn dbconn.Conn
	// contains filtered or unexported fields
}

func NewIterator added in v0.0.1

func NewIterator(
	ctx context.Context, conn dbconn.Conn, table Table, rowBatchSize int,
) (*Iterator, error)

func (*Iterator) Error

func (it *Iterator) Error() error

func (*Iterator) HasNext

func (it *Iterator) HasNext(ctx context.Context) bool

func (*Iterator) Next

func (it *Iterator) Next(ctx context.Context) tree.Datums

func (*Iterator) Peek

func (it *Iterator) Peek(ctx context.Context) tree.Datums

type Table

type Table struct {
	Schema            tree.Name
	Table             tree.Name
	ColumnNames       []tree.Name
	ColumnOIDs        []oid.Oid
	PrimaryKeyColumns []tree.Name
	StartPKVals       []tree.Datum
	EndPKVals         []tree.Datum
}

Jump to

Keyboard shortcuts

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