GetStaticEvalCtx returns the inner `EvalContext`.
()
| 209 | |
| 210 | // GetStaticEvalCtx returns the inner `EvalContext`. |
| 211 | func (ctx *ExprContext) GetStaticEvalCtx() *EvalContext { |
| 212 | return ctx.evalCtx |
| 213 | } |
| 214 | |
| 215 | // GetCharsetInfo implements the `ExprContext.GetCharsetInfo`. |
| 216 | func (ctx *ExprContext) GetCharsetInfo() (string, string) { |
no outgoing calls