Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tracer = otel.Tracer("ExecPlan")
Functions ¶
This section is empty.
Types ¶
type AlwaysEmptyExecPlan ¶
type AlwaysEmptyExecPlan struct{}
AlwaysEmptyExecPlan represents an exec plan which affects nothing.
func (AlwaysEmptyExecPlan) Type ¶
func (a AlwaysEmptyExecPlan) Type() proto.PlanType
type TransparentPlan ¶
type TransparentPlan struct { BasePlan // contains filtered or unexported fields }
TransparentPlan represents a transparent plan.
func Transparent ¶
func Transparent(stmt rast.Statement, args []proto.Value) *TransparentPlan
Transparent creates a plan which will be executed by upstream db transparently.
func (*TransparentPlan) SetDB ¶
func (tp *TransparentPlan) SetDB(db string)
func (*TransparentPlan) SetType ¶
func (tp *TransparentPlan) SetType(typ proto.PlanType)
func (*TransparentPlan) Type ¶
func (tp *TransparentPlan) Type() proto.PlanType
Click to show internal directories.
Click to hide internal directories.