blob: 54195466da07d1f34dadc6dfe0e7a386b823825f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ExtendedJsonOutput (Drill : 1.20.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ExtendedJsonOutput (Drill : 1.20.3 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExtendedJsonOutput.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/DrillBufInputStream.html" title="class in org.apache.drill.exec.vector.complex.fn"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedType.html" title="enum in org.apache.drill.exec.vector.complex.fn"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html" target="_top">Frames</a></li>
<li><a href="ExtendedJsonOutput.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.drill.exec.vector.complex.fn.BasicJsonOutput">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.drill.exec.vector.complex.fn</div>
<h2 title="Class ExtendedJsonOutput" class="title">Class ExtendedJsonOutput</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">org.apache.drill.exec.vector.complex.fn.BasicJsonOutput</a></li>
<li>
<ul class="inheritance">
<li>org.apache.drill.exec.vector.complex.fn.ExtendedJsonOutput</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ExtendedJsonOutput</span>
extends <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></pre>
<div class="block">Writes JSON Output that will wrap Binary, Date, Time, Timestamp, Integer,
Decimal and Interval types with wrapping maps for better type resolution upon
deserialization.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.drill.exec.vector.complex.fn.BasicJsonOutput">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.drill.exec.vector.complex.fn.<a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></h3>
<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#gen">gen</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#ExtendedJsonOutput-com.fasterxml.jackson.core.JsonGenerator-">ExtendedJsonOutput</a></span>(com.fasterxml.jackson.core.JsonGenerator&nbsp;gen)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeBigInt-long-">writeBigInt</a></span>(long&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeBigIntNull--">writeBigIntNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeBinary-byte:A-">writeBinary</a></span>(byte[]&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeBinaryNull--">writeBinaryNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeDate-java.time.temporal.TemporalAccessor-">writeDate</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeDateNull--">writeDateNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeDecimal-java.math.BigDecimal-">writeDecimal</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeDecimalNull--">writeDecimalNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeInt-int-">writeInt</a></span>(int&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeInterval-org.joda.time.Period-">writeInterval</a></span>(org.joda.time.Period&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeIntervalNull--">writeIntervalNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeIntNull--">writeIntNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeSmallInt-short-">writeSmallInt</a></span>(short&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeSmallIntNull--">writeSmallIntNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTime-java.time.temporal.TemporalAccessor-">writeTime</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTimeNull--">writeTimeNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTimestamp-java.time.temporal.TemporalAccessor-">writeTimestamp</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTimestampNull--">writeTimestampNull</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTinyInt-byte-">writeTinyInt</a></span>(byte&nbsp;value)</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html#writeTinyIntNull--">writeTinyIntNull</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.drill.exec.vector.complex.fn.BasicJsonOutput">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.drill.exec.vector.complex.fn.<a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></h3>
<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#flush--">flush</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBigInt-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBigInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBigInt-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBigInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBinary-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBinary</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBinary-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBinary</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBoolean-boolean-">writeBoolean</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBoolean-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBoolean</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBoolean-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeBoolean</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBooleanNull--">writeBooleanNull</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDate-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDate</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDate-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDate</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDecimal-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDecimal</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDecimal-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDecimal</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDouble-double-">writeDouble</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDouble-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDouble</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDouble-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeDouble</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDoubleNull--">writeDoubleNull</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeEndArray--">writeEndArray</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeEndObject--">writeEndObject</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeFieldName-java.lang.String-">writeFieldName</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeFloat-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeFloat</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeFloat-float-">writeFloat</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeFloat-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeFloat</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeFloatNull--">writeFloatNull</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInt-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInt-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInterval-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeInterval</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInterval-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeInterval</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeSmallInt-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeSmallInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeSmallInt-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeSmallInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeStartArray--">writeStartArray</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeStartObject--">writeStartObject</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTime-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTime</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTime-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTime</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTimestamp-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTimestamp</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTimestamp-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTimestamp</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTinyInt-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTinyInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTinyInt-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeTinyInt</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeUntypedNull--">writeUntypedNull</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVar16Char-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeVar16Char</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVar16Char-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeVar16Char</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVar16Char-java.lang.String-">writeVar16Char</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVar16charNull--">writeVar16charNull</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVarChar-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeVarChar</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVarChar-int-org.apache.drill.exec.vector.complex.reader.FieldReader-">writeVarChar</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVarChar-java.lang.String-">writeVarChar</a>, <a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeVarcharNull--">writeVarcharNull</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ExtendedJsonOutput-com.fasterxml.jackson.core.JsonGenerator-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ExtendedJsonOutput</h4>
<pre>public&nbsp;ExtendedJsonOutput(com.fasterxml.jackson.core.JsonGenerator&nbsp;gen)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="writeBigInt-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBigInt</h4>
<pre>public&nbsp;void&nbsp;writeBigInt(long&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeBigInt-long-">writeBigInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBigInt-long-">writeBigInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBinary-byte:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBinary</h4>
<pre>public&nbsp;void&nbsp;writeBinary(byte[]&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeBinary-byte:A-">writeBinary</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBinary-byte:A-">writeBinary</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDate-java.time.temporal.TemporalAccessor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDate</h4>
<pre>public&nbsp;void&nbsp;writeDate(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeDate-java.time.temporal.TemporalAccessor-">writeDate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDate-java.time.temporal.TemporalAccessor-">writeDate</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTime-java.time.temporal.TemporalAccessor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTime</h4>
<pre>public&nbsp;void&nbsp;writeTime(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTime-java.time.temporal.TemporalAccessor-">writeTime</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTime-java.time.temporal.TemporalAccessor-">writeTime</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTimestamp-java.time.temporal.TemporalAccessor-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTimestamp</h4>
<pre>public&nbsp;void&nbsp;writeTimestamp(<a href="https://docs.oracle.com/javase/8/docs/api/java/time/temporal/TemporalAccessor.html?is-external=true" title="class or interface in java.time.temporal">TemporalAccessor</a>&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTimestamp-java.time.temporal.TemporalAccessor-">writeTimestamp</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTimestamp-java.time.temporal.TemporalAccessor-">writeTimestamp</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeInterval-org.joda.time.Period-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeInterval</h4>
<pre>public&nbsp;void&nbsp;writeInterval(org.joda.time.Period&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeInterval-org.joda.time.Period-">writeInterval</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInterval-org.joda.time.Period-">writeInterval</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBigIntNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBigIntNull</h4>
<pre>public&nbsp;void&nbsp;writeBigIntNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeBigIntNull--">writeBigIntNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBigIntNull--">writeBigIntNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeBinaryNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeBinaryNull</h4>
<pre>public&nbsp;void&nbsp;writeBinaryNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeBinaryNull--">writeBinaryNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeBinaryNull--">writeBinaryNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDateNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDateNull</h4>
<pre>public&nbsp;void&nbsp;writeDateNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeDateNull--">writeDateNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDateNull--">writeDateNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTimeNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTimeNull</h4>
<pre>public&nbsp;void&nbsp;writeTimeNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTimeNull--">writeTimeNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTimeNull--">writeTimeNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTimestampNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTimestampNull</h4>
<pre>public&nbsp;void&nbsp;writeTimestampNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTimestampNull--">writeTimestampNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTimestampNull--">writeTimestampNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeIntervalNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeIntervalNull</h4>
<pre>public&nbsp;void&nbsp;writeIntervalNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeIntervalNull--">writeIntervalNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeIntervalNull--">writeIntervalNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDecimal-java.math.BigDecimal-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDecimal</h4>
<pre>public&nbsp;void&nbsp;writeDecimal(<a href="https://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a>&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeDecimal-java.math.BigDecimal-">writeDecimal</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDecimal-java.math.BigDecimal-">writeDecimal</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeDecimalNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeDecimalNull</h4>
<pre>public&nbsp;void&nbsp;writeDecimalNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeDecimalNull--">writeDecimalNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeDecimalNull--">writeDecimalNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTinyInt-byte-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTinyInt</h4>
<pre>public&nbsp;void&nbsp;writeTinyInt(byte&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTinyInt-byte-">writeTinyInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTinyInt-byte-">writeTinyInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeSmallInt-short-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeSmallInt</h4>
<pre>public&nbsp;void&nbsp;writeSmallInt(short&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeSmallInt-short-">writeSmallInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeSmallInt-short-">writeSmallInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeInt-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeInt</h4>
<pre>public&nbsp;void&nbsp;writeInt(int&nbsp;value)
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeInt-int-">writeInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeInt-int-">writeInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeTinyIntNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeTinyIntNull</h4>
<pre>public&nbsp;void&nbsp;writeTinyIntNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeTinyIntNull--">writeTinyIntNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeTinyIntNull--">writeTinyIntNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeSmallIntNull--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeSmallIntNull</h4>
<pre>public&nbsp;void&nbsp;writeSmallIntNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeSmallIntNull--">writeSmallIntNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeSmallIntNull--">writeSmallIntNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="writeIntNull--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>writeIntNull</h4>
<pre>public&nbsp;void&nbsp;writeIntNull()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html#writeIntNull--">writeIntNull</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/JsonOutput.html" title="interface in org.apache.drill.exec.vector.complex.fn">JsonOutput</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html#writeIntNull--">writeIntNull</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/BasicJsonOutput.html" title="class in org.apache.drill.exec.vector.complex.fn">BasicJsonOutput</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ExtendedJsonOutput.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/DrillBufInputStream.html" title="class in org.apache.drill.exec.vector.complex.fn"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/drill/exec/vector/complex/fn/ExtendedType.html" title="enum in org.apache.drill.exec.vector.complex.fn"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/drill/exec/vector/complex/fn/ExtendedJsonOutput.html" target="_top">Frames</a></li>
<li><a href="ExtendedJsonOutput.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.drill.exec.vector.complex.fn.BasicJsonOutput">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1970 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>