1- # Autogenerated using ProtoBuf.jl v1.2.2
1+ # Autogenerated using ProtoBuf.jl v1.3.0
22# original file: relationalai/lqp/v1/fragments.proto (proto3 syntax)
33
44import ProtoBuf as PB
@@ -15,9 +15,9 @@ FragmentId(;id = UInt8[]) = FragmentId(id)
1515PB. default_values (:: Type{FragmentId} ) = (;id = UInt8[])
1616PB. field_numbers (:: Type{FragmentId} ) = (;id = 1 )
1717
18- function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:FragmentId} )
18+ function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:FragmentId} , _endpos :: Int = 0 , _group :: Bool = false )
1919 id = UInt8[]
20- while ! PB. message_done (d)
20+ while ! PB. message_done (d, _endpos, _group )
2121 field_number, wire_type = PB. decode_tag (d)
2222 if field_number == 1
2323 id = PB. decode (d, Vector{UInt8})
@@ -47,10 +47,10 @@ DebugInfo(;ids = Vector{RelationId}(), orig_names = Vector{String}()) = DebugInf
4747PB. default_values (:: Type{DebugInfo} ) = (;ids = Vector {RelationId} (), orig_names = Vector {String} ())
4848PB. field_numbers (:: Type{DebugInfo} ) = (;ids = 1 , orig_names = 2 )
4949
50- function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:DebugInfo} )
50+ function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:DebugInfo} , _endpos :: Int = 0 , _group :: Bool = false )
5151 ids = PB. BufferedVector {RelationId} ()
5252 orig_names = PB. BufferedVector {String} ()
53- while ! PB. message_done (d)
53+ while ! PB. message_done (d, _endpos, _group )
5454 field_number, wire_type = PB. decode_tag (d)
5555 if field_number == 1
5656 PB. decode! (d, ids)
@@ -85,11 +85,11 @@ Fragment(;id = nothing, declarations = Vector{Declaration}(), debug_info = nothi
8585PB. default_values (:: Type{Fragment} ) = (;id = nothing , declarations = Vector {Declaration} (), debug_info = nothing )
8686PB. field_numbers (:: Type{Fragment} ) = (;id = 1 , declarations = 2 , debug_info = 3 )
8787
88- function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:Fragment} )
88+ function PB. decode (d:: PB.AbstractProtoDecoder , :: Type{<:Fragment} , _endpos :: Int = 0 , _group :: Bool = false )
8989 id = Ref {Union{Nothing,FragmentId}} (nothing )
9090 declarations = PB. BufferedVector {Declaration} ()
9191 debug_info = Ref {Union{Nothing,DebugInfo}} (nothing )
92- while ! PB. message_done (d)
92+ while ! PB. message_done (d, _endpos, _group )
9393 field_number, wire_type = PB. decode_tag (d)
9494 if field_number == 1
9595 PB. decode! (d, id)
0 commit comments