typed()
Return schema-derived Dataset instance for source.
Usage
typed(
source,
name="",
keys=(),
)Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| source | ibis table or arrow dataset | - | |
| name | optional name of the dataset, prefixed to the type names | - | |
| keys | keys for federation | - |