Example #1
0
BinaryData get_value(TableRef table, size_t row, size_t column) {
    return table->get_binary(column, row);
}