MCPcopy Create free account
hub / github.com/activeloopai/deeplake / value

Method value

cpp/deeplake_pg/table_data_impl.hpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599
600template <typename T>
601inline T table_data::streamer_info::value(int32_t column_number, int64_t row_number)
602{
603 return *(value_ptr<T>(column_number, row_number));
604}
605
606template <typename T>
607inline const T* table_data::streamer_info::value_ptr(int32_t column_number, int64_t row_number)

Callers 2

get_credentialsMethod · 0.45
dataset_tagFunction · 0.45

Calls 3

next_batchMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected