Github user cestella commented on the issue:

    https://github.com/apache/incubator-metron/pull/392
  
    @ottobackwards  Yep, the `TO_$TYPE` stellar functions should work with 
inputs that are strings or numbers of other types.  To wit,
    * `TO_FLOAT('1231')` should yield a float (`1231.0f`) from the input string
    * `TO_FLOAT('12.31')` should yield a float(`12.31f`) from the input string
    * `TO_FLOAT(1231)` should yield a float (`1231.0f`) from the input int
    * `TO_FLOAT(12.31)` should yield a float(`12.31f`) from the input double


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to