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

# partitioned-table

## Chainable Ops

### <a id="asset-file" />`asset-file`

Returns the *file* of the asset

| Argument | Description |
| :------- | :---------- |
| `asset`  | The asset   |

#### Return Value

The *file* of the asset

### <a id="partitionedtable-file" />`partitionedtable-file`

Returns the *file* of a *partitioned-table*

| Argument           | Description             |
| :----------------- | :---------------------- |
| `partitionedTable` | The *partitioned-table* |

#### Return Value

*file* of the *partitioned-table*

### <a id="partitionedtable-rows" />`partitionedtable-rows`

Returns the rows of a *partitioned-table*

| Argument           | Description                              |
| :----------------- | :--------------------------------------- |
| `partitionedTable` | The *partitioned-table* to get rows from |

#### Return Value

Rows of the *partitioned-table*

## List Ops

### <a id="asset-file-list" />`asset-file`

Returns the *file* of the asset

| Argument | Description |
| :------- | :---------- |
| `asset`  | The asset   |

#### Return Value

The *file* of the asset
