Lines Matching defs:UnpackedRecord
1222 typedef struct UnpackedRecord UnpackedRecord; typedef
2544 struct UnpackedRecord { struct
2545 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2546 Mem *aMem; /* Values */
2547 union {
2550 } u;
2551 int n; /* Cache of aMem[0].n used by vdbeRecordCompareString() */
2552 u16 nField; /* Number of entries in apMem[] */
2553 i8 default_rc; /* Comparison result if keys are equal */
2554 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2555 i8 r1; /* Value to return if (lhs < rhs) */
2556 i8 r2; /* Value to return if (lhs > rhs) */
2557 u8 eqSeen; /* True if an equality comparison has been seen */