Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filter ¶
func Filter(predicate []*pbUtils.AttributePredicate, streamRec *pbQPU.ResponseStreamRecord) (bool, error)
Filter ...
Types ¶
type FQPU ¶
type FQPU struct {
// contains filtered or unexported fields
}
FQPU implements a filter QPU
func (*FQPU) Cleanup ¶
func (q *FQPU) Cleanup()
Cleanup is called when the QPU receives a SIGTERM signcal
func (*FQPU) GetConfig ¶
func (q *FQPU) GetConfig() (*pbQPU.ConfigResponse, error)
GetConfig implements the GetConfig API for the filter QPU
func (*FQPU) Query ¶
func (q *FQPU) Query(streamOut pbQPU.QPU_QueryServer, requestRec *pbQPU.RequestStream) error
Query implements the Query API for the filter QPU
Click to show internal directories.
Click to hide internal directories.