Remove Table#retrieveColumnNames() [DBZ-2568]
Open
component/core-library
migrated-from-jira
type/task
- Dominant language
- HTML
- Stars
- 6
- Forks
- 8
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 1
Description
Migrated from [DBZ-2568](https://issues.redhat.com/browse/DBZ-2568)
This is used in two places in non-test code only. It's not very efficient as it creates a stream internally which then is consumed as a list and then streamed again. Instead, callers should directly obtain the column list.
Contributor guide
Assessment
This issue has not been assessed yet.