[jira] [Commented] (CALCITE-2313) Showing Empty Result

2018-05-16 Thread Julian Hyde (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478081#comment-16478081
 ] 

Julian Hyde commented on CALCITE-2313:
--

This is intended behavior. There are no functions defined in that schema.

> Showing Empty Result
> 
>
> Key: CALCITE-2313
> URL: https://issues.apache.org/jira/browse/CALCITE-2313
> Project: Calcite
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.15.0
>Reporter: Subbarao
>Assignee: Julian Hyde
>Priority: Major
> Attachments: CalciteWithOracle.java
>
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-2313) Showing Empty Result

2018-05-16 Thread Subbarao (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478449#comment-16478449
 ] 

Subbarao commented on CALCITE-2313:
---

Then how to get all function names in oracle database using calcite

> Showing Empty Result
> 
>
> Key: CALCITE-2313
> URL: https://issues.apache.org/jira/browse/CALCITE-2313
> Project: Calcite
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.15.0
>Reporter: Subbarao
>Assignee: Julian Hyde
>Priority: Major
> Attachments: CalciteWithOracle.java
>
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-2313) Showing Empty Result

2018-05-16 Thread Subbarao (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478456#comment-16478456
 ] 

Subbarao commented on CALCITE-2313:
---

how to get all function names in calcite by using databasemetadata

 

> Showing Empty Result
> 
>
> Key: CALCITE-2313
> URL: https://issues.apache.org/jira/browse/CALCITE-2313
> Project: Calcite
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.15.0
>Reporter: Subbarao
>Assignee: Julian Hyde
>Priority: Major
> Attachments: CalciteWithOracle.java
>
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-2313) Showing Empty Result

2018-05-16 Thread Subbarao (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478471#comment-16478471
 ] 

Subbarao commented on CALCITE-2313:
---

But i am getting all system functions and string functions except user defined 
functions please give me information as soon as possible with relevent code.How 
to retrive all function names agter connecting calcite connection by using 
databasemetadata properties

> Showing Empty Result
> 
>
> Key: CALCITE-2313
> URL: https://issues.apache.org/jira/browse/CALCITE-2313
> Project: Calcite
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.15.0
>Reporter: Subbarao
>Assignee: Julian Hyde
>Priority: Major
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CALCITE-2313) Showing Empty Result

2018-05-16 Thread Subbarao (JIRA)

[ 
https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478611#comment-16478611
 ] 

Subbarao commented on CALCITE-2313:
---

how to get all function names and procedure names in oracle database using 
calcite connection and schema.

schema.getFunctionNames() return result is:[ ]

Then i am try to retrieving DatabaseMetadata.getFunction().Here also it will be 
showing empty.

Iam using calciResultSet ,AvaticaResultSet and ResultSet for getting functions 
and procedures but will be showing empty.

Is it possible get all function names and procedure names from any database

> Showing Empty Result
> 
>
> Key: CALCITE-2313
> URL: https://issues.apache.org/jira/browse/CALCITE-2313
> Project: Calcite
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.15.0
>Reporter: Subbarao
>Assignee: Julian Hyde
>Priority: Major
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)