cloud-fan edited a comment on pull request #27066:
URL: https://github.com/apache/spark/pull/27066#issuecomment-646454562
Ah sorry I didn't look into the details and just want to point out the
direction.
Let's take `TaggingExpression` as an example
```
override protected def doGenCode(ctx: CodegenContext, ev: ExprCode):
ExprCode = child.genCode(ctx)
override def eval(input: InternalRow): Any = child.eval(input)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]