JingsongLi commented on a change in pull request #8029: [FLINK-11898]
[table-planner-blink] Support code generation for all Blink built-in functions
and operators
URL: https://github.com/apache/flink/pull/8029#discussion_r270296406
##########
File path:
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/codegen/CodeGenUtils.scala
##########
@@ -174,6 +178,86 @@ object CodeGenUtils {
(classOf[BaseRow].isAssignableFrom(clazz) ||
clazz == getInternalClassForType(createInternalTypeFromTypeInfo(t)))
+ def hashCodeForType(ctx: CodeGeneratorContext, t: InternalType, term:
String): String = t match {
Review comment:
Merge `HashCodeGenerator`?
----------------------------------------------------------------
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]
With regards,
Apache Git Services