utils

package
v0.0.0-...-839bc5d Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilterQuery

func FilterQuery(filter *base.TupleFilter) memdb.FilterFunc

FilterQuery - Filter relation tuples according to given filter

func GetIndexNameAndArgsByFilters

func GetIndexNameAndArgsByFilters(tenantID string, filter *base.TupleFilter) (string, []any)

GetIndexNameAndArgsByFilters - Get index name and arguments by filters

func NewContinuousToken

func NewContinuousToken(value string) database.ContinuousToken

NewContinuousToken - Creates a new continuous token

func NewNoopContinuousToken

func NewNoopContinuousToken() database.ContinuousToken

NewNoopContinuousToken - Creates a new continuous token

Types

type AutoIncForRelationTuples

type AutoIncForRelationTuples struct {
	sync.Mutex
	// contains filtered or unexported fields
}
var RelationTuplesID AutoIncForRelationTuples

func (*AutoIncForRelationTuples) ID

func (a *AutoIncForRelationTuples) ID() (id uint64)

ID -

type ContinuousToken

type ContinuousToken struct {
	Value string
}

ContinuousToken - Structure for continuous token

func (ContinuousToken) Encode

Encode - Encodes the token to a string

type EncodedContinuousToken

type EncodedContinuousToken struct {
	Value string
}

EncodedContinuousToken - Structure for encoded continuous token

func (EncodedContinuousToken) Decode

Decode decodes the token from a string

func (EncodedContinuousToken) String

func (t EncodedContinuousToken) String() string

Decode decodes the token from a string

type NoopContinuousToken

type NoopContinuousToken struct {
	Value string
}

func (NoopContinuousToken) Encode

Encode - Encodes the token to a string

type NoopEncodedContinuousToken

type NoopEncodedContinuousToken struct {
	Value string
}

func (NoopEncodedContinuousToken) Decode

Decode decodes the token from a string

func (NoopEncodedContinuousToken) String

Decode decodes the token from a string

Jump to

Keyboard shortcuts

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