compute

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateBoolIndexComputation

func CreateBoolIndexComputation(getter record.BoolGetter) indexes.IndexComputer

func CreateEnum16IndexComputation

func CreateEnum16IndexComputation(getter record.Enum16Getter) indexes.IndexComputer

func CreateEnum8IndexComputation

func CreateEnum8IndexComputation(getter record.Enum8Getter) indexes.IndexComputer

func CreateInt32IndexComputation

func CreateInt32IndexComputation(getter record.Int32Getter) indexes.IndexComputer

func CreateInt64IndexComputation

func CreateInt64IndexComputation(getter record.Int64Getter) indexes.IndexComputer

func CreateIntIndexComputation

func CreateIntIndexComputation(getter record.IntGetter) indexes.IndexComputer

func CreateStringIndexComputation

func CreateStringIndexComputation(getter record.StringGetter) indexes.IndexComputer

Types

type BoolKey

type BoolKey bool

func (BoolKey) Less

func (i BoolKey) Less(than indexes.Key) bool

type Enum16Key

type Enum16Key uint16

func (Enum16Key) Less

func (i Enum16Key) Less(than indexes.Key) bool

type Enum8Key

type Enum8Key uint8

func (Enum8Key) Less

func (i Enum8Key) Less(than indexes.Key) bool

type Int32Key

type Int32Key int32

func (Int32Key) Less

func (i Int32Key) Less(than indexes.Key) bool

type Int64Key

type Int64Key int64

func (Int64Key) Less

func (i Int64Key) Less(than indexes.Key) bool

type IntKey

type IntKey int

func (IntKey) Less

func (i IntKey) Less(than indexes.Key) bool

type StringKey

type StringKey string

func (StringKey) Less

func (i StringKey) Less(than indexes.Key) bool

Jump to

Keyboard shortcuts

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