Class S3SelectPushdown


  • public final class S3SelectPushdown
    extends Object
    S3SelectPushdown uses Amazon S3 Select to push down queries to Amazon S3. This allows Presto to retrieve only a subset of data rather than retrieving the full S3 object thus improving Presto query performance.
    • Method Detail

      • isCompressionCodecSupported

        public static boolean isCompressionCodecSupported​(org.apache.hadoop.mapred.InputFormat<?,​?> inputFormat,
                                                          org.apache.hadoop.fs.Path path)