Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
669
class
TypedBuffer(Buffer):
Callers
nothing calls this directly
Calls
1
bytes_literal
Method · 0.45
Tested by
no test coverage detected