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

Function isInputStreaming

src/Server/GRPCServer.cpp:477–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 }
476
477 bool isInputStreaming(CallType call_type)
478 {
479 return (call_type == CALL_WITH_STREAM_INPUT) || (call_type == CALL_WITH_STREAM_IO);
480 }
481
482 bool isOutputStreaming(CallType call_type)
483 {

Callers 3

initializePipelineMethod · 0.85
createExternalTablesMethod · 0.85
readQueryInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected