rowindexcodec

package
v7.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeyKind

type KeyKind int

KeyKind is a specific type of key, mainly used to distinguish row/index.

const (
	// KeyKindUnknown indicates that this key is unknown type.
	KeyKindUnknown KeyKind = iota
	// KeyKindRow means that this key belongs to row.
	KeyKindRow
	// KeyKindIndex means that this key belongs to index.
	KeyKindIndex
)

func GetKeyKind

func GetKeyKind(key []byte) KeyKind

GetKeyKind returns the KeyKind that matches the key in the minimalist way.

Jump to

Keyboard shortcuts

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