metadata

package
v0.0.0-...-5633d0c Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Qualifier string
	Name      string
	Alias     string
	Type      ColumnType
}

func (*Column) QualifiedName

func (c *Column) QualifiedName() string

func (*Column) String

func (c *Column) String() string

type ColumnType

type ColumnType string
const (
	StringType ColumnType = "string"
)

type Relation

type Relation struct {
	Name    string
	Type    RelationType
	Source  string
	Columns []*Column
}

func (*Relation) ColumnsMap

func (r *Relation) ColumnsMap() map[string]*Column

func (*Relation) String

func (r *Relation) String() string

type RelationType

type RelationType string
const (
	CsvType RelationType = "csv"
)

Jump to

Keyboard shortcuts

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