blob: cb941a323e4b6e04ccb939150f1d7f388f6ebb36 [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>Uses of Interface org.apache.drill.exec.store.easy.json.parser.ElementParser (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="Uses of Interface org.apache.drill.exec.store.easy.json.parser.ElementParser (Drill : 1.20.3 API)";
}
}
catch(err) {
}
//-->
</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><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?org/apache/drill/exec/store/easy/json/parser/class-use/ElementParser.html" target="_top">Frames</a></li>
<li><a href="ElementParser.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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.apache.drill.exec.store.easy.json.parser.ElementParser" class="title">Uses of Interface<br>org.apache.drill.exec.store.easy.json.parser.ElementParser</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.easy.json.extended">org.apache.drill.exec.store.easy.json.extended</a></td>
<td class="colLast">
<div class="block">Provides parsing for Mongo extended types which are generally of the form
<code>{ "$type": value }</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.easy.json.loader">org.apache.drill.exec.store.easy.json.loader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.drill.exec.store.easy.json.parser">org.apache.drill.exec.store.easy.json.parser</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.drill.exec.store.easy.json.extended">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a> in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/package-summary.html">org.apache.drill.exec.store.easy.json.extended</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/package-summary.html">org.apache.drill.exec.store.easy.json.extended</a> that implement <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/BaseExtendedValueParser.html" title="class in org.apache.drill.exec.store.easy.json.extended">BaseExtendedValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/MongoBinaryValueParser.html" title="class in org.apache.drill.exec.store.easy.json.extended">MongoBinaryValueParser</a></span></code>
<div class="block">Parsers a binary.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/MongoDateValueParser.html" title="class in org.apache.drill.exec.store.easy.json.extended">MongoDateValueParser</a></span></code>
<div class="block">Parses a Mongo date in the
<a href="https://docs.mongodb.com/manual/reference/mongodb-extended-json-v1/#date">V1</a> format:</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/SimpleExtendedValueParser.html" title="class in org.apache.drill.exec.store.easy.json.extended">SimpleExtendedValueParser</a></span></code>
<div class="block">Parsers a Mongo extended type of the form:</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/package-summary.html">org.apache.drill.exec.store.easy.json.extended</a> that return <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ExtendedTypeFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/extended/ExtendedTypeFieldFactory.html#fieldParser-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">fieldParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.easy.json.loader">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a> in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a> that implement <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/EmptyArrayFieldParser.html" title="class in org.apache.drill.exec.store.easy.json.loader">EmptyArrayFieldParser</a></span></code>
<div class="block">Represents a run of empty arrays for which we have no type information.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/NullFieldParser.html" title="class in org.apache.drill.exec.store.easy.json.loader">NullFieldParser</a></span></code>
<div class="block">Parser for a field that contains only nulls.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/TupleParser.html" title="class in org.apache.drill.exec.store.easy.json.loader">TupleParser</a></span></code>
<div class="block">Accepts { name : value ...</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/VariantParser.html" title="class in org.apache.drill.exec.store.easy.json.loader">VariantParser</a></span></code>
<div class="block">Parser which accepts all JSON values and converts them to actions on a
UNION vector writer.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a> that return <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#buildOuterArrays-org.apache.drill.exec.vector.accessor.ObjectWriter-int-java.util.function.Function-">buildOuterArrays</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>&nbsp;writer,
int&nbsp;dims,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>,<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&gt;&nbsp;innerCreator)</code>
<div class="block">Create layers of repeated list listeners around the type-specific
array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldFactory.html#fieldParser-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">fieldParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>
<div class="block">Create a parser for a field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProvidedFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/ProvidedFieldFactory.html#fieldParser-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">fieldParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>
<div class="block">Build a column and its listener based a provided schema.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">InferredFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/InferredFieldFactory.html#fieldParser-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">fieldParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>
<div class="block">Build a column and its listener based on a look-ahead hint.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldFactory.html#forceArrayResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceArrayResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#forceArrayResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceArrayResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">InferredFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/InferredFieldFactory.html#forceArrayResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceArrayResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldFactory.html#forceNullResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceNullResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#forceNullResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceNullResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">InferredFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/InferredFieldFactory.html#forceNullResolution-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">forceNullResolution</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldFactory.html#ignoredFieldParser--">ignoredFieldParser</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#ignoredFieldParser--">ignoredFieldParser</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#multiDimObjectArrayFor-org.apache.drill.exec.vector.accessor.ObjectWriter-int-org.apache.drill.exec.record.metadata.TupleMetadata-">multiDimObjectArrayFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>&nbsp;writer,
int&nbsp;dims,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema)</code>
<div class="block">Create a repeated list listener for a Map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#multiDimScalarArrayFor-org.apache.drill.exec.vector.accessor.ObjectWriter-int-">multiDimScalarArrayFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>&nbsp;writer,
int&nbsp;dims)</code>
<div class="block">Create a repeated list listener for a scalar value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#multiDimVariantArrayParserFor-org.apache.drill.exec.vector.accessor.ObjectWriter-int-">multiDimVariantArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>&nbsp;writer,
int&nbsp;dims)</code>
<div class="block">Create a repeated list listener for a variant.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#objectArrayParserFor-org.apache.drill.exec.vector.accessor.ArrayWriter-org.apache.drill.exec.record.metadata.TupleMetadata-">objectArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ArrayWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ArrayWriter</a>&nbsp;arrayWriter,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">InferredFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/InferredFieldFactory.html#objectArrayParserFor-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">objectArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>
<div class="block">Create a map array column and its associated object array listener
for the given key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#objectArrayParserFor-org.apache.drill.exec.store.easy.json.loader.FieldDefn-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.exec.record.metadata.TupleMetadata-">objectArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;colSchema,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema)</code>
<div class="block">Create a map array column and its associated parsers and listeners
for the given column schema and optional provided schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#objectParserFor-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">objectParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>
<div class="block">Create a map column and its associated object value listener for the
a JSON object value given the value's key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#objectParserFor-org.apache.drill.exec.store.easy.json.loader.FieldDefn-org.apache.drill.exec.record.metadata.ColumnMetadata-org.apache.drill.exec.record.metadata.TupleMetadata-">objectParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/ColumnMetadata.html" title="interface in org.apache.drill.exec.record.metadata">ColumnMetadata</a>&nbsp;colSchema,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema)</code>
<div class="block">Create a map column and its associated object value listener for the
given key and optional provided schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#objectParserFor-org.apache.drill.exec.vector.accessor.TupleWriter-org.apache.drill.exec.record.metadata.TupleMetadata-">objectParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/TupleWriter.html" title="interface in org.apache.drill.exec.vector.accessor">TupleWriter</a>&nbsp;writer,
<a href="../../../../../../../../../org/apache/drill/exec/record/metadata/TupleMetadata.html" title="interface in org.apache.drill.exec.record.metadata">TupleMetadata</a>&nbsp;providedSchema)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">TupleParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/TupleParser.html#onField-java.lang.String-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">onField</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProvidedFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/ProvidedFieldFactory.html#parserFor-org.apache.drill.exec.store.easy.json.loader.FieldDefn-">parserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/FieldDefn.html" title="class in org.apache.drill.exec.store.easy.json.loader">FieldDefn</a>&nbsp;fieldDefn)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">EmptyArrayFieldParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/EmptyArrayFieldParser.html#resolve-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolve</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>
<div class="block">The column type is now known from context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">NullFieldParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/NullFieldParser.html#resolve-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolve</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>
<div class="block">The column type is now known from context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">TupleParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/TupleParser.html#resolveArray-java.lang.String-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolveArray</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">TupleParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/TupleParser.html#resolveField-java.lang.String-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolveField</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#scalarArrayParserFor-org.apache.drill.exec.vector.accessor.ArrayWriter-">scalarArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ArrayWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ArrayWriter</a>&nbsp;writer)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#scalarArrayParserFor-org.apache.drill.exec.store.easy.json.parser.ValueParser-">scalarArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ValueParser</a>&nbsp;element)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#variantArrayParserFor-org.apache.drill.exec.vector.accessor.ArrayWriter-">variantArrayParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ArrayWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ArrayWriter</a>&nbsp;arrayWriter)</code>
<div class="block">Create a variant array (LIST) column and its associated parser given
a column schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#variantParserFor-org.apache.drill.exec.vector.accessor.VariantWriter-">variantParserFor</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/VariantWriter.html" title="interface in org.apache.drill.exec.vector.accessor">VariantWriter</a>&nbsp;writer)</code>
<div class="block">Create a variant (UNION) column and its associated parser given
a column schema.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/package-summary.html">org.apache.drill.exec.store.easy.json.loader</a> with type arguments of type <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">BaseFieldFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/loader/BaseFieldFactory.html#buildOuterArrays-org.apache.drill.exec.vector.accessor.ObjectWriter-int-java.util.function.Function-">buildOuterArrays</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>&nbsp;writer,
int&nbsp;dims,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a>&lt;<a href="../../../../../../../../../org/apache/drill/exec/vector/accessor/ObjectWriter.html" title="interface in org.apache.drill.exec.vector.accessor">ObjectWriter</a>,<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&gt;&nbsp;innerCreator)</code>
<div class="block">Create layers of repeated list listeners around the type-specific
array.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.drill.exec.store.easy.json.parser">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a> in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a> that implement <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/AbstractElementParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">AbstractElementParser</a></span></code>
<div class="block">Abstract base class for all JSON element parsers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ArrayParser</a></span></code>
<div class="block">Parses a JSON array, which consists of a list of <i>elements</i>,
represented by a <code>ValueListener</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ArrayValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayValueParser.LenientArrayValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ArrayValueParser.LenientArrayValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/DummyValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">DummyValueParser</a></span></code>
<div class="block">Parse and ignore an unprojected value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/EmptyArrayParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">EmptyArrayParser</a></span></code>
<div class="block">Represents an empty array: the case where the parser has seen only
<code>[]</code>, but no array elements which would indicate the type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FullValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">FullValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/JsonValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">JsonValueParser</a></span></code>
<div class="block">Parses an arbitrary JSON value (which can be a subtree of any
complexity) into a JSON string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/NullValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">NullValueParser</a></span></code>
<div class="block">Parses nulls.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ObjectParser</a></span></code>
<div class="block">Parses a JSON object: <code>{ name : value ...</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ObjectValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ScalarValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ScalarValueParser</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ScalarValueParser.SimpleValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ScalarValueParser.SimpleValueParser</a></span></code>
<div class="block">Parses <code>true | false | null | integer | float | string |<br>
embedded-object</code><br>
and simply passes the value token on to the listener.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ScalarValueParser.TextValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ScalarValueParser.TextValueParser</a></span></code>
<div class="block">Parses <code>true | false | null | integer | float | string |<br>
embedded-object</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ValueParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ValueParser</a></span></code>
<div class="block">Parses a JSON value.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a> declared as <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">DummyValueParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/DummyValueParser.html#INSTANCE">INSTANCE</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a> that return <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#arrayValueParser-org.apache.drill.exec.store.easy.json.parser.ArrayListener-org.apache.drill.exec.store.easy.json.parser.ElementParser-">arrayValueParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayListener.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ArrayListener</a>&nbsp;arrayListener,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;elementParser)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ArrayParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayParser.html#elementParser--">elementParser</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html#fieldParser-java.lang.String-">fieldParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#ignoredFieldParser--">ignoredFieldParser</a></span>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#objectValueParser-org.apache.drill.exec.store.easy.json.parser.ObjectParser-">objectValueParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">ObjectParser</a>&nbsp;objParser)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html#onField-java.lang.String-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">onField</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>
<div class="block">The structure parser has just encountered a new field for this
object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html#replaceFieldParser-java.lang.String-org.apache.drill.exec.store.easy.json.parser.ElementParser-">replaceFieldParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;fieldParser)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">EmptyArrayParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/EmptyArrayParser.html#resolve-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolve</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>
<div class="block">Replace this parser with a new parser based on the current
parse context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">NullValueParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/NullValueParser.html#resolve-org.apache.drill.exec.store.easy.json.parser.TokenIterator-">resolve</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/TokenIterator.html" title="class in org.apache.drill.exec.store.easy.json.parser">TokenIterator</a>&nbsp;tokenizer)</code>
<div class="block">Replace this parser with a new parser based on the current
parse context.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#scalarArrayValueParser-org.apache.drill.exec.store.easy.json.parser.ArrayListener-org.apache.drill.exec.store.easy.json.parser.ElementParser-">scalarArrayValueParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayListener.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ArrayListener</a>&nbsp;arrayListener,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;elementParser)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a> with parameters of type <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#arrayValueParser-org.apache.drill.exec.store.easy.json.parser.ArrayListener-org.apache.drill.exec.store.easy.json.parser.ElementParser-">arrayValueParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayListener.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ArrayListener</a>&nbsp;arrayListener,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;elementParser)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectParser.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ObjectParser.html#replaceFieldParser-java.lang.String-org.apache.drill.exec.store.easy.json.parser.ElementParser-">replaceFieldParser</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;fieldParser)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></code></td>
<td class="colLast"><span class="typeNameLabel">FieldParserFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/FieldParserFactory.html#scalarArrayValueParser-org.apache.drill.exec.store.easy.json.parser.ArrayListener-org.apache.drill.exec.store.easy.json.parser.ElementParser-">scalarArrayValueParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayListener.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ArrayListener</a>&nbsp;arrayListener,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;elementParser)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/package-summary.html">org.apache.drill.exec.store.easy.json.parser</a> with parameters of type <a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayParser.html#ArrayParser-org.apache.drill.exec.store.easy.json.parser.JsonStructureParser-org.apache.drill.exec.store.easy.json.parser.ArrayListener-org.apache.drill.exec.store.easy.json.parser.ElementParser-">ArrayParser</a></span>(<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/JsonStructureParser.html" title="class in org.apache.drill.exec.store.easy.json.parser">JsonStructureParser</a>&nbsp;structParser,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ArrayListener.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ArrayListener</a>&nbsp;arrayListener,
<a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">ElementParser</a>&nbsp;elementParser)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../../../../../../org/apache/drill/exec/store/easy/json/parser/ElementParser.html" title="interface in org.apache.drill.exec.store.easy.json.parser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../../overview-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../../index.html?org/apache/drill/exec/store/easy/json/parser/class-use/ElementParser.html" target="_top">Frames</a></li>
<li><a href="ElementParser.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>
<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>