Re: Storing RexLiteral as BigDecimal values

2024-01-30 Thread Stephen Carlin
I don't know if this is hijacking or adding to the discussion, but figured I'd write here. I'm currently implementing Calcite on my database, but I'm actually running into a problem where my db would rather have exact types on some of the lower integers. LIke, if we have the value 38, I need this

Re: Issue extending StandardConvertletTable

2024-01-01 Thread Stephen Carlin
Duh. I didn't think to use a wrapper class. Please ignore the previous email. Thanks! On Mon, Jan 1, 2024 at 10:14 AM Stephen Carlin wrote: > Hi, > > I"m currently engaging in a project trying to use Calcite. > > My current problem has to do with extending the Sta

Issue extending StandardConvertletTable

2024-01-01 Thread Stephen Carlin
Hi, I"m currently engaging in a project trying to use Calcite. My current problem has to do with extending the StandardConvertletTable. I don't see a way to use these convertlets and add some of my own. I don't see a "Chained" class. I can't get a list of all current Convertlets out of the tab

Question about the deprecated CachingRelMetadataProvider

2023-04-06 Thread Stephen Carlin
Hi, I know the latest documentation for CachingRelMetadataProvider shows it has been deprecated. I'm hoping someone here can help me with some history on this class. I'm currently working on a project that is on an older version of Calcite (1.25) and I'm trying to understand the purpose of this c