SYMBOL INDEX (95 symbols across 26 files) FILE: ddl-tpcds/bin_partitioned/catalog_returns.sql type catalog_returns (line 6) | create table catalog_returns FILE: ddl-tpcds/bin_partitioned/catalog_sales.sql type catalog_sales (line 6) | create table catalog_sales FILE: ddl-tpcds/bin_partitioned/store_returns.sql type store_returns (line 6) | create table store_returns FILE: ddl-tpcds/bin_partitioned/store_sales.sql type store_sales (line 6) | create table store_sales FILE: ddl-tpcds/bin_partitioned/web_returns.sql type web_returns (line 6) | create table web_returns FILE: ddl-tpcds/bin_partitioned/web_sales.sql type web_sales (line 6) | create table web_sales FILE: ddl-tpcds/text/alltables.sql type store_sales (line 6) | create external table if not exists store_sales( type store_returns (line 38) | create external table if not exists store_returns( type catalog_sales (line 67) | create external table if not exists catalog_sales( type catalog_returns (line 110) | create external table if not exists catalog_returns( type web_sales (line 146) | create external table if not exists web_sales( type web_returns (line 189) | create external table if not exists web_returns( type inventory (line 222) | create external table if not exists inventory( type store (line 234) | create external table if not exists store( type call_center (line 272) | create external table if not exists call_center( type catalog_page (line 312) | create external table if not exists catalog_page( type web_site (line 330) | create external table if not exists web_site( type web_page (line 365) | create external table if not exists web_page( type warehouse (line 388) | create external table if not exists warehouse( type customer (line 411) | create external table if not exists customer( type customer_address (line 438) | create external table if not exists customer_address( type customer_demographics (line 460) | create external table if not exists customer_demographics( type date_dim (line 478) | create external table if not exists date_dim( type household_demographics (line 515) | create external table if not exists household_demographics( type item (line 529) | create external table if not exists item( type income_band (line 560) | create external table if not exists income_band( type promotion (line 571) | create external table if not exists promotion( type reason (line 599) | create external table if not exists reason( type ship_mode (line 611) | create external table if not exists ship_mode( type time_dim (line 626) | create external table if not exists time_dim( FILE: ddl-tpch/bin_flat/alltables.sql type lineitem (line 5) | create external table lineitem type part (line 26) | create external table part (P_PARTKEY BIGINT, type supplier (line 39) | create external table supplier (S_SUPPKEY BIGINT, type partsupp (line 50) | create external table partsupp (PS_PARTKEY BIGINT, type nation (line 59) | create external table nation (N_NATIONKEY BIGINT, type region (line 67) | create external table region (R_REGIONKEY BIGINT, type customer (line 74) | create external table customer (C_CUSTKEY BIGINT, type orders (line 86) | create external table orders (O_ORDERKEY BIGINT, FILE: ddl-tpch/bin_partitioned/customer.sql type customer (line 6) | create table customer FILE: ddl-tpch/bin_partitioned/lineitem.sql type lineitem (line 6) | create table lineitem FILE: ddl-tpch/bin_partitioned/nation.sql type nation (line 6) | create table nation FILE: ddl-tpch/bin_partitioned/orders.sql type orders (line 6) | create table orders (O_ORDERKEY BIGINT, FILE: ddl-tpch/bin_partitioned/part.sql type part (line 6) | create table part FILE: ddl-tpch/bin_partitioned/partsupp.sql type partsupp (line 6) | create table partsupp FILE: ddl-tpch/bin_partitioned/region.sql type region (line 6) | create table region FILE: ddl-tpch/bin_partitioned/supplier.sql type supplier (line 6) | create table supplier FILE: sample-queries-tpch/tpch_query11.sql type q11_part_tmp_cached (line 4) | create view q11_part_tmp_cached as type q11_sum_tmp_cached (line 18) | create view q11_sum_tmp_cached as FILE: sample-queries-tpch/tpch_query15.sql type revenue_cached (line 4) | create view revenue_cached as type max_revenue_cached (line 15) | create view max_revenue_cached as FILE: sample-queries-tpch/tpch_query18.sql type q18_tmp_cached (line 4) | create view q18_tmp_cached as type q18_large_volume_customer_cached (line 15) | create table q18_large_volume_customer_cached as FILE: sample-queries-tpch/tpch_query2.sql type q2_min_ps_supplycost (line 2) | create view q2_min_ps_supplycost as FILE: sample-queries-tpch/tpch_query21.sql type l3 (line 3) | create temporary table l3 stored as orc as FILE: sample-queries-tpch/tpch_query22.sql type q22_customer_tmp_cached (line 5) | create view if not exists q22_customer_tmp_cached as type q22_customer_tmp1_cached (line 21) | create view if not exists q22_customer_tmp1_cached as type q22_orders_tmp_cached (line 29) | create view if not exists q22_orders_tmp_cached as FILE: tpcds-gen/src/main/java/org/notmysock/tpcds/GenTable.java class GenTable (line 25) | public class GenTable extends Configured implements Tool { method main (line 26) | public static void main(String[] args) throws Exception { method run (line 32) | @Override method copyJar (line 113) | public Path copyJar(File jar) throws Exception { method genInput (line 132) | public Path genInput(String table, int scale, int parallel) throws Exc... method readToString (line 149) | static String readToString(InputStream in) throws IOException { class DSDGen (line 163) | static final class DSDGen extends Mapper { method setup (line 165) | protected void setup(Context context) throws IOException { method cleanup (line 168) | protected void cleanup(Context context) throws IOException, Interrup... method map (line 171) | protected void map(LongWritable offset, Text command, Mapper.Context... FILE: tpch-gen/ddl/orc.sql type lineitem (line 4) | create table if not exists lineitem type part (line 24) | create table if not exists part (P_PARTKEY INT, type supplier (line 36) | create table if not exists supplier (S_SUPPKEY BIGINT, type partsupp (line 46) | create table if not exists partsupp (PS_PARTKEY BIGINT, type nation (line 54) | create table if not exists nation (N_NATIONKEY INT, type region (line 61) | create table if not exists region (R_REGIONKEY INT, type customer (line 67) | create table if not exists customer (C_CUSTKEY BIGINT, type orders (line 78) | create table if not exists orders (O_ORDERKEY BIGINT, FILE: tpch-gen/ddl/text.sql type lineitem (line 1) | create external table lineitem type part (line 21) | create external table part (P_PARTKEY BIGINT, type supplier (line 33) | create external table supplier (S_SUPPKEY BIGINT, type partsupp (line 43) | create external table partsupp (PS_PARTKEY BIGINT, type nation (line 51) | create external table nation (N_NATIONKEY INT, type region (line 58) | create external table region (R_REGIONKEY INT, type customer (line 64) | create external table customer (C_CUSTKEY BIGINT, type orders (line 75) | create external table orders (O_ORDERKEY BIGINT, FILE: tpch-gen/src/main/java/org/notmysock/tpch/GenTable.java class GenTable (line 26) | public class GenTable extends Configured implements Tool { type TableMappings (line 28) | private static enum TableMappings { method TableMappings (line 47) | TableMappings(String option) { method main (line 52) | public static void main(String[] args) throws Exception { method run (line 58) | @Override method copyJar (line 148) | public Path copyJar(File jar) throws Exception { method genInput (line 167) | public Path genInput(String table, int scale, int parallel) throws Exc... method readToString (line 184) | static String readToString(InputStream in) throws IOException { class dbgen (line 198) | static final class dbgen extends Mapper { method setup (line 200) | protected void setup(Context context) throws IOException { method cleanup (line 203) | protected void cleanup(Context context) throws IOException, Interrup... method map (line 206) | protected void map(LongWritable offset, Text command, Mapper.Context...