jar

com.yahoo.elide : elide-datastore-aggregation

Maven & Gradle

Jul 23, 2023
3 usages
985 stars

Elide Data Store: Aggregation Data Store · Elide Data Store for Aggregation

Table Of Contents

Latest Version

Download com.yahoo.elide : elide-datastore-aggregation JAR file - Latest Versions:

All Versions

Download com.yahoo.elide : elide-datastore-aggregation JAR file - All Versions:

Version Vulnerabilities Size Updated
7.0.x
6.1.x
CVE-2022-24827
6.0.x
5.1.x
5.0.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 elide-datastore-aggregation-7.0.0-pr6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yahoo.elide.datastores.aggregation.queryengines.sql.metadata

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.metadata.SQLJoin.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.metadata.SQLTable.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.AbstractSqlDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.SQLDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.SQLDialectFactory.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.ConnectionDetails.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.DataSourceConfiguration.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.EntityHydrator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.NamedParamPreparedStatement.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.SQLQueryEngine.class - [JAR]

com.yahoo.elide.datastores.aggregation.timegrains

├─ com.yahoo.elide.datastores.aggregation.timegrains.Day.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Hour.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.ISOWeek.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Minute.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Month.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Quarter.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Second.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Time.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Week.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.timegrains.Year.class - [JAR]

com.yahoo.elide.datastores.aggregation.filter.visitor

├─ com.yahoo.elide.datastores.aggregation.filter.visitor.FilterConstraints.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.filter.visitor.MatchesTemplateVisitor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.filter.visitor.SplitFilterExpressionVisitor.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.DruidDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.H2Dialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.HiveDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.MySQLDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.PostgresDialect.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.dialects.impl.PrestoDBDialect.class - [JAR]

com.yahoo.elide.datastores.aggregation.core

├─ com.yahoo.elide.datastores.aggregation.core.JoinPath.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.core.QueryLogger.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.core.QueryResponse.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.core.Slf4jQueryLogger.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.query

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.AggregateBeforeJoinOptimizer.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.NativeQuery.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.QueryPlanTranslator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.QueryTranslator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SQLColumnProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SQLDimensionProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SQLMetricProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SQLPhysicalColumnProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SQLTimeDimensionProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.query.SubqueryFilterSplitter.class - [JAR]

com.yahoo.elide.datastores.aggregation.metadata.enums

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.ColumnType.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.Format.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.FunctionArgumentType.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.TimeGrain.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.ValueSourceType.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.enums.ValueType.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.CalciteInnerAggregationExtractor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.CalciteOuterAggregationExtractor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.CalciteUtils.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.SupportedAggregation.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.SupportedOperation.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.calcite.SyntaxVerifier.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.expression

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.ColumnArgReference.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.ExpressionParser.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.HasJoinVisitor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.JoinExpressionExtractor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.JoinReference.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.LogicalReference.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.PhysicalReference.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.Reference.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.ReferenceExtractor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.ReferenceVisitor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.expression.TableArgReference.class - [JAR]

com.yahoo.elide.datastores.aggregation.query

├─ com.yahoo.elide.datastores.aggregation.query.ColumnProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.DefaultMetricProjectionMaker.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.DefaultQueryPlanMerger.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.DefaultTableSQLMaker.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.DimensionProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.ImmutablePagination.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.MetricProjection.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.MetricProjectionMaker.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.Optimizer.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.Query.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.QueryPlan.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.QueryPlanMerger.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.QueryResult.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.QueryVisitor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.Queryable.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.TableSQLMaker.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.query.TimeDimensionProjection.class - [JAR]

com.yahoo.elide.datastores.aggregation.dynamic

├─ com.yahoo.elide.datastores.aggregation.dynamic.DynamicModelInstance.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.dynamic.FieldType.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.dynamic.NamespacePackage.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.dynamic.TableType.class - [JAR]

com.yahoo.elide.datastores.aggregation.annotation

├─ com.yahoo.elide.datastores.aggregation.annotation.ArgumentDefinition.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.CardinalitySize.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.ColumnMeta.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.DimensionFormula.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.FriendlyName.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.Join.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.JoinType.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.MetricFormula.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.TableMeta.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.TableSource.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.Temporal.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.annotation.TimeGrainDefinition.class - [JAR]

com.yahoo.elide.datastores.aggregation.metadata

├─ com.yahoo.elide.datastores.aggregation.metadata.ColumnContext.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.ColumnSubContext.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.FormulaValidator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.MetaDataStore.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.MetaDataStoreTransaction.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.PhysicalRefColumnContext.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.TableContext.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.TableSubContext.class - [JAR]

com.yahoo.elide.datastores.aggregation.queryengines.sql.annotation

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.annotation.FromSubquery.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.annotation.FromTable.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.queryengines.sql.annotation.VersionQuery.class - [JAR]

com.yahoo.elide.datastores.aggregation.cache

├─ com.yahoo.elide.datastores.aggregation.cache.Cache.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.cache.CaffeineCache.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.cache.QueryKeyExtractor.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.cache.RedisCache.class - [JAR]

com.yahoo.elide.datastores.aggregation.validator

├─ com.yahoo.elide.datastores.aggregation.validator.ColumnArgumentValidator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.validator.TableArgumentValidator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.validator.TemplateConfigValidator.class - [JAR]

com.yahoo.elide.datastores.aggregation.metadata.models

├─ com.yahoo.elide.datastores.aggregation.metadata.models.ArgumentDefinition.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Column.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Dimension.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Metric.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Namespace.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.RequiresFilter.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Table.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.TableSource.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.TimeDimension.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.TimeDimensionGrain.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.Versioned.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.metadata.models.package-info.class - [JAR]

com.yahoo.elide.datastores.aggregation

├─ com.yahoo.elide.datastores.aggregation.AggregationDataStore.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.AggregationDataStoreTransaction.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.DefaultQueryValidator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.EntityProjectionTranslator.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.QueryEngine.class - [JAR]

├─ com.yahoo.elide.datastores.aggregation.QueryValidator.class - [JAR]

Advertisement

Dependencies from Group

Jul 23, 2023
27 usages
985 stars
Jul 23, 2023
12 usages
985 stars
Jul 23, 2023
9 usages
985 stars
Jul 23, 2023
9 usages
948 stars
Jul 23, 2023
8 usages
985 stars

Discover Dependencies

Apr 30, 2021
0 stars
Dec 16, 2020
0 stars
Apr 25, 2021
8 usages
0 stars
Nov 17, 2022
5 usages
13 stars
Jan 13, 2023
0 stars
Nov 24, 2021
10 usages
506 stars
Nov 20, 2021
15 stars
Jan 22, 2021
2 stars