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

Steven Hawkins (JIRA) issues at jboss.org
Thu Mar 2 08:32:00 EST 2017


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

Steven Hawkins updated TEIID-321:
---------------------------------
    Fix Version/s: 10.x
                       (was: 9.x)


> 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
>             Fix For: 10.x
>
>   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.2.3#72005)


More information about the teiid-issues mailing list