Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Relation ¶
type Relation interface { Destroy() error IsEvent() bool Metadata() metadata.Metadata AddTuples([]interface{}) error Eq(string, value.Value) (*roaring.Bitmap, error) Ne(string, value.Value) (*roaring.Bitmap, error) Lt(string, value.Value) (*roaring.Bitmap, error) Le(string, value.Value) (*roaring.Bitmap, error) Gt(string, value.Value) (*roaring.Bitmap, error) Ge(string, value.Value) (*roaring.Bitmap, error) }
Click to show internal directories.
Click to hide internal directories.