Class SqlTypes
java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.SqlTypes
Beam
Schema.LogicalType
s corresponding to SQL data types.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Schema.LogicalType
<LocalDate, Long> Beam LogicalType corresponding to ZetaSQL/CalciteSQL DATE type.static final Schema.LogicalType
<LocalDateTime, Row> Beam LogicalType corresponding to ZetaSQL DATETIME type.static final Schema.LogicalType
<LocalTime, Long> Beam LogicalType corresponding to ZetaSQL/CalciteSQL TIME type.static final Schema.LogicalType
<Instant, Row> Beam LogicalType corresponding to ZetaSQL TIMESTAMP type. -
Method Summary
-
Field Details
-
DATE
Beam LogicalType corresponding to ZetaSQL/CalciteSQL DATE type. -
TIME
Beam LogicalType corresponding to ZetaSQL/CalciteSQL TIME type. -
DATETIME
Beam LogicalType corresponding to ZetaSQL DATETIME type. -
TIMESTAMP
Beam LogicalType corresponding to ZetaSQL TIMESTAMP type.
-