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 ¶
Record is somewhat equivalent to arrow.Record Store columns in map because order of columns in some datasource is undefined (i.e. in YDB - https://st.yandex-team.ru/KIKIMR-20836)
func (*Record) MatchRecord ¶
type Table ¶
type Table struct { Name string Schema *TableSchema Records []*Record // Large tables may consist of multiple records }
func (*Table) MatchRecords ¶
func (*Table) MatchSchema ¶ added in v0.1.2
func (tb *Table) MatchSchema(t *testing.T, schema *api_service_protos.TSchema)
type TableSchema ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.