| 25 | } |
| 26 | |
| 27 | void CopyTo::initGlobalStateInternal(lbug::processor::ExecutionContext* context) { |
| 28 | sharedState->init(*context->clientContext, *info.bindData); |
| 29 | } |
| 30 | |
| 31 | void CopyTo::finalize(ExecutionContext* /*context*/) { |
| 32 | info.exportFunc.finalize(*sharedState); |