You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Ritesh (Jira)" <ji...@apache.org> on 2020/01/12 18:26:00 UTC

[jira] [Updated] (CALCITE-3726) Allow declaring type objects

     [ https://issues.apache.org/jira/browse/CALCITE-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ritesh updated CALCITE-3726:
----------------------------
    Description: 
[https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/objects.htm#i7530]

e.g. : 

 
{code:java}
employee_typ(315, 'Francis', 'Logan', 'FLOGAN',
        '555.777.2222', '01-MAY-04', 'SA_MAN', 11000, .15, 101, 110, 
         address_typ('376 Mission', 'San Francisco', 'CA', '94222'))
{code}

  was:[https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/objects.htm#i7530]


> Allow declaring type objects
> ----------------------------
>
>                 Key: CALCITE-3726
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3726
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Ritesh
>            Assignee: Ritesh
>            Priority: Major
>
> [https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/objects.htm#i7530]
> e.g. : 
>  
> {code:java}
> employee_typ(315, 'Francis', 'Logan', 'FLOGAN',
>         '555.777.2222', '01-MAY-04', 'SA_MAN', 11000, .15, 101, 110, 
>          address_typ('376 Mission', 'San Francisco', 'CA', '94222'))
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)