_table_type

table type

Select the type of table to suit the data operation that you want the table to perform:

  • calculate: passes through records
  • merge: combined data record from multiple tables
  • aggregate: combines or groups data records using a key attributes
  • calculate by set: groups data records as they are passed through.
  • cartesian: combines records using a cartesian join