Index

C I O R S T V 
All Classes and Interfaces|All Packages|Serialized Form

C

convert(From, C) - Method in interface org.apache.flink.formats.common.Converter
Converts elements of type From into elements of type To.
Converter<From,To,C> - Interface in org.apache.flink.formats.common
A generic interface for converting data types.

I

ISO_8601 - Enum constant in enum org.apache.flink.formats.common.TimestampFormat
Options to specify TIMESTAMP/TIMESTAMP_WITH_LOCAL_ZONE format.
ISO8601_TIMESTAMP_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for ISO8601 string representation of a timestamp value (without UTC timezone).
ISO8601_TIMESTAMP_WITH_LOCAL_TIMEZONE_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for ISO8601 string representation of a timestamp value (with UTC timezone).

O

org.apache.flink.formats.common - package org.apache.flink.formats.common
 

R

RFC3339_TIME_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for RFC 3339-compliant string representation of a time value.
RFC3339_TIMESTAMP_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for RFC 3339-compliant string representation of a timestamp value (with UTC timezone).

S

SQL - Enum constant in enum org.apache.flink.formats.common.TimestampFormat
Options to specify TIMESTAMP/TIMESTAMP_WITH_LOCAL_ZONE format.
SQL_TIME_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for SQL string representation of a time value.
SQL_TIMESTAMP_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for SQL string representation of a timestamp value (without UTC timezone).
SQL_TIMESTAMP_WITH_LOCAL_TIMEZONE_FORMAT - Static variable in class org.apache.flink.formats.common.TimeFormats
Formatter for SQL string representation of a timestamp value (with UTC timezone).

T

TimeFormats - Class in org.apache.flink.formats.common
Time formats and timestamp formats respecting the RFC3339 specification, ISO-8601 specification and SQL specification.
TimestampFormat - Enum in org.apache.flink.formats.common
Timestamp format Enums.

V

valueOf(String) - Static method in enum org.apache.flink.formats.common.TimestampFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.formats.common.TimestampFormat
Returns an array containing the constants of this enum type, in the order they are declared.
C I O R S T V 
All Classes and Interfaces|All Packages|Serialized Form