noophandler

package
v0.0.0-...-f6228b6 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 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 ArrowFlight

type ArrowFlight struct{}

func (*ArrowFlight) DoGet

func (*ArrowFlight) DoGet(ctx context.Context, table *handler.Table, r chan<- arrow.Record) error

DoGet should implement retrieval of records and sending them to the channel

func (*ArrowFlight) DoPut

func (*ArrowFlight) DoPut(ctx context.Context, r arrow.Record) error

DoPut should implement the insertion of a record

func (*ArrowFlight) LookupTable

func (*ArrowFlight) LookupTable(ctx context.Context, tableName string) (*handler.Table, error)

LookupTable should implement the retrieval of a table

type CloudQuery

type CloudQuery struct{}

func (*CloudQuery) DeleteRecord

func (*CloudQuery) DeleteRecord(ctx context.Context, msg message.WriteDeleteRecords) error

DeleteRecord should implement the deletion of a records

func (*CloudQuery) DeleteStale

func (*CloudQuery) DeleteStale(ctx context.Context, msg message.WriteDeleteStales) error

DeleteStale should implement the deletion of stale records

func (*CloudQuery) MigrateTable

func (*CloudQuery) MigrateTable(ctx context.Context, msg message.WriteMigrateTables) error

MigrateTable should implement the migration of a table

Jump to

Keyboard shortcuts

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