Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getNumRows
Method
getNumRows
fe/src/main/java/org/apache/impala/catalog/FeTable.java:207–207 ·
view source on GitHub ↗
@return the estimated number of rows in this table (or -1 if unknown)
()
Source
from the content-addressed store, hash-verified
205
* @
return
the estimated number of rows in this table (or -1
if
unknown)
206
*/
207
long getNumRows();
208
209
/**
210
* @
return
the stats
for
this table
Callers
15
testLoadTableBasics
Method · 0.95
testLoadDateTableBasics
Method · 0.95
testLoadBinaryTableBasics
Method · 0.95
computeBetweenSelectivity
Method · 0.95
hasNumRowsStats
Method · 0.95
analyzeImpl
Method · 0.95
computeSelectivity
Method · 0.95
computeSelectivity
Method · 0.95
computeStats
Method · 0.65
isTableMissingTableStats
Method · 0.65
getBuildKeyNumRowStats
Method · 0.65
lhsNumRows
Method · 0.65
Implementers
4
VirtualTable
fe/src/main/java/org/apache/impala/cat
Table
fe/src/main/java/org/apache/impala/cat
CtasTargetTable
fe/src/main/java/org/apache/impala/cat
LocalTable
fe/src/main/java/org/apache/impala/cat
Calls
no outgoing calls
Tested by
3
testLoadTableBasics
Method · 0.76
testLoadDateTableBasics
Method · 0.76
testLoadBinaryTableBasics
Method · 0.76