datasource

package
v0.1.1-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataSource

type DataSource struct {
	Instances []*api_common.TDataSourceInstance
}

type Record

type Record struct {
	Columns []any
}

Record is somewhat equivalent to arrow.Record

func (*Record) MatchRecord

func (r *Record) MatchRecord(t *testing.T, schema *api_service_protos.TSchema, record arrow.Record)

type Table

type Table struct {
	Name      string
	SchemaYdb *api_service_protos.TSchema
	Records   []*Record // Large tables may consist of multiple records
}

func (*Table) MatchRecords

func (tb *Table) MatchRecords(t *testing.T, records []arrow.Record)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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