| 1764 | } |
| 1765 | |
| 1766 | Block StorageWindowView::getInputHeader() const |
| 1767 | { |
| 1768 | auto metadata = getSourceTable()->getInMemoryMetadataPtr(getContext(), false); |
| 1769 | return metadata->getSampleBlockNonMaterialized(); |
| 1770 | } |
| 1771 | |
| 1772 | SharedHeader StorageWindowView::getOutputHeader() const |
| 1773 | { |
no test coverage detected