ifilter

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

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

Go to latest
Published: Aug 25, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EQ = iota
	NE
	LT
	LE
	GT
	GE
)

Variables

This section is empty.

Functions

func New

func New(cs []*Condition, r storage.Relation) *filter

Types

type Condition

type Condition struct {
	Op   int // eq, ne, lt, le, gt, ge
	Name string
	Val  value.Value
}

type Filter

type Filter interface {
	String() string
	Bitmap() (*roaring.Bitmap, error)
}

Jump to

Keyboard shortcuts

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