table

package
v0.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	YtOriginalTypePropertyKey = abstract.PropertyKey("yt:originalType")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type YtColumn

type YtColumn interface {
	base.Column

	YtType() schema.ComplexType
	// contains filtered or unexported methods
}

func NewColumn

func NewColumn(name string, typ base.Type, ytType schema.ComplexType, ytCol schema.Column, isOptional bool) YtColumn

type YtTable

type YtTable interface {
	base.Table
	AddColumn(YtColumn)
	ColumnNames() ([]string, error)
}

func NewTable

func NewTable(name string) YtTable

Jump to

Keyboard shortcuts

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