blob: 5bc7be18bcaadb1f60d42984b221e65608b83ac4 [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>SchemaParserBaseVisitor (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="SchemaParserBaseVisitor (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,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":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/SchemaParserBaseVisitor.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/record/metadata/schema/parser/SchemaParser.VarcharContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" target="_top">Frames</a></li>
<li><a href="SchemaParserBaseVisitor.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>Field&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.record.metadata.schema.parser</div>
<h2 title="Class SchemaParserBaseVisitor" class="title">Class SchemaParserBaseVisitor&lt;T&gt;</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>org.antlr.v4.runtime.tree.AbstractParseTreeVisitor&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>org.apache.drill.exec.record.metadata.schema.parser.SchemaParserBaseVisitor&lt;T&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - The return type of the visit operation. Use <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html?is-external=true" title="class or interface in java.lang"><code>Void</code></a> for
operations with no return type.</dd>
</dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>org.antlr.v4.runtime.tree.ParseTreeVisitor&lt;T&gt;, <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;T&gt;</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaVisitor.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaVisitor</a>, <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaVisitor.ColumnDefVisitor.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaVisitor.ColumnDefVisitor</a>, <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaVisitor.ColumnVisitor.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaVisitor.ColumnVisitor</a>, <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaVisitor.PropertiesVisitor.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaVisitor.PropertiesVisitor</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">SchemaParserBaseVisitor&lt;T&gt;</span>
extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor&lt;T&gt;
implements <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;T&gt;</pre>
<div class="block">This class provides an empty implementation of <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser"><code>SchemaParserVisitor</code></a>,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== 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/record/metadata/schema/parser/SchemaParserBaseVisitor.html#SchemaParserBaseVisitor--">SchemaParserBaseVisitor</a></span>()</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><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitArray_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_map_type_defContext-">visitArray_map_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_map_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_map_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>array_map_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitArray_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_simple_type_defContext-">visitArray_simple_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_simple_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>array_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitArray_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_struct_type_defContext-">visitArray_struct_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_struct_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_struct_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>array_struct_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitArray_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_typeContext-">visitArray_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#array_type--"><code>SchemaParser.array_type()</code></a>.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitArray_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_union_type_defContext-">visitArray_union_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_union_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_union_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>array_union_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitBigint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BigintContext-">visitBigint</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BigintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BigintContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>bigint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitBinary-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BinaryContext-">visitBinary</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BinaryContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BinaryContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>binary</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitBoolean-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BooleanContext-">visitBoolean</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BooleanContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BooleanContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>boolean</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitColumn_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Column_defContext-">visitColumn_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Column_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Column_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_def--"><code>SchemaParser.column_def()</code></a>.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitColumn-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnContext-">visitColumn</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.ColumnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.ColumnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column--"><code>SchemaParser.column()</code></a>.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitColumns-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnsContext-">visitColumns</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.ColumnsContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.ColumnsContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#columns--"><code>SchemaParser.columns()</code></a>.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitComplex_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_columnContext-">visitComplex_array_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Complex_array_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Complex_array_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#complex_array_column--"><code>SchemaParser.complex_array_column()</code></a>.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitComplex_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_typeContext-">visitComplex_array_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Complex_array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Complex_array_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#complex_array_type--"><code>SchemaParser.complex_array_type()</code></a>.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitDate-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DateContext-">visitDate</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DateContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DateContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>date</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitDecimal-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DecimalContext-">visitDecimal</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DecimalContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DecimalContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>decimal</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitDefault_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Default_valueContext-">visitDefault_value</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Default_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Default_valueContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#default_value--"><code>SchemaParser.default_value()</code></a>.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitDouble-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DoubleContext-">visitDouble</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DoubleContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DoubleContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>double</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitDynamic-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DynamicContext-">visitDynamic</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DynamicContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DynamicContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>dynamic</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitFloat-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.FloatContext-">visitFloat</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.FloatContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.FloatContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>float</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitFormat_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Format_valueContext-">visitFormat_value</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Format_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Format_valueContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#format_value--"><code>SchemaParser.format_value()</code></a>.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitId-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IdContext-">visitId</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IdContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IdContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>id</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_id--"><code>SchemaParser.column_id()</code></a>.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitInt-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntContext-">visitInt</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IntContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IntContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>int</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitInterval_day-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_dayContext-">visitInterval_day</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Interval_dayContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Interval_dayContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>interval_day</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitInterval_year-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_yearContext-">visitInterval_year</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Interval_yearContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Interval_yearContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>interval_year</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitInterval-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntervalContext-">visitInterval</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IntervalContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IntervalContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>interval</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_columnContext-">visitMap_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_column--"><code>SchemaParser.map_column()</code></a>.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_key_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_simple_type_defContext-">visitMap_key_simple_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_key_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_key_simple_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_key_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_key_type--"><code>SchemaParser.map_key_type()</code></a>.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_key_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_type_defContext-">visitMap_key_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_key_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_key_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_key_type_def--"><code>SchemaParser.map_key_type_def()</code></a>.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_typeContext-">visitMap_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_type--"><code>SchemaParser.map_type()</code></a>.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_array_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_array_type_defContext-">visitMap_value_array_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_array_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_array_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_value_array_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_map_type_defContext-">visitMap_value_map_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_map_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_map_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_value_map_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_simple_type_defContext-">visitMap_value_simple_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_simple_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_value_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_struct_type_defContext-">visitMap_value_struct_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_struct_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_struct_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_value_struct_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_type_defContext-">visitMap_value_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type_def--"><code>SchemaParser.map_value_type_def()</code></a>.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitMap_value_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_union_type_defContext-">visitMap_value_union_type_def</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_union_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_union_type_defContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>map_value_union_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitNullability-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.NullabilityContext-">visitNullability</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.NullabilityContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.NullabilityContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#nullability--"><code>SchemaParser.nullability()</code></a>.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitPrimitive_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Primitive_columnContext-">visitPrimitive_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Primitive_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Primitive_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#primitive_column--"><code>SchemaParser.primitive_column()</code></a>.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitProperty_pair-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_pairContext-">visitProperty_pair</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Property_pairContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Property_pairContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#property_pair--"><code>SchemaParser.property_pair()</code></a>.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitProperty_values-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_valuesContext-">visitProperty_values</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Property_valuesContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Property_valuesContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#property_values--"><code>SchemaParser.property_values()</code></a>.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitQuoted_id-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Quoted_idContext-">visitQuoted_id</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Quoted_idContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Quoted_idContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>quoted_id</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_id--"><code>SchemaParser.column_id()</code></a>.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitSchema-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SchemaContext-">visitSchema</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.SchemaContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.SchemaContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#schema--"><code>SchemaParser.schema()</code></a>.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitSimple_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_columnContext-">visitSimple_array_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Simple_array_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Simple_array_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_column--"><code>SchemaParser.simple_array_column()</code></a>.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitSimple_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_typeContext-">visitSimple_array_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Simple_array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Simple_array_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_type--"><code>SchemaParser.simple_array_type()</code></a>.</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitSmallint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SmallintContext-">visitSmallint</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.SmallintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.SmallintContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>smallint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitString_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.String_valueContext-">visitString_value</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.String_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.String_valueContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#string_value--"><code>SchemaParser.string_value()</code></a>.</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitStruct_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_columnContext-">visitStruct_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Struct_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Struct_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#struct_column--"><code>SchemaParser.struct_column()</code></a>.</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitStruct_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_typeContext-">visitStruct_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Struct_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Struct_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#struct_type--"><code>SchemaParser.struct_type()</code></a>.</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitTime-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimeContext-">visitTime</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TimeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TimeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>time</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitTimestamp-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimestampContext-">visitTimestamp</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TimestampContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TimestampContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>timestamp</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitTinyint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TinyintContext-">visitTinyint</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TinyintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TinyintContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>tinyint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnion_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_columnContext-">visitUnion_column</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Union_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Union_columnContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#union_column--"><code>SchemaParser.union_column()</code></a>.</div>
</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnion_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_typeContext-">visitUnion_type</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Union_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Union_typeContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#union_type--"><code>SchemaParser.union_type()</code></a>.</div>
</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnit1-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit1Context-">visitUnit1</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit1Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit1Context</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>unit1</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i53" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnit2-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit2Context-">visitUnit2</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit2Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit2Context</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>unit2</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i54" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnit4-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit4Context-">visitUnit4</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit4Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit4Context</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>unit4</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i55" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitUnit8-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit8Context-">visitUnit8</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit8Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit8Context</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>unit8</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
<tr id="i56" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html#visitVarchar-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.VarcharContext-">visitVarchar</a></span>(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.VarcharContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.VarcharContext</a>&nbsp;ctx)</code>
<div class="block">Visit a parse tree produced by the <code>varchar</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.antlr.v4.runtime.tree.AbstractParseTreeVisitor">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.antlr.v4.runtime.tree.AbstractParseTreeVisitor</h3>
<code>aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal</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>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.antlr.v4.runtime.tree.ParseTreeVisitor">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.antlr.v4.runtime.tree.ParseTreeVisitor</h3>
<code>visit, visitChildren, visitErrorNode, visitTerminal</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="SchemaParserBaseVisitor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SchemaParserBaseVisitor</h4>
<pre>public&nbsp;SchemaParserBaseVisitor()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="visitSchema-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SchemaContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitSchema</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitSchema(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.SchemaContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.SchemaContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#schema--"><code>SchemaParser.schema()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitSchema-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SchemaContext-">visitSchema</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitColumns-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnsContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitColumns</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitColumns(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.ColumnsContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.ColumnsContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#columns--"><code>SchemaParser.columns()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitColumns-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnsContext-">visitColumns</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitColumn_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Column_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitColumn_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitColumn_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Column_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Column_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_def--"><code>SchemaParser.column_def()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitColumn_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Column_defContext-">visitColumn_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitColumn-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitColumn</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitColumn(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.ColumnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.ColumnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column--"><code>SchemaParser.column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitColumn-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.ColumnContext-">visitColumn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitPrimitive_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Primitive_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitPrimitive_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitPrimitive_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Primitive_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Primitive_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#primitive_column--"><code>SchemaParser.primitive_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitPrimitive_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Primitive_columnContext-">visitPrimitive_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitSimple_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitSimple_array_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitSimple_array_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Simple_array_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Simple_array_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_column--"><code>SchemaParser.simple_array_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitSimple_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_columnContext-">visitSimple_array_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitStruct_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitStruct_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitStruct_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Struct_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Struct_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#struct_column--"><code>SchemaParser.struct_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitStruct_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_columnContext-">visitStruct_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_column--"><code>SchemaParser.map_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_columnContext-">visitMap_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitComplex_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitComplex_array_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitComplex_array_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Complex_array_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Complex_array_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#complex_array_column--"><code>SchemaParser.complex_array_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitComplex_array_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_columnContext-">visitComplex_array_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnion_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_columnContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnion_column</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnion_column(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Union_columnContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Union_columnContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#union_column--"><code>SchemaParser.union_column()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnion_column-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_columnContext-">visitUnion_column</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitId-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IdContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitId</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitId(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IdContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IdContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>id</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_id--"><code>SchemaParser.column_id()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitId-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IdContext-">visitId</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitQuoted_id-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Quoted_idContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitQuoted_id</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitQuoted_id(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Quoted_idContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Quoted_idContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>quoted_id</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#column_id--"><code>SchemaParser.column_id()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitQuoted_id-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Quoted_idContext-">visitQuoted_id</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitInt-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitInt</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitInt(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IntContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IntContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>int</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitInt-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntContext-">visitInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitBigint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BigintContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitBigint</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitBigint(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BigintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BigintContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>bigint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitBigint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BigintContext-">visitBigint</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitFloat-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.FloatContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitFloat</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitFloat(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.FloatContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.FloatContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>float</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitFloat-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.FloatContext-">visitFloat</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitDouble-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DoubleContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDouble</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitDouble(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DoubleContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DoubleContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>double</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitDouble-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DoubleContext-">visitDouble</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitDecimal-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DecimalContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDecimal</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitDecimal(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DecimalContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DecimalContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>decimal</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitDecimal-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DecimalContext-">visitDecimal</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitBoolean-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BooleanContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitBoolean</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitBoolean(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BooleanContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BooleanContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>boolean</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitBoolean-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BooleanContext-">visitBoolean</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitVarchar-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.VarcharContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitVarchar</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitVarchar(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.VarcharContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.VarcharContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>varchar</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitVarchar-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.VarcharContext-">visitVarchar</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitBinary-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BinaryContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitBinary</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitBinary(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.BinaryContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.BinaryContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>binary</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitBinary-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BinaryContext-">visitBinary</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitTime-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitTime</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitTime(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TimeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TimeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>time</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitTime-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimeContext-">visitTime</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitDate-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DateContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDate</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitDate(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DateContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DateContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>date</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitDate-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DateContext-">visitDate</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitTimestamp-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimestampContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitTimestamp</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitTimestamp(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TimestampContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TimestampContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>timestamp</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitTimestamp-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TimestampContext-">visitTimestamp</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitInterval_year-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_yearContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitInterval_year</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitInterval_year(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Interval_yearContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Interval_yearContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>interval_year</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitInterval_year-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_yearContext-">visitInterval_year</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitInterval_day-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_dayContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitInterval_day</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitInterval_day(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Interval_dayContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Interval_dayContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>interval_day</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitInterval_day-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Interval_dayContext-">visitInterval_day</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitInterval-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntervalContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitInterval</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitInterval(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.IntervalContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.IntervalContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>interval</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitInterval-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.IntervalContext-">visitInterval</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnit1-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit1Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnit1</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnit1(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit1Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit1Context</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>unit1</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnit1-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit1Context-">visitUnit1</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnit2-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit2Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnit2</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnit2(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit2Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit2Context</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>unit2</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnit2-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit2Context-">visitUnit2</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnit4-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit4Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnit4</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnit4(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit4Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit4Context</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>unit4</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnit4-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit4Context-">visitUnit4</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnit8-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit8Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnit8</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnit8(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Unit8Context.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Unit8Context</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>unit8</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnit8-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Unit8Context-">visitUnit8</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitTinyint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TinyintContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitTinyint</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitTinyint(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.TinyintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.TinyintContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>tinyint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitTinyint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.TinyintContext-">visitTinyint</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitSmallint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SmallintContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitSmallint</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitSmallint(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.SmallintContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.SmallintContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>smallint</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitSmallint-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.SmallintContext-">visitSmallint</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitDynamic-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DynamicContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDynamic</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitDynamic(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.DynamicContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.DynamicContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>dynamic</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_type--"><code>SchemaParser.simple_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitDynamic-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.DynamicContext-">visitDynamic</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitUnion_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitUnion_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitUnion_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Union_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Union_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#union_type--"><code>SchemaParser.union_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitUnion_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Union_typeContext-">visitUnion_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitArray_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitArray_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitArray_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#array_type--"><code>SchemaParser.array_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitArray_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_typeContext-">visitArray_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitSimple_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitSimple_array_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitSimple_array_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Simple_array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Simple_array_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_type--"><code>SchemaParser.simple_array_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitSimple_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_array_typeContext-">visitSimple_array_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitArray_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_simple_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitArray_simple_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitArray_simple_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_simple_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>array_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitArray_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_simple_type_defContext-">visitArray_simple_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitArray_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_struct_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitArray_struct_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitArray_struct_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_struct_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_struct_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>array_struct_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitArray_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_struct_type_defContext-">visitArray_struct_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitArray_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_map_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitArray_map_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitArray_map_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_map_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_map_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>array_map_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitArray_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_map_type_defContext-">visitArray_map_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitArray_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_union_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitArray_union_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitArray_union_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Array_union_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Array_union_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>array_union_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#simple_array_value_type--"><code>SchemaParser.simple_array_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitArray_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Array_union_type_defContext-">visitArray_union_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitComplex_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitComplex_array_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitComplex_array_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Complex_array_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Complex_array_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#complex_array_type--"><code>SchemaParser.complex_array_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitComplex_array_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Complex_array_typeContext-">visitComplex_array_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitStruct_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitStruct_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitStruct_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Struct_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Struct_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#struct_type--"><code>SchemaParser.struct_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitStruct_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Struct_typeContext-">visitStruct_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_typeContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_type</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_type(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_typeContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_typeContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_type--"><code>SchemaParser.map_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_type-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_typeContext-">visitMap_type</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_key_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_key_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_key_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_key_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_key_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_key_type_def--"><code>SchemaParser.map_key_type_def()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_key_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_type_defContext-">visitMap_key_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_key_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_simple_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_key_simple_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_key_simple_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_key_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_key_simple_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_key_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_key_type--"><code>SchemaParser.map_key_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_key_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_key_simple_type_defContext-">visitMap_key_simple_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type_def--"><code>SchemaParser.map_value_type_def()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_type_defContext-">visitMap_value_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_simple_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_simple_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_simple_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_simple_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_simple_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_value_simple_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_simple_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_simple_type_defContext-">visitMap_value_simple_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_struct_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_struct_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_struct_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_struct_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_struct_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_value_struct_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_struct_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_struct_type_defContext-">visitMap_value_struct_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_map_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_map_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_map_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_map_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_map_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_value_map_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_map_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_map_type_defContext-">visitMap_value_map_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_array_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_array_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_array_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_array_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_array_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_array_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_value_array_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_array_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_array_type_defContext-">visitMap_value_array_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitMap_value_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_union_type_defContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitMap_value_union_type_def</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitMap_value_union_type_def(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Map_value_union_type_defContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Map_value_union_type_defContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by the <code>map_value_union_type_def</code>
labeled alternative in <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#map_value_type--"><code>SchemaParser.map_value_type()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitMap_value_union_type_def-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Map_value_union_type_defContext-">visitMap_value_union_type_def</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitNullability-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.NullabilityContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitNullability</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitNullability(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.NullabilityContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.NullabilityContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#nullability--"><code>SchemaParser.nullability()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitNullability-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.NullabilityContext-">visitNullability</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitFormat_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Format_valueContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitFormat_value</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitFormat_value(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Format_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Format_valueContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#format_value--"><code>SchemaParser.format_value()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitFormat_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Format_valueContext-">visitFormat_value</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitDefault_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Default_valueContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDefault_value</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitDefault_value(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Default_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Default_valueContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#default_value--"><code>SchemaParser.default_value()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitDefault_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Default_valueContext-">visitDefault_value</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitProperty_values-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_valuesContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitProperty_values</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitProperty_values(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Property_valuesContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Property_valuesContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#property_values--"><code>SchemaParser.property_values()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitProperty_values-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_valuesContext-">visitProperty_values</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitProperty_pair-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_pairContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitProperty_pair</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitProperty_pair(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.Property_pairContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.Property_pairContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#property_pair--"><code>SchemaParser.property_pair()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitProperty_pair-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Property_pairContext-">visitProperty_pair</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</dd>
</dl>
</li>
</ul>
<a name="visitString_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.String_valueContext-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>visitString_value</h4>
<pre>public&nbsp;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&nbsp;visitString_value(<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.String_valueContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser">SchemaParser.String_valueContext</a>&nbsp;ctx)</pre>
<div class="block">Visit a parse tree produced by <a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParser.html#string_value--"><code>SchemaParser.string_value()</code></a>.
<p>The default implementation returns the result of calling
<code>AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)</code> on <code>ctx</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html#visitString_value-org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.String_valueContext-">visitString_value</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser">SchemaParserVisitor</a>&lt;<a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" title="type parameter in SchemaParserBaseVisitor">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the parse tree</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the visitor result</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/SchemaParserBaseVisitor.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/record/metadata/schema/parser/SchemaParser.VarcharContext.html" title="class in org.apache.drill.exec.record.metadata.schema.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../../org/apache/drill/exec/record/metadata/schema/parser/SchemaParserVisitor.html" title="interface in org.apache.drill.exec.record.metadata.schema.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/drill/exec/record/metadata/schema/parser/SchemaParserBaseVisitor.html" target="_top">Frames</a></li>
<li><a href="SchemaParserBaseVisitor.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>Field&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>