Long# class swordfish._swordfishcpp.Long(data: int)# class swordfish._swordfishcpp.Long Represents a Swordfish Long object, initialized optionally with a Python int value. Examples:>>> import swordfish as sf >>> sf.data.Long() Long(null) >>> sf.data.Long(123) Long(123) NULL_VALUE: Long#