Examples of FileGroupScan


Examples of org.apache.drill.exec.physical.base.FileGroupScan

    if (origSelection == newSelection) {
      return; // no directory filter was pushed down
    }

    try {
      FileGroupScan fgscan = ((FileGroupScan)scanRel.getGroupScan()).clone(newSelection.getSelection());
      PartitionPruningUtil.rewritePlan(call, filterRel, projectRel, scanRel, fgscan, builder);
    } catch (IOException 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.