Optiq Core

Core Optiq APIs and engine.

Лицензия

Лицензия

Группа

Группа

org.apache.optiq
Идентификатор

Идентификатор

optiq-core
Последняя версия

Последняя версия

0.9.0-incubating
Дата

Дата

Тип

Тип

jar
Описание

Описание

Optiq Core
Core Optiq APIs and engine.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

Скачать optiq-core

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.optiq : optiq-avatica jar 0.9.0-incubating
commons-dbcp : commons-dbcp jar 1.4
com.fasterxml.jackson.core : jackson-databind jar 2.1.1
com.google.guava : guava jar 11.0.2
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 (7)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.9.0-incubating