nineinchnick / trino-faker

Trino plugin that generates fake data
Apache License 2.0
13 stars 2 forks source link

Use `io.trino.spi.type.Type#getRange` in record set provider #28

Open nineinchnick opened 2 years ago

nineinchnick commented 2 years ago

This will eliminate some hardcoded consts.

nineinchnick commented 2 years ago

Looks like only types extending FixedWidthType have this.