blob: 4099e628d9dfc25371809ab8a87bc7ee8f19016c [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 (1.8.0_65) on Wed Apr 20 18:03:36 PDT 2016 -->
<title>HiveInputFormatFragmenter</title>
<meta name="date" content="2016-04-20">
<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="HiveInputFormatFragmenter";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":9,"i2":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="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/hawq/pxf/plugins/hive/HiveFilterBuilder.html" title="class in org.apache.hawq.pxf.plugins.hive"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.PXF_HIVE_INPUT_FORMATS.html" title="enum in org.apache.hawq.pxf.plugins.hive"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html" target="_top">Frames</a></li>
<li><a href="HiveInputFormatFragmenter.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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&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.hawq.pxf.plugins.hive</div>
<h2 title="Class HiveInputFormatFragmenter" class="title">Class HiveInputFormatFragmenter</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/apache/hawq/pxf/api/utilities/Plugin.html" title="class in org.apache.hawq.pxf.api.utilities">org.apache.hawq.pxf.api.utilities.Plugin</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/apache/hawq/pxf/api/Fragmenter.html" title="class in org.apache.hawq.pxf.api">org.apache.hawq.pxf.api.Fragmenter</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive">org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter</a></li>
<li>
<ul class="inheritance">
<li>org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">HiveInputFormatFragmenter</span>
extends <a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive">HiveDataFragmenter</a></pre>
<div class="block">Specialized Hive fragmenter for RC and Text files tables. Unlike the
<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive"><code>HiveDataFragmenter</code></a>, this class does not send the serde properties to
the accessor/resolvers. This is done to avoid memory explosion in Hawq. For
RC use together with <a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveRCFileAccessor.html" title="class in org.apache.hawq.pxf.plugins.hive"><code>HiveRCFileAccessor</code></a>/
<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveColumnarSerdeResolver.html" title="class in org.apache.hawq.pxf.plugins.hive"><code>HiveColumnarSerdeResolver</code></a>. For Text use together with
<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveLineBreakAccessor.html" title="class in org.apache.hawq.pxf.plugins.hive"><code>HiveLineBreakAccessor</code></a>/<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveStringPassResolver.html" title="class in org.apache.hawq.pxf.plugins.hive"><code>HiveStringPassResolver</code></a>. <br>
Given a Hive table and its partitions, divide the data into fragments (here a
data fragment is actually a HDFS file block) and return a list of them. Each
data fragment will contain the following information:
<ol>
<li>sourceName: full HDFS path to the data file that this data fragment is
part of</li>
<li>hosts: a list of the datanode machines that hold a replica of this block</li>
<li>userData: inputformat name, serde names and partition keys</li>
</ol></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.PXF_HIVE_INPUT_FORMATS.html" title="enum in org.apache.hawq.pxf.plugins.hive">HiveInputFormatFragmenter.PXF_HIVE_INPUT_FORMATS</a></span></code>
<div class="block">Defines the Hive input formats currently supported in pxf</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.PXF_HIVE_SERDES.html" title="enum in org.apache.hawq.pxf.plugins.hive">HiveInputFormatFragmenter.PXF_HIVE_SERDES</a></span></code>
<div class="block">Defines the Hive serializers (serde classes) currently supported in pxf</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#TOK_FILTER_DONE">TOK_FILTER_DONE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#TOK_KEYS">TOK_KEYS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#TOK_SERDE">TOK_SERDE</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.hawq.pxf.plugins.hive.<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive">HiveDataFragmenter</a></h3>
<code><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html#filterInFragmenter">filterInFragmenter</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.hawq.pxf.api.Fragmenter">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.hawq.pxf.api.<a href="../../../../../../org/apache/hawq/pxf/api/Fragmenter.html" title="class in org.apache.hawq.pxf.api">Fragmenter</a></h3>
<code><a href="../../../../../../org/apache/hawq/pxf/api/Fragmenter.html#fragments">fragments</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.hawq.pxf.api.utilities.Plugin">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.hawq.pxf.api.utilities.<a href="../../../../../../org/apache/hawq/pxf/api/utilities/Plugin.html" title="class in org.apache.hawq.pxf.api.utilities">Plugin</a></h3>
<code><a href="../../../../../../org/apache/hawq/pxf/api/utilities/Plugin.html#inputData">inputData</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#HiveInputFormatFragmenter-org.apache.hawq.pxf.api.utilities.InputData-">HiveInputFormatFragmenter</a></span>(<a href="../../../../../../org/apache/hawq/pxf/api/utilities/InputData.html" title="class in org.apache.hawq.pxf.api.utilities">InputData</a>&nbsp;inputData)</code>
<div class="block">Constructs a HiveInputFormatFragmenter.</div>
</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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/hawq/pxf/api/FragmentsStats.html" title="class in org.apache.hawq.pxf.api">FragmentsStats</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#getFragmentsStats--">getFragmentsStats</a></span>()</code>
<div class="block">Returns statistics for Hive table.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#parseToks-org.apache.hawq.pxf.api.utilities.InputData-java.lang.String...-">parseToks</a></span>(<a href="../../../../../../org/apache/hawq/pxf/api/utilities/InputData.html" title="class in org.apache.hawq.pxf.api.utilities">InputData</a>&nbsp;input,
java.lang.String...&nbsp;supportedSerdes)</code>
<div class="block">Extracts the user data:
serde, partition keys and whether filter was included in fragmenter</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html#toHiveType-org.apache.hawq.pxf.api.io.DataType-java.lang.String-">toHiveType</a></span>(<a href="../../../../../../org/apache/hawq/pxf/api/io/DataType.html" title="enum in org.apache.hawq.pxf.api.io">DataType</a>&nbsp;type,
java.lang.String&nbsp;name)</code>
<div class="block">Converts HAWQ type to hive type.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.hawq.pxf.plugins.hive.HiveDataFragmenter">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.hawq.pxf.plugins.hive.<a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive">HiveDataFragmenter</a></h3>
<code><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html#getFragments--">getFragments</a>, <a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html#makeInputFormat-java.lang.String-org.apache.hadoop.mapred.JobConf-">makeInputFormat</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.hawq.pxf.api.utilities.Plugin">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.hawq.pxf.api.utilities.<a href="../../../../../../org/apache/hawq/pxf/api/utilities/Plugin.html" title="class in org.apache.hawq.pxf.api.utilities">Plugin</a></h3>
<code><a href="../../../../../../org/apache/hawq/pxf/api/utilities/Plugin.html#isThreadSafe--">isThreadSafe</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="TOK_SERDE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOK_SERDE</h4>
<pre>public static final&nbsp;int TOK_SERDE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter.TOK_SERDE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TOK_KEYS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOK_KEYS</h4>
<pre>public static final&nbsp;int TOK_KEYS</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter.TOK_KEYS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TOK_FILTER_DONE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TOK_FILTER_DONE</h4>
<pre>public static final&nbsp;int TOK_FILTER_DONE</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../constant-values.html#org.apache.hawq.pxf.plugins.hive.HiveInputFormatFragmenter.TOK_FILTER_DONE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="HiveInputFormatFragmenter-org.apache.hawq.pxf.api.utilities.InputData-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>HiveInputFormatFragmenter</h4>
<pre>public&nbsp;HiveInputFormatFragmenter(<a href="../../../../../../org/apache/hawq/pxf/api/utilities/InputData.html" title="class in org.apache.hawq.pxf.api.utilities">InputData</a>&nbsp;inputData)</pre>
<div class="block">Constructs a HiveInputFormatFragmenter.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>inputData</code> - all input parameters coming from the client</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="parseToks-org.apache.hawq.pxf.api.utilities.InputData-java.lang.String...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseToks</h4>
<pre>public static&nbsp;java.lang.String[]&nbsp;parseToks(<a href="../../../../../../org/apache/hawq/pxf/api/utilities/InputData.html" title="class in org.apache.hawq.pxf.api.utilities">InputData</a>&nbsp;input,
java.lang.String...&nbsp;supportedSerdes)
throws <a href="../../../../../../org/apache/hawq/pxf/api/UserDataException.html" title="class in org.apache.hawq.pxf.api">UserDataException</a></pre>
<div class="block">Extracts the user data:
serde, partition keys and whether filter was included in fragmenter</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>input</code> - input data from client</dd>
<dd><code>supportedSerdes</code> - supported serde names</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>parsed tokens</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/hawq/pxf/api/UserDataException.html" title="class in org.apache.hawq.pxf.api">UserDataException</a></code> - if user data contains unsupported serde
or wrong number of tokens</dd>
</dl>
</li>
</ul>
<a name="toHiveType-org.apache.hawq.pxf.api.io.DataType-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toHiveType</h4>
<pre>public static&nbsp;java.lang.String&nbsp;toHiveType(<a href="../../../../../../org/apache/hawq/pxf/api/io/DataType.html" title="enum in org.apache.hawq.pxf.api.io">DataType</a>&nbsp;type,
java.lang.String&nbsp;name)</pre>
<div class="block">Converts HAWQ type to hive type. The supported mappings are:<ul>
<li><code>BOOLEAN -&gt; boolean</code></li>
<li><code>SMALLINT -&gt; smallint (tinyint is converted to smallint)</code></li>
<li><code>BIGINT -&gt; bigint</code></li>
<li><code>TIMESTAMP, TIME -&gt; timestamp</code></li>
<li><code>NUMERIC -&gt; decimal</code></li>
<li><code>BYTEA -&gt; binary</code></li>
<li><code>INTERGER -&gt; int</code></li>
<li><code>TEXT -&gt; string</code></li>
<li><code>REAL -&gt; float</code></li>
<li><code>FLOAT8 -&gt; double</code></li>
</ul>
All other types (both in HAWQ and in HIVE) are not supported.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - HAWQ data type</dd>
<dd><code>name</code> - field name</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Hive type</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../../org/apache/hawq/pxf/api/UnsupportedTypeException.html" title="class in org.apache.hawq.pxf.api">UnsupportedTypeException</a></code> - if type is not supported</dd>
</dl>
</li>
</ul>
<a name="getFragmentsStats--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getFragmentsStats</h4>
<pre>public&nbsp;<a href="../../../../../../org/apache/hawq/pxf/api/FragmentsStats.html" title="class in org.apache.hawq.pxf.api">FragmentsStats</a>&nbsp;getFragmentsStats()
throws java.lang.Exception</pre>
<div class="block">Returns statistics for Hive table. Currently it's not implemented.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html#getFragmentsStats--">getFragmentsStats</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveDataFragmenter.html" title="class in org.apache.hawq.pxf.plugins.hive">HiveDataFragmenter</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>default statistics</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if statistics cannot be gathered</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="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/hawq/pxf/plugins/hive/HiveFilterBuilder.html" title="class in org.apache.hawq.pxf.plugins.hive"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.PXF_HIVE_INPUT_FORMATS.html" title="enum in org.apache.hawq.pxf.plugins.hive"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/hawq/pxf/plugins/hive/HiveInputFormatFragmenter.html" target="_top">Frames</a></li>
<li><a href="HiveInputFormatFragmenter.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><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&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 ======= -->
</body>
</html>