encode will encode a datum and append it to a byte slice. If comparable is true, the encoded bytes can be sorted as it's original order. If hash is true, the encoded bytes can be checked equal as it's original value.
(sc *stmtctx.StatementContext, b []byte, vals []types.Datum, comparable bool, hash bool)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…