c

calcite-ubenchmark

Microbenchmarks for Calcite
Files download
File Operation
calcite-ubenchmark-1.21.0.jar download
calcite-ubenchmark-1.21.0.pom download
calcite-ubenchmark-1.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.calcite</groupId>
  <artifactId>calcite-ubenchmark</artifactId>
  <version>1.21.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.calcite:calcite-ubenchmark:1.21.0'
Gradle Kotlin
implementation("org.apache.calcite:calcite-ubenchmark:1.21.0")
Scala SBT
libraryDependencies += "org.apache.calcite" % "calcite-ubenchmark" % "1.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.calcite', module='calcite-ubenchmark', version='1.21.0')
)
Apache Ivy
<dependency org="org.apache.calcite" name="calcite-ubenchmark" rev="1.21.0" />
Leiningen
[org.apache.calcite/calcite-ubenchmark "1.21.0"]
Apache Buildr
'org.apache.calcite:calcite-ubenchmark:jar:1.21.0'