metaqueries

package
v0.0.0-...-28eaa08 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT Imports: 4 Imported by: 3

Documentation

Index

Constants

View Source
const TagSig = "Tag-%d"

Variables

View Source
var (
	TagKeys = [][]byte{
		[]byte("X"),
		[]byte("Y"),
	}
)

Functions

This section is empty.

Types

type MetaquerySimulator

type MetaquerySimulator struct {
	TagList map[int][]byte
	// contains filtered or unexported fields
}

MetaquerySimulator fullfills the Simulator interface.

func (*MetaquerySimulator) Finished

func (g *MetaquerySimulator) Finished() bool

func (*MetaquerySimulator) Next

func (g *MetaquerySimulator) Next(p *common.Point)

Next advances a Point to the next state in the generator.

func (*MetaquerySimulator) SeenPoints

func (g *MetaquerySimulator) SeenPoints() int64

func (*MetaquerySimulator) SeenValues

func (g *MetaquerySimulator) SeenValues() int64

func (*MetaquerySimulator) Total

func (g *MetaquerySimulator) Total() int64

type MetaquerySimulatorConfig

type MetaquerySimulatorConfig struct {
	Start time.Time
	End   time.Time

	ScaleFactor int
}

func (*MetaquerySimulatorConfig) ToSimulator

func (d *MetaquerySimulatorConfig) ToSimulator() *MetaquerySimulator

Jump to

Keyboard shortcuts

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