-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twitter-server: expression in a query language like format
Problem The general "expression" field has not yet been formatted but directly uses JSON to reflect the class structure. Solution Make it a one-line string that uses the common arithmetic function names. Result Serialize expression needs more information (latched/unlatched), we cannot fit it in a Jackson customized Serializer. Added another field in the Expression case class. JIRA Issues: CSL-10618 Differential Revision: https://phabricator.twitter.biz/D638561
- Loading branch information
Showing
3 changed files
with
174 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters