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

Function can_make_special_datum

cpp/deeplake_pg/utils.hpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315inline bool can_make_special_datum(Oid attr_typeid)
316{
317 bool is_array = type_is_array(attr_typeid);
318 return is_array || is_string_type(attr_typeid) || attr_typeid == BYTEAOID;
319}
320
321inline uint64_t get_column_width(Oid attr_typeid, int32_t atttypmod)
322{

Callers 2

make_special_datumFunction · 0.85
parse_special_datumFunction · 0.85

Calls 1

is_string_typeFunction · 0.85

Tested by

no test coverage detected