is not current version
Last Version 1.30.0

Calcite Example CSV 1.26.0

An example Calcite provider that reads CSV files

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-csv
Version

Version

1.26.0
Type

Type

jar
Description

Description

Calcite Example CSV
An example Calcite provider that reads CSV files
Project URL

Project URL

https://calcite.apache.org
Source Code Management

Source Code Management

https://github.com/apache/calcite

Download calcite-csv 1.26.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.calcite : calcite-core jar 1.26.0
org.apache.calcite : calcite-file jar 1.26.0
org.apache.calcite : calcite-linq4j jar 1.26.0

runtime (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.10.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.0
com.google.guava : guava jar 29.0-jre
commons-io : commons-io jar 2.4
net.sf.opencsv : opencsv jar 2.3
org.apache.calcite.avatica : avatica-core jar 1.17.0
org.apache.commons : commons-lang3 jar 3.8

Project Modules

There are no modules declared in this project.