Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datastax/cql-proxy
/ GetOpCode
Method
GetOpCode
codecs/partial_codecs.go:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(p *PartialQuery) GetOpCode() primitive.OpCode {
109
return
primitive.OpCodeQuery
110
}
111
112
func
(p *PartialQuery) DeepCopyMessage() message.Message {
113
panic(
"not implemented"
)
Callers
4
TestPartialQueryCodec_Decode
Function · 0.45
TestPartialExecuteCodec_Decode
Function · 0.45
TestPartialBatchCodec_Decode
Function · 0.45
buildBuiltinCodecs
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestPartialQueryCodec_Decode
Function · 0.36
TestPartialExecuteCodec_Decode
Function · 0.36
TestPartialBatchCodec_Decode
Function · 0.36