public class IcebergVersionFunction
extends java.lang.Object
implements org.apache.spark.sql.connector.catalog.functions.UnboundFunction
SELECT
system.iceberg_version()
will return a String such as "0.14.0" or "0.15.0-SNAPSHOT"Constructor and Description |
---|
IcebergVersionFunction() |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.connector.catalog.functions.BoundFunction |
bind(org.apache.spark.sql.types.StructType inputType) |
java.lang.String |
description() |
java.lang.String |
name() |
public org.apache.spark.sql.connector.catalog.functions.BoundFunction bind(org.apache.spark.sql.types.StructType inputType)
bind
in interface org.apache.spark.sql.connector.catalog.functions.UnboundFunction
public java.lang.String description()
description
in interface org.apache.spark.sql.connector.catalog.functions.UnboundFunction
public java.lang.String name()
name
in interface org.apache.spark.sql.connector.catalog.functions.Function