December 2017
Beginner to intermediate
322 pages
6h 43m
English
SAQL provides many other built-in functions to assist with a wide variety of computation scenarios. Other handy functions include geospatial functions for reading and writing geospatial data structures, an input metadata function to look up properties of the data source, conversion functions to change or work with data types, and mathematical functions to perform deterministic calculations on input values.
Following is a selection of other common and important SAQL functions:
Syntax: CreatePoint (latitude, longitude)
Example: CreatePoint (3.0, -10.2) returns {"type" : "Point", "coordinates" ...
Read now
Unlock full access