NewExprFactory creates an ExprFactory instance.
()
| 87 | |
| 88 | // NewExprFactory creates an ExprFactory instance. |
| 89 | func NewExprFactory() ExprFactory { |
| 90 | return &baseExprFactory{ |
| 91 | "@result", |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | // NewExprFactoryWithAccumulator creates an ExprFactory instance with a custom |
| 96 | // accumulator identifier name. |
no outgoing calls