MCPcopy Create free account
hub / github.com/apache/orc / getContentLength

Method getContentLength

java/core/src/java/org/apache/orc/Reader.java:126–126  ·  view source on GitHub ↗

Get the length of the file. @return the number of bytes in the file @since 1.1.0

()

Source from the content-addressed store, hash-verified

124 * @since 1.1.0
125 */
126 long getContentLength();
127
128 /**
129 * Get the statistics about the columns in the file.

Callers 7

readFirstColumnMethod · 0.95
testEmptyFileMethod · 0.95
testUnionAndTimestampMethod · 0.95
TEST_PFunction · 0.65
TESTFunction · 0.65
printMetadataFunction · 0.65
ReaderImplMethod · 0.65

Implementers 1

ReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 5

readFirstColumnMethod · 0.76
testEmptyFileMethod · 0.76
testUnionAndTimestampMethod · 0.76
TEST_PFunction · 0.52
TESTFunction · 0.52