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

Method bytes_literal

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

Source from the content-addressed store, hash-verified

661 return self.buf.size
662
663 def bytes_literal(self):
664 if self.buf is None:
665 return None
666 return self.buf.bytes_literal()
667
668
669class TypedBuffer(Buffer):

Callers

nothing calls this directly

Calls 1

bytes_literalMethod · 0.45

Tested by

no test coverage detected