pinot
pinot copied to clipboard
[Feature] Support function registry with arg types
- Functions are registered using FunctionName and DataType (converted from Java type)
- To make this fully work, we have to support all literal passing from SqlNode to Thrift so we can support all LiteralType
This one relies on #9389. We can first finish that and get back to this
This one relies on #9389. We can first finish that and get back to this
SG