c

calcite-example-function

Examples of user-defined Calcite functions
文件下载
文件名 操作
calcite-example-function-1.21.0.160.jar 下载
calcite-example-function-1.21.0.160.pom 下载
calcite-example-function-1.21.0.160-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.linkedin.calcite</groupId>
  <artifactId>calcite-example-function</artifactId>
  <version>1.21.0.160</version>
</dependency>
Gradle Groovy
implementation 'com.linkedin.calcite:calcite-example-function:1.21.0.160'
Gradle Kotlin
implementation("com.linkedin.calcite:calcite-example-function:1.21.0.160")
Scala SBT
libraryDependencies += "com.linkedin.calcite" % "calcite-example-function" % "1.21.0.160"
Groovy Grape
@Grapes(
  @Grab(group='com.linkedin.calcite', module='calcite-example-function', version='1.21.0.160')
)
Apache Ivy
<dependency org="com.linkedin.calcite" name="calcite-example-function" rev="1.21.0.160" />
Leiningen
[com.linkedin.calcite/calcite-example-function "1.21.0.160"]
Apache Buildr
'com.linkedin.calcite:calcite-example-function:jar:1.21.0.160'