slicetable

package
v0.0.0-...-670ba25 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Table

type Table[T any] struct {
	// contains filtered or unexported fields
}

func New

func New[T any](name string) *Table[T]

func (*Table[T]) Collation

func (*Table[T]) Collation() sql.CollationID

func (*Table[T]) Name

func (t *Table[T]) Name() string

func (*Table[T]) PartitionRows

func (t *Table[T]) PartitionRows(ctx *sql.Context, _ sql.Partition) (sql.RowIter, error)

func (*Table[T]) Partitions

func (t *Table[T]) Partitions(*sql.Context) (sql.PartitionIter, error)

func (*Table[T]) Schema

func (t *Table[T]) Schema() sql.Schema

func (*Table[T]) String

func (t *Table[T]) String() string

func (*Table[T]) Update

func (t *Table[T]) Update(slice *[]T)

Jump to

Keyboard shortcuts

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