You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/17 18:58:28 UTC

[GitHub] [arrow] save-buffer commented on pull request #14287: ARROW-17351: [C++][Compute] Implement a parser for Expressions

save-buffer commented on PR #14287:
URL: https://github.com/apache/arrow/pull/14287#issuecomment-1281333133

   @pitrou @westonpace I've updated the parser to reflect the discussion on the mailing list. The language now looks like the traditional function call syntax instead of the lisp-style syntax. I've also gotten rid of the `!` needed before FieldRefs (now it's either `.name` or `[idx]`). I've kept the syntax for literals the same
   ```
   add(.a, $int32:1)
   ```


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org