42 memcpy(buf, SEG->cache + ((
size_t)row * SEG->ncols + col) * SEG->len,
48 SEG->address(SEG, row, col, &n, &index);
52 memcpy(buf, &SEG->scb[i].buf[index], SEG->len);
int seg_pagein(SEGMENT *SEG, int n)
Internal use only.
int Segment_get(SEGMENT *SEG, void *buf, off_t row, off_t col)
Get value from segment file.