t

trino-teradata-functions

Teradata's specific functions for Trino
Files download
File Operation
trino-teradata-functions-430.jar download
trino-teradata-functions-430.pom download
trino-teradata-functions-430-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-teradata-functions</artifactId>
  <version>430</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-teradata-functions:430'
Gradle Kotlin
implementation("io.trino:trino-teradata-functions:430")
Scala SBT
libraryDependencies += "io.trino" % "trino-teradata-functions" % "430"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-teradata-functions', version='430')
)
Apache Ivy
<dependency org="io.trino" name="trino-teradata-functions" rev="430" />
Leiningen
[io.trino/trino-teradata-functions "430"]
Apache Buildr
'io.trino:trino-teradata-functions:jar:430'