Sha256: 0b6708b90d8da0e721f43cc1d2765cceda80b262fa4968af1cb5c01259ac0061
Contents?: true
Size: 436 Bytes
Versions: 80
Compression:
Stored size: 436 Bytes
Contents
package org.embulk.spi.type; public class Types { public static final BooleanType BOOLEAN = BooleanType.BOOLEAN; public static final LongType LONG = LongType.LONG; public static final DoubleType DOUBLE = DoubleType.DOUBLE; public static final StringType STRING = StringType.STRING; public static final TimestampType TIMESTAMP = TimestampType.TIMESTAMP; public static final JsonType JSON = JsonType.JSON; }
Version data entries
80 entries across 80 versions & 1 rubygems