Can you clarify what you mean by "encryption hooks"? Are you hoping to have some mechanism to decrypt rows as they are read from a particular data source? Calcite has no built-in mechanism to allow this, but you could wrap one of the existing adapters to add encryption relatively easily.
-- Michael Mior [email protected] Le mar. 18 déc. 2018 à 17:38, Hemakumar Gokulakannan <[email protected]> a écrit : > Hello Team, > > We are trying to use Apache Calcite core 1.17.0(including > avatica-core-1.12.0, avatica-metrics-1.12.0 and calcite-linq4j-1.17.0) in > our application, however we need some info regarding this library. We do > want to know whether this library contain encryption or hooks to > encryption? > > Please let us know if you need more info on this. > > Regards, > Hemakumar Gokulakannan > Associate Member Technical Staff, > TIBCO Jaspersoft Dev Server | 4800 Sugar Grove Blvd, Stafford TX - 77477 > [email protected] > +1 (682)-256-4433 >
