Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ column_class
Method
column_class
dev/archery/archery/integration/datagen.py:622–623 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
620
621
@property
622
def
column_class(self):
623
return
StringColumn
624
625
def
_get_type(self):
626
return
OrderedDict([(
'name'
,
'utf8'
)])
Callers
1
generate_column
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected