* Creates the duck schema based on the current dataset. * * @returns {Array|object}
()
| 333 | * @returns {Array|object} |
| 334 | */ |
| 335 | createDuckSchema() { |
| 336 | return this.dataSource && this.dataSource![0] ? duckSchema(this.dataSource![0]) : {}; |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Refresh the data schema. |
no test coverage detected