> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cartesian Product

Creates a Table of all possible combinations from a set of Columns.

### Inputs

| Name    | Type                                                        | Description                                    |
| ------- | ----------------------------------------------------------- | ---------------------------------------------- |
| Columns | [Column List](../../../../block-documentation/types/column) | List of Columns to generate combinations from. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Table](../../../../block-documentation/types/table) |
