yaooqinn commented on a change in pull request #26599: [SPARK-29961][SQL] 
Implement builtin function - typeof
URL: https://github.com/apache/spark/pull/26599#discussion_r347940270
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala
 ##########
 @@ -177,3 +177,20 @@ case class Version() extends LeafExpression with 
CodegenFallback {
     UTF8String.fromString(SPARK_VERSION_SHORT + " " + SPARK_REVISION)
   }
 }
+
+@ExpressionDescription(
+  usage = """_FUNC_(expr) - Return readable string representation for the 
type.""",
 
 Review comment:
   thanks. 

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to