aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
diff options
context:
space:
mode:
authorJacques Nadeau <jacques@apache.org>2014-06-04 15:43:29 -0700
committerJacques Nadeau <jacques@apache.org>2014-06-04 16:38:42 -0700
commitcec3fa559bab9a1378fc17b96294373325db72c1 (patch)
treecfc1df66e980a8539956432fe672e074785e0fa8 /exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
parent69e5d68640f45f60c1b47e187731c84eb9d90775 (diff)
Update projection pushdown so that it rewrites row type of scan.
Diffstat (limited to 'exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java')
-rw-r--r--exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java b/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
index e702c9ccc..bdab07f17 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
@@ -97,6 +97,8 @@ public abstract class EasyFormatPlugin<T extends FormatPluginConfig> implements
return name;
}
+ public abstract boolean supportsPushDown();
+
/**
* Whether or not you can split the format based on blocks within file boundaries. If not, the simple format engine will
* only split on file boundaries.