table

package
v0.0.0-...-1d585eb Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2019 License: MIT Imports: 4 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 {
	Name string
	Meta bool
	Tags []gem.Expr
}

type Definition

type Definition []Column

func ReadDef

func ReadDef(xrd *xsx.PullParser) (res Definition, err error)

func (Definition) ColIndex

func (tdef Definition) ColIndex(colName string) int

ColIndex returns the index of the column with name 'colName', if any. Otherwise it returns -1.

func (Definition) NextRow

func (tdef Definition) NextRow(xrd *xsx.PullParser, row []gem.Expr) ([]gem.Expr, error)

Jump to

Keyboard shortcuts

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