comparator

package
v0.0.0-...-9e50596 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2018 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OptionsSetDoubleUint64Comparator

func OptionsSetDoubleUint64Comparator(
	cmpPrefixByteOffset uint64,
	opts *gorocksdb.Options,
)

OptionsSetDoubleUint64Comparator sets a doubleuint64comparator_t as comparator for the options. thus the comparison is based on two following uint64_t after cmpPrefixByteOffset (in bytes).

func OptionsSetReverseSingleUint64Comparator

func OptionsSetReverseSingleUint64Comparator(
	cmpPrefixByteOffset uint64,
	opts *gorocksdb.Options,
)

OptionsSetReverseSingleUint64Comparator sets a reversesingleuint64comparator_t as comparator for the options. thus the comparison is based on a uint64_t after cmpPrefixByteOffset (in bytes) in reverse order

func OptionsSetSingleUint64Comparator

func OptionsSetSingleUint64Comparator(
	cmpPrefixByteOffset uint64,
	opts *gorocksdb.Options,
)

OptionsSetSingleUint64Comparator sets a singleuint64comparator_t as comparator for the options. thus the comparison is based on a uint64_t after cmpPrefixByteOffset (in bytes).

Types

This section is empty.

Jump to

Keyboard shortcuts

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