tablestore

package
v0.0.0-...-fe13e1c Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	T_null = iota
	T_i8
	T_i16
	T_i24
	T_i32
	T_i64
	T_f32
	T_f64
	T_timestamp
	T_date
	T_text // aka varchar
	T_boolean
	T_json
	T_blob // aka varbinary

	// Unsigned variants
	T_u8  = T_i8 | tf_unsigned
	T_u16 = T_i16 | tf_unsigned
	T_u24 = T_i24 | tf_unsigned
	T_u32 = T_i32 | tf_unsigned
	T_u64 = T_i64 | tf_unsigned
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CatalogTx

type CatalogTx struct {
	UDB lstore.UDB
}

type T

type T uint

A representation of a Type identifier.

func (T) Decode

func (u T) Decode(dec *msgpack.Decoder) (i interface{}, e error)

func (T) Encode

func (u T) Encode(enc *msgpack.Encoder, i interface{}) error

func (T) String

func (u T) String() string

func (T) Type

func (u T) Type() query.Type

func (T) ValueFrom

func (u T) ValueFrom(i interface{}) sqltypes.Value

Jump to

Keyboard shortcuts

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