2
0

Change ArrayHeader.ElementOID to uint32

This commit is contained in:
Jack Christensen
2022-01-25 20:19:02 -06:00
parent 0ddf9e3b4b
commit 551d26ca41
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ func (p *encodePlanArrayCodecBinary) Encode(value interface{}, buf []byte) (newB
arrayHeader := ArrayHeader{
Dimensions: dimensions,
ElementOID: int32(p.ac.ElementOID),
ElementOID: p.ac.ElementOID,
}
containsNullIndex := len(buf) + 4