Examples of HiveScan


Examples of org.apache.drill.exec.store.hive.HiveScan

    if (origReadEntry == newReadEntry) {
      return; // no directory filter was pushed down
    }

    try {
      HiveScan oldScan = (HiveScan) scanRel.getGroupScan();
      HiveScan hiveScan = new HiveScan(newReadEntry, oldScan.storagePlugin, oldScan.columns);
      PartitionPruningUtil.rewritePlan(call, filterRel, projectRel, scanRel, hiveScan, builder);
    } catch (ExecutionSetupException e) {
      throw new DrillRuntimeException(e);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.