Class EstimateOrcAvgWidthVisitor


  • public class EstimateOrcAvgWidthVisitor
    extends OrcSchemaVisitor<java.lang.Integer>
    • Constructor Detail

      • EstimateOrcAvgWidthVisitor

        public EstimateOrcAvgWidthVisitor()
    • Method Detail

      • record

        public java.lang.Integer record​(org.apache.orc.TypeDescription record,
                                        java.util.List<java.lang.String> names,
                                        java.util.List<java.lang.Integer> fieldWidths)
        Overrides:
        record in class OrcSchemaVisitor<java.lang.Integer>
      • list

        public java.lang.Integer list​(org.apache.orc.TypeDescription array,
                                      java.lang.Integer elementWidth)
        Overrides:
        list in class OrcSchemaVisitor<java.lang.Integer>
      • map

        public java.lang.Integer map​(org.apache.orc.TypeDescription map,
                                     java.lang.Integer keyWidth,
                                     java.lang.Integer valueWidth)
        Overrides:
        map in class OrcSchemaVisitor<java.lang.Integer>
      • primitive

        public java.lang.Integer primitive​(org.apache.orc.TypeDescription primitive)
        Overrides:
        primitive in class OrcSchemaVisitor<java.lang.Integer>