twalthr commented on a change in pull request #6381: [FLINK-7205] [table] Add 
UUID supported in SQL and TableApi
URL: https://github.com/apache/flink/pull/6381#discussion_r209585386
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/mathExpressions.scala
 ##########
 @@ -422,3 +422,15 @@ case class Bin(child: Expression) extends UnaryExpression 
{
     relBuilder.call(ScalarSqlFunctions.BIN, child.toRexNode)
   }
 }
+
+case class UUID() extends LeafExpression {
+  /**
 
 Review comment:
   Remove inherited comment.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to