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

Method writeTo

java/core/src/java/org/apache/orc/impl/Dictionary.java:75–75  ·  view source on GitHub ↗

Given the position index, write the original string, before being encoded, to the OutputStream. @param out the output stream to which to write the data @param position the position where the key was originally added @return the number of byte written to the stream @throws IOException if an I/O erro

(OutputStream out, int position)

Source from the content-addressed store, hash-verified

73 * @throws IOException if an I/O error occurs
74 */
75 int writeTo(OutputStream out, int position) throws IOException;
76
77 /**
78 * Add a new key to the dictionary.

Callers 12

writeToOutputStreamFunction · 0.65
flushMethod · 0.65
testMaxLengthToReaderMethod · 0.65
writeStripeFooterMethod · 0.65
writeFileMetadataMethod · 0.65
writeFileFooterMethod · 0.65
writePostScriptMethod · 0.65
writeIndexMethod · 0.65
writeBloomFilterMethod · 0.65
flushDictionaryMethod · 0.65

Implementers 2

StringHashTableDictionaryjava/core/src/java/org/apache/orc/impl
StringRedBlackTreejava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 2

writeToOutputStreamFunction · 0.52
testMaxLengthToReaderMethod · 0.52