Skip to main content

SFHub Table

SFHub Table data type is supported in Studio only. Tables can be stored in variables for later enumeration, or used within Table functions. Tables allow you to arrange data into rows and columns. Columns shall be defined once, assigning a Name and a data type. A column can only contain values of the declared column data type.

Note

SFHub Tables are in-memory tables, and if declared in Analytic Variables, will persist at the end of the Analytic execution and will be consumed by other Analytics, as well as by other SFHub web apps and services.

Although in principle there are no limitations, for better performance, do not work with large Tables.

Remember, tables are hosted in memory and do not support indexes.

SFHub Table Functions

SFHub Table functions helps to work with tables allowing their manipulations. SFHub table functions support both SFHub table type, AF Tables and element attribute of type DataTable.