MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getInputHeader

Method getInputHeader

src/Storages/WindowView/StorageWindowView.cpp:1766–1770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

createSinkMethod · 0.80
getSampleBlockMethod · 0.80

Calls 3

getContextFunction · 0.50

Tested by

no test coverage detected