MCPcopy Create free account
hub / github.com/KDE/labplot / integerAt

Method integerAt

src/backend/core/column/Column.cpp:964–966  ·  view source on GitHub ↗

* \brief Return the int value in row 'row' */

Source from the content-addressed store, hash-verified

962 * \brief Return the int value in row 'row'
963 */
964int Column::integerAt(int row) const {
965 return d->integerAt(row);
966}
967
968/**
969 * \brief Return the bigint value in row 'row'

Callers 15

mainFunction · 0.45
mainFunction · 0.45
showColumnStatisticsMethod · 0.45
flattenMethod · 0.45
initValuesSpreadsheetMethod · 0.45
setFromColumnMethod · 0.45
previewMethod · 0.45
copyDataMethod · 0.45
recalcMethod · 0.45

Calls

no outgoing calls