[teiid-issues] [JBoss JIRA] (TEIID-321) Refactor symbol language objects

Steven Hawkins (JIRA) issues at jboss.org
Wed Mar 21 20:00:00 EDT 2018


     [ https://issues.jboss.org/browse/TEIID-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-321.
----------------------------------
    Fix Version/s:     (was: 10.x)
       Resolution: Out of Date


> Refactor symbol language objects
> --------------------------------
>
>                 Key: TEIID-321
>                 URL: https://issues.jboss.org/browse/TEIID-321
>             Project: Teiid
>          Issue Type: Task
>          Components: Query Engine
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>   Original Estimate: 1 week
>  Remaining Estimate: 1 week
>
> Defect Tracker #25035: The current structuring of Symbol objects is confusing and makes planning more difficult than necessary.  Changes that should be made:
> AggregateSymbol should become AggregateFunction (which should not inherit from Function) and not be a Symbol.
> SingleElementSymbol, ExpressionSymbol, and AliasSymbol should be merged to a single class DerivedSymbol
> DerivedSymbol and MultipleElementSymbol should implement SelectSymbol (as an interface rather than base class) and SelectSymbol should provide a method for getting the projected symbols.
> ElementSymbol should not directly be a DerivedSymbol.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list