@API.Public public abstract class DocumentReaderBase extends Object implements DocumentReader
DocumentReader interface.DocumentReader.EventType| Constructor and Description |
|---|
DocumentReaderBase() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReader |
skipChildren()
This is a trivial implementation of
skipChildren() API. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArrayIndex, getBinary, getBoolean, getByte, getCurrentEvent, getDate, getDateInt, getDecimal, getDecimalPrecision, getDecimalScale, getDecimalValueAsBytes, getDecimalValueAsInt, getDecimalValueAsLong, getDouble, getFieldName, getFloat, getInt, getInterval, getIntervalDays, getIntervalMillis, getLong, getShort, getString, getTime, getTimeInt, getTimestamp, getTimestampLong, inMap, nextpublic DocumentReader skipChildren()
skipChildren() API.
An optimized implementation could simply skip over the sub-tree by advancing the
reader buffer to the end of current map or array.skipChildren in interface DocumentReaderthis for chainingCopyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.