Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
Path Required Specifies the AFS directory or file name to fetch the geometry files from (for example, /test, /test/testfile.xml, or /test/*.xml). Regular expressions are allowed in the argument.
  • Before calling this function, ensure that the directories and files that you want to specify are available on the AFS system.
  • A zip file is treated as a directory.
Host Optional Specifies the namemode/IP Address of the AFS (cluster) server.
Port Optional Specifies the port on the AFS server to which to connect. The default is 2601.
InputFormat Optional Specifies the format of the geospatial data in the specified files. By default, the function determines the format.
OutputFormat Optional Specifies the representation format of geospatial output data. The default value is 'wkt' (WKT).
Only WKT is supported by the PointInPolygon and GeometryOverlay functions.
OutputAttributes Optional Specifies the output column names and types. The column_type must be VARCHAR, INT, or DOUBLE PRECISION. The default column type is VARCHAR.