public class SqlTypes
extends java.lang.Object
Schema.LogicalType
s corresponding to SQL data types.Modifier and Type | Field and Description |
---|---|
static Schema.LogicalType<java.time.LocalDate,java.lang.Long> |
DATE
Beam LogicalType corresponding to ZetaSQL/CalciteSQL DATE type.
|
static Schema.LogicalType<java.time.LocalDateTime,Row> |
DATETIME
Beam LogicalType corresponding to ZetaSQL DATETIME type.
|
static Schema.LogicalType<java.time.LocalTime,java.lang.Long> |
TIME
Beam LogicalType corresponding to ZetaSQL/CalciteSQL TIME type.
|
static Schema.LogicalType<java.time.Instant,Row> |
TIMESTAMP
Beam LogicalType corresponding to ZetaSQL TIMESTAMP type.
|
public static final Schema.LogicalType<java.time.LocalDate,java.lang.Long> DATE
public static final Schema.LogicalType<java.time.LocalTime,java.lang.Long> TIME
public static final Schema.LogicalType<java.time.LocalDateTime,Row> DATETIME
public static final Schema.LogicalType<java.time.Instant,Row> TIMESTAMP