MCPcopy Create free account
hub / github.com/apache/arrow / string_literal

Method string_literal

cpp/gdb_arrow.py:488–490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

486 return self._data.lazy_string(length=self._size).value()
487
488 def string_literal(self):
489 # XXX use lazy_string() as well?
490 return string_literal(self._data)
491
492 def string(self):
493 return self._data.string()

Callers 1

to_stringMethod · 0.95

Calls 1

string_literalFunction · 0.85

Tested by

no test coverage detected