SetSkipPlanCache sets to skip the plan cache and records the reason.
(reason string)
| 115 | IsUseCache() bool |
| 116 | // SetSkipPlanCache sets to skip the plan cache and records the reason. |
| 117 | SetSkipPlanCache(reason string) |
| 118 | // AllocPlanColumnID allocates column id for plan. |
| 119 | AllocPlanColumnID() int64 |
| 120 | // IsInNullRejectCheck returns the flag to indicate whether the expression is in null reject check. |
no outgoing calls