Calcite Example CSV

An example Calcite provider that reads CSV files

Лицензия

Лицензия

Категории

Категории

CSV Данные Data Formats
Группа

Группа

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

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

calcite-example-csv
Последняя версия

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

1.21.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Calcite Example CSV
An example Calcite provider that reads CSV files
Организация-разработчик

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

The Apache Software Foundation

Скачать calcite-example-csv

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

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.apache.calcite : calcite-core jar 1.21.0
org.apache.calcite : calcite-linq4j jar 1.21.0
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.9.9.3
com.google.guava : guava jar 19.0
net.sf.opencsv : opencsv jar 2.3
org.apache.calcite.avatica : avatica-core jar 1.15.0
org.apache.commons : commons-lang3 jar 3.8
commons-io : commons-io jar 2.4

test (4)

Идентификатор библиотеки Тип Версия
org.apache.calcite : calcite-core test-jar 1.21.0
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
sqlline : sqlline jar 1.8.0

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

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

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.calcite

The Apache Software Foundation

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

Версия
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0-incubating
1.3.0-incubating
1.2.0-incubating
1.1.0-incubating
1.0.0-incubating