menu
nebula_db package
documentation
storage/tuple_codec.dart
TupleCodec
peekXmin static method
peekXmin static method
dark_mode
light_mode
peekXmin
static method
int
peekXmin
(
Uint8List
data
)
Implementation
static int peekXmin(Uint8List data) => bdGetUint64(ByteData.sublistView(data), PageConst.mvccXmin);
nebula_db package
documentation
storage/tuple_codec
TupleCodec
peekXmin static method
TupleCodec class