match split match RegExp → String → [String | Undefined] Parameters rxA regular expression. strThe string to match against Returns Array The list of matches or empty arr...
e sqrt exp log log10 e e() returns the base of the natural logarithm, e. Syntax: e() Returns: An agtype float . Query SELECT * FROM cypher ( 'graph_name' , $$...
replace split left right substring rTrim lTrim trim toLower toUpper reverse toString replace replace() returns a string in which all occurrences of a specified strin...
degrees radians pi sin cos tan Cot asin acos atan atan2 degrees degrees() converts radians to degrees. Syntax: degrees(expression) Returns: An agtype float . ...
Iceberg Java API Tables The main purpose of the Iceberg API is to manage table metadata, like schema, partition spec, metadata, and data files that store table data. Table metad...
Introduction Return a subset of the rows Using an expression with LIMIT to return a subset of the rows LIMIT constrains the number of records in the output. Introduction LIM...
Maintenance Maintenance operations require the Table instance. Please refer Java API quickstart page to refer how to load an existing table. Recommended Maintenance Expire...
Spark Writes To use Iceberg in Spark, first configure Spark catalogs . Some plans are only available when using Iceberg SQL extensions in Spark 3. Iceberg uses Apache Spark’s D...
Spark DDL To use Iceberg in Spark, first configure Spark catalogs . Iceberg uses Apache Spark’s DataSourceV2 API for data source and catalog implementations. CREATE TABLE Spark...