jar

com.hazelcast : hazelcast-sql-core

Maven & Gradle

May 29, 2023
1 usages
5.4k stars

hazelcast-sql-core · SQL Parser and Optimizer Core

Table Of Contents

Latest Version

Download com.hazelcast : hazelcast-sql-core JAR file - Latest Versions:

All Versions

Download com.hazelcast : hazelcast-sql-core JAR file - All Versions:

Version Vulnerabilities Size Updated
4.2.x
4.2
4.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hazelcast-sql-core-4.2.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hazelcast.sql.impl.calcite.validate.literal

├─ com.hazelcast.sql.impl.calcite.validate.literal.Literal.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.literal.LiteralUtils.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.literal.NumericLiteral.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.literal.TypedLiteral.class - [JAR]

com.hazelcast.sql.impl.calcite

├─ com.hazelcast.sql.impl.calcite.CalciteConfiguration.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.CalciteSqlOptimizer.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.HazelcastRexBuilder.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.HazelcastSqlBackend.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.HazelcastSqlToRelConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.OptimizerContext.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.SqlBackend.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operand

├─ com.hazelcast.sql.impl.calcite.validate.operand.AbstractOperandChecker.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operand.AnyOperandChecker.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operand.NumericOperandChecker.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operand.OperandChecker.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operand.OperandCheckerProgram.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operand.TypedOperandChecker.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators.string

├─ com.hazelcast.sql.impl.calcite.validate.operators.string.HazelcastConcatOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.string.HazelcastLikeOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.string.HazelcastStringFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.string.HazelcastSubstringFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.string.HazelcastTrimFunction.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.metadata

├─ com.hazelcast.sql.impl.calcite.opt.metadata.HazelcastRelMdRowCount.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators.misc

├─ com.hazelcast.sql.impl.calcite.validate.operators.misc.HazelcastArithmeticOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.misc.HazelcastArithmeticOperatorUtils.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.misc.HazelcastCastFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.misc.HazelcastDescOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.misc.HazelcastUnaryOperator.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators.math

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastAbsFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastDoubleFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastFloorCeilFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastRandFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastRoundTruncateFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.math.HazelcastSignFunction.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.physical

├─ com.hazelcast.sql.impl.calcite.opt.physical.AbstractMapScanPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.ExpandConversionRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.FilterPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.FilterPhysicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.MapIndexScanPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.MapScanPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.MapScanPhysicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.PhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.PhysicalRules.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.ProjectPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.ProjectPhysicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.RootPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.RootPhysicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.SortPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.SortPhysicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.ValuesPhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.ValuesPhysicalRule.class - [JAR]

com.hazelcast.sql.impl.calcite.validate

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastCallBinding.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastCallBindingSignatureErrorAware.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastResources.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastSqlConformance.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastSqlOperatorTable.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.HazelcastSqlValidator.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.physical.visitor

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.EdgeCollectorPlanNodeVisitor.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.NodeIdVisitor.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.PhysicalRelVisitor.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.PhysicalRelVisitorAdapter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.PlanCreateVisitor.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.RexToExpression.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.visitor.RexToExpressionVisitor.class - [JAR]

com.hazelcast.sql.impl.calcite.parse

├─ com.hazelcast.sql.impl.calcite.parse.QueryConvertResult.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.parse.QueryConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.parse.QueryParseResult.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.parse.QueryParser.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.parse.UnsupportedOperationVisitor.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.cost

├─ com.hazelcast.sql.impl.calcite.opt.cost.Cost.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.cost.CostFactory.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.cost.CostUtils.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.param

├─ com.hazelcast.sql.impl.calcite.validate.param.AbstractParameterConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.param.AnyToVarcharParameterConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.param.NoOpParameterConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.param.NumericPrecedenceParameterConverter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.param.StrictParameterConverter.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators

├─ com.hazelcast.sql.impl.calcite.validate.operators.BinaryOperatorOperandTypeInference.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.HazelcastReturnTypeInference.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.ReplaceUnknownOperandTypeInference.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.physical.index

├─ com.hazelcast.sql.impl.calcite.opt.physical.index.IndexComponentCandidate.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.index.IndexComponentFilter.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.index.IndexResolver.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.index.IndexRexVisitor.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.index.RelCollationComparator.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators.common

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastAggFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastBinaryOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastFunction.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastOperandTypeCheckerAware.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastPostfixOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastPrefixOperator.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.common.HazelcastSpecialOperator.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.logical

├─ com.hazelcast.sql.impl.calcite.opt.logical.FilterIntoScanLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.FilterLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.FilterLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.LogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.LogicalRules.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.MapScanLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.MapScanLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.ProjectIntoScanLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.ProjectLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.ProjectLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.RootLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.SortLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.SortLogicalRule.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.ValuesLogicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.logical.ValuesLogicalRule.class - [JAR]

org.apache.calcite.sql.validate

├─ org.apache.calcite.sql.validate.SqlValidatorImplBridge.class - [JAR]

org.apache.calcite.jdbc

├─ org.apache.calcite.jdbc.HazelcastRootCalciteSchema.class - [JAR]

com.hazelcast.sql.impl.calcite.opt

├─ com.hazelcast.sql.impl.calcite.opt.AbstractFilterRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.AbstractMapScanRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.AbstractProjectRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.AbstractRootRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.AbstractScanRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.HazelcastConventions.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.HazelcastRelNode.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.OptUtils.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.QueryPlanner.class - [JAR]

com.hazelcast.sql.impl.calcite.schema

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastCalciteCatalogReader.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastRelOptTable.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastSchema.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastSchemaUtils.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastTable.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.schema.HazelcastTableStatistic.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.distribution

├─ com.hazelcast.sql.impl.calcite.opt.distribution.DistributionTrait.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.distribution.DistributionTraitDef.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.distribution.DistributionType.class - [JAR]

com.hazelcast.sql.impl.calcite.opt.physical.exchange

├─ com.hazelcast.sql.impl.calcite.opt.physical.exchange.AbstractExchangePhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.exchange.RootExchangePhysicalRel.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.opt.physical.exchange.SortMergeExchangePhysicalRel.class - [JAR]

org.apache.calcite.plan.volcano

├─ org.apache.calcite.plan.volcano.HazelcastRelSubsetUtil.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.operators.predicate

├─ com.hazelcast.sql.impl.calcite.validate.operators.predicate.HazelcastAndOrPredicate.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.predicate.HazelcastComparisonPredicate.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.predicate.HazelcastComparisonPredicateUtils.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.predicate.HazelcastIsTrueFalseNullPredicate.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.operators.predicate.HazelcastNotPredicate.class - [JAR]

com.hazelcast.sql.impl.calcite.validate.types

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastIntegerType.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastIntegerTypeNameSpec.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastType.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastTypeCoercion.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastTypeFactory.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastTypeSystem.class - [JAR]

├─ com.hazelcast.sql.impl.calcite.validate.types.HazelcastTypeUtils.class - [JAR]

org.apache.calcite.plan

├─ org.apache.calcite.plan.HazelcastRelOptCluster.class - [JAR]

Advertisement

Dependencies from Group

Aug 21, 2023
583 usages
5.4k stars
Aug 25, 2022
217 usages
5.4k stars
Aug 21, 2023
122 usages
5.4k stars
May 29, 2023
73 usages
5.4k stars
Jun 12, 2023
37 usages
38 stars

Discover Dependencies

Mar 22, 2023
1 usages
4 stars
Mar 22, 2023
1 usages
4 stars
Feb 28, 2023
2 usages
166 stars
Feb 28, 2023
2 usages
166 stars
Feb 28, 2023
2 usages
166 stars
Feb 28, 2023
2 usages
166 stars