Optiq Plus

Miscellaneous extras for Optiq.

License

License

GroupId

GroupId

org.apache.optiq
ArtifactId

ArtifactId

optiq-plus
Last Version

Last Version

0.9.0-incubating
Release Date

Release Date

Type

Type

jar
Description

Description

Optiq Plus
Miscellaneous extras for Optiq.
Project Organization

Project Organization

The Apache Software Foundation

Download optiq-plus

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.optiq/optiq-plus/ -->
<dependency>
    <groupId>org.apache.optiq</groupId>
    <artifactId>optiq-plus</artifactId>
    <version>0.9.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.optiq/optiq-plus/
implementation 'org.apache.optiq:optiq-plus:0.9.0-incubating'
// https://jarcasting.com/artifacts/org.apache.optiq/optiq-plus/
implementation ("org.apache.optiq:optiq-plus:0.9.0-incubating")
'org.apache.optiq:optiq-plus:jar:0.9.0-incubating'
<dependency org="org.apache.optiq" name="optiq-plus" rev="0.9.0-incubating">
  <artifact name="optiq-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.optiq', module='optiq-plus', version='0.9.0-incubating')
)
libraryDependencies += "org.apache.optiq" % "optiq-plus" % "0.9.0-incubating"
[org.apache.optiq/optiq-plus "0.9.0-incubating"]

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.optiq : optiq-core jar 0.9.0-incubating
com.google.guava : guava jar 15.0
io.airlift.tpch : tpch jar 0.1
net.hydromatic : tpcds jar 0.1
commons-dbcp : commons-dbcp jar 1.4
com.fasterxml.jackson.core : jackson-databind jar 2.1.1
eigenbase » eigenbase-properties jar 1.1.4
net.hydromatic » linq4j jar 0.4
org.codehaus.janino : janino jar 2.7.3
org.codehaus.janino : commons-compiler jar 2.7.3

test (8)

Group / Artifact Type Version
org.apache.optiq : optiq-core test-jar 0.9.0-incubating
junit : junit jar 4.11
mysql : mysql-connector-java jar 5.1.20
org.hsqldb : hsqldb jar 2.3.1
org.incava : java-diff jar 1.1
pentaho » mondrian-data-foodmart-hsqldb jar 0.2
pentaho » mondrian-data-foodmart-queries jar 0.3
sqlline : sqlline jar 1.1.7

Project Modules

There are no modules declared in this project.

Maven Central Travis Build Status CI Status AppVeyor Build Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

org.apache.optiq

The Apache Software Foundation

Versions

Version
0.9.0-incubating