Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_rows
Method
num_rows
cpp/gdb_arrow.py:1013–1014 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1011
1012
@property
1013
def
num_rows(self):
1014
return
self.val[
'num_rows_'
]
1015
1016
1017
type_reprs = {
Callers
15
gparquet_row_group_metadata_get_n_rows
Function · 0.45
gparquet_file_metadata_get_n_rows
Function · 0.45
gparquet_arrow_file_reader_get_n_rows
Function · 0.45
garrow_record_batch_get_n_rows
Function · 0.45
garrow_table_get_n_rows
Function · 0.45
garrow_table_slice
Function · 0.45
build
Method · 0.45
produce
Method · 0.45
record_batch_raw_records
Function · 0.45
table_raw_records
Function · 0.45
record_batch_each_raw_record
Function · 0.45
table_each_raw_record
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected