Skip to main content

Map functions overview

Map functions are a set of functions provided by the seekdb system for processing map data. These functions allow users to perform complex map queries and analyses.

Here is an overview of some map functions in seekdb and their purposes:

Map function types

Map function typeDescription
Map constructor functionsFunctions for constructing new map data types.
Map decision functionsFunctions that perform logical judgments on input map data and return boolean values.
Map manipulation functionsFunctions for performing basic operations on input map data, such as extracting keys and values, and returning the modified map data.

Map functions overview

The following table lists all the map functions supported by seekdb:

Function typeFunction nameDescription
Map constructor functionsmapA function for constructing a map data.
OperatorsAn operator for constructing a map data.
Operators=/!=Operators for determining whether two map data are equal.
Map manipulation functionsmap_keysA function for obtaining the key list from map data.
Map manipulation functionsmap_valuesA function for obtaining the value list from map data.