Class LogicalTypeAnnotation.IntLogicalTypeAnnotation

    • Method Detail

      • toOriginalType

        @Private
        public OriginalType toOriginalType()
        Description copied from class: LogicalTypeAnnotation
        Convert this logical type to old logical type representation in parquet-mr (if there's any). Those logical type implementations, which don't have a corresponding mapping should return null.
        Specified by:
        toOriginalType in class LogicalTypeAnnotation
        Returns:
        the OriginalType representation of the new logical type, or null if there's none
      • typeParametersAsString

        protected String typeParametersAsString()
      • getBitWidth

        public int getBitWidth()
      • isSigned

        public boolean isSigned()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object