Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ getSchema
Method
getSchema
java/core/src/java/org/apache/orc/Reader.java:139–139 ·
view source on GitHub ↗
Get the type of rows in this ORC file. @since 1.1.0
()
Source
from the content-addressed store, hash-verified
137
* @since 1.1.0
138
*/
139
TypeDescription getSchema();
140
141
/**
142
* Get the list of types contained in the file. The root type is the first
Callers
15
printMetaDataImpl
Method · 0.95
printJsonMetaData
Method · 0.95
buildSchema
Method · 0.95
testReadOldTimestampFormat
Method · 0.95
testDecimalRepeatingFilterCallback
Method · 0.95
testDecimalRoundRobbinFilterCallback
Method · 0.95
testDecimalNullRoundRobbinFilterCallback
Method · 0.95
testMultiDecimalSingleFilterCallback
Method · 0.95
testDecimal64RoundRobbinFilterCallback
Method · 0.95
testDecimal64NullRoundRobbinFilterCallback
Method · 0.95
testDoubleRoundRobbinRowFilterCallback
Method · 0.95
testFloatRoundRobbinRowFilterCallback
Method · 0.95
Implementers
1
ReaderImpl
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
15
testReadOldTimestampFormat
Method · 0.76
testDecimalRepeatingFilterCallback
Method · 0.76
testDecimalRoundRobbinFilterCallback
Method · 0.76
testDecimalNullRoundRobbinFilterCallback
Method · 0.76
testMultiDecimalSingleFilterCallback
Method · 0.76
testDecimal64RoundRobbinFilterCallback
Method · 0.76
testDecimal64NullRoundRobbinFilterCallback
Method · 0.76
testDoubleRoundRobbinRowFilterCallback
Method · 0.76
testFloatRoundRobbinRowFilterCallback
Method · 0.76
testCharRoundRobbinRowFilterCallback
Method · 0.76
testVarCharRoundRobbinRowFilterCallback
Method · 0.76
testDirectStringRowFilterCallback
Method · 0.76