Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportExpression ¶
SupportExpression checks if the expression is supported by the client.
Types ¶
type SelectResult ¶
type SelectResult struct {
// contains filtered or unexported fields
}
SelectResult is used to get response rows from SelectRequest.
func Select ¶
func Select(client kv.Client, req *tipb.SelectRequest, concurrency int) (*SelectResult, error)
Select do a select request, returns SelectResult.
func (*SelectResult) Next ¶
func (r *SelectResult) Next() (subResult *SubResult, err error)
Next returns the next row.
Click to show internal directories.
Click to hide internal directories.