index

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColumnSpec

type ColumnSpec struct {
	Name string
	Type string
}

type Create

type Create struct {
	IfDoesExists bool
	Spec
}

Create represetns a create

type Drop

type Drop struct {
	IfExists bool
	Name     string
	Schema   string
	Table    string
}

Drop represents a drop

type Spec

type Spec struct {
	Name    string
	Schema  string
	Table   string
	SQL     string
	Type    string
	Storage string
	Columns []*ColumnSpec
}

Spec represents index specification

Jump to

Keyboard shortcuts

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