c

calcite-example-csv

An example Calcite provider that reads CSV files
Files download
File Operation
calcite-example-csv-1.18.0-geaflow_1.0.jar download
calcite-example-csv-1.18.0-geaflow_1.0.pom download
calcite-example-csv-1.18.0-geaflow_1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.Leomrlin</groupId>
  <artifactId>calcite-example-csv</artifactId>
  <version>1.18.0-geaflow_1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.Leomrlin:calcite-example-csv:1.18.0-geaflow_1.0'
Gradle Kotlin
implementation("io.github.Leomrlin:calcite-example-csv:1.18.0-geaflow_1.0")
Scala SBT
libraryDependencies += "io.github.Leomrlin" % "calcite-example-csv" % "1.18.0-geaflow_1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.Leomrlin', module='calcite-example-csv', version='1.18.0-geaflow_1.0')
)
Apache Ivy
<dependency org="io.github.Leomrlin" name="calcite-example-csv" rev="1.18.0-geaflow_1.0" />
Leiningen
[io.github.Leomrlin/calcite-example-csv "1.18.0-geaflow_1.0"]
Apache Buildr
'io.github.Leomrlin:calcite-example-csv:jar:1.18.0-geaflow_1.0'