License |
License |
---|---|
GroupId | GroupIdorg.apache.calcite |
ArtifactId | ArtifactIdcalcite-function |
Last Version | Last Version1.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalcite Example Function
Examples of user-defined Calcite functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
calcite-function-1.30.0.pom | |
calcite-function-1.30.0.jar | 14 KB |
calcite-function-1.30.0-sources.jar | 9 KB |
calcite-function-1.30.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-function/ -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-function</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-function/
implementation 'org.apache.calcite:calcite-function:1.30.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-function/
implementation ("org.apache.calcite:calcite-function:1.30.0")
'org.apache.calcite:calcite-function:jar:1.30.0'
<dependency org="org.apache.calcite" name="calcite-function" rev="1.30.0">
<artifact name="calcite-function" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-function', version='1.30.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-function" % "1.30.0"
[org.apache.calcite/calcite-function "1.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.calcite : calcite-core | jar | 1.30.0 |
org.apache.calcite : calcite-linq4j | jar | 1.30.0 |
org.checkerframework : checker-qual | jar | 3.10.0 |