Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ getNumberOfRows
Method
getNumberOfRows
java/core/src/java/org/apache/orc/Reader.java:44–44 ·
view source on GitHub ↗
Get the number of rows in the file. @return the number of rows @since 1.1.0
()
Source
from the content-addressed store, hash-verified
42
* @since 1.1.0
43
*/
44
long getNumberOfRows();
45
46
/**
47
* Get the deserialized data size of the file
Callers
15
printMetaDataImpl
Method · 0.95
printJsonMetaData
Method · 0.95
writeIsSuccessful
Method · 0.95
testReadZeroLengthFile
Method · 0.95
writeIsSuccessful
Method · 0.95
testGeometryWriterWithNulls
Method · 0.95
testGeographyWriterWithNulls
Method · 0.95
testMultiStripeWithNull
Method · 0.95
testMultiStripeWithoutNull
Method · 0.95
testColumnsWithNullAndCompression
Method · 0.95
writeIsSuccessful
Method · 0.95
testReadFormat_0_11
Method · 0.95
Implementers
1
ReaderImpl
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
15
writeIsSuccessful
Method · 0.76
testReadZeroLengthFile
Method · 0.76
writeIsSuccessful
Method · 0.76
testGeometryWriterWithNulls
Method · 0.76
testGeographyWriterWithNulls
Method · 0.76
testMultiStripeWithNull
Method · 0.76
testMultiStripeWithoutNull
Method · 0.76
testColumnsWithNullAndCompression
Method · 0.76
writeIsSuccessful
Method · 0.76
testReadFormat_0_11
Method · 0.76
testEmptyFile
Method · 0.76
testUnionAndTimestamp
Method · 0.76