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

Function isInputStreaming

src/Server/GRPCServer.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 bool isInputStreaming(CallType call_type)
322 {
323 return (call_type == CALL_WITH_STREAM_INPUT) || (call_type == CALL_WITH_STREAM_IO);
324 }
325
326 bool isOutputStreaming(CallType call_type)
327 {

Callers 3

createExternalTablesMethod · 0.85
readQueryInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected