Github user ashwinrayaprolu1984 commented on the pull request:

    https://github.com/apache/metamodel/pull/72#issuecomment-155143846
  
    In this case i would prefer we defining metacharacter list in core API 
class which parse all token form its delimiters and returns value . 
    
    MetamodelSqlParser
        {  
            extractTableName(inputTableName){
                  return parsedTableName;
            }
    ........
    
    }
    
    This way we can centralize all parsing and use regex to parse expressions 
rather than this string api
    
    @Regadring Java Query API: I prefer using that when i code in java but as i 
work with multiple languages i prefer to expose all my services to all 
languages..And to me SQL or some query language is best way to expose any data 
format..
    



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