Class ArrayShortArrayConverter

    • Constructor Detail

      • ArrayShortArrayConverter

        public ArrayShortArrayConverter()
    • Method Detail

      • toInternal

        public org.apache.flink.table.data.ArrayData toInternal​(short[] external)
        Description copied from interface: DataStructureConverter
        Converts to internal data structure.

        Note: Parameter must not be null. Output must not be null.

        Specified by:
        toInternal in interface DataStructureConverter<org.apache.flink.table.data.ArrayData,​short[]>
      • toExternal

        public short[] toExternal​(org.apache.flink.table.data.ArrayData internal)
        Description copied from interface: DataStructureConverter
        Converts to external data structure.

        Note: Parameter must not be null. Output must not be null.

        Specified by:
        toExternal in interface DataStructureConverter<org.apache.flink.table.data.ArrayData,​short[]>