Documentation ¶
Index ¶
- type Client
- func (c *Client) CloseConnection() error
- func (c *Client) Forward() (pb.QPU_QueryClient, context.CancelFunc, error)
- func (c *Client) GetConfig() (*pb.ConfigResponse, error)
- func (c *Client) GetDataTransfer() (*pb.DataTransferResponse, error)
- func (c *Client) Query(predicate []*pbUtils.AttributePredicate, ts *pbUtils.SnapshotTimePredicate, ...) (pb.QPU_QueryClient, context.CancelFunc, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
func (*Client) Forward ¶
func (c *Client) Forward() (pb.QPU_QueryClient, context.CancelFunc, error)
Forward ...
func (*Client) GetDataTransfer ¶
func (c *Client) GetDataTransfer() (*pb.DataTransferResponse, error)
GetDataTransfer ...
func (*Client) Query ¶
func (c *Client) Query(predicate []*pbUtils.AttributePredicate, ts *pbUtils.SnapshotTimePredicate, metadata map[string]string, sync bool) (pb.QPU_QueryClient, context.CancelFunc, error)
Query ...
Click to show internal directories.
Click to hide internal directories.