Sha256: 2aac104f33339053cb65f423d747637c4d2ef900c2b00e9717ada5062a7c71e0
Contents?: true
Size: 380 Bytes
Versions: 75
Compression:
Stored size: 380 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; }
Version data entries
75 entries across 75 versions & 1 rubygems