Uses of Package
org.apache.flink.table.types.logical
-
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.api Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.catalog Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.connector Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.connector.sink Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.connector.source Class Description LogicalType A logical type that describes the data type of a value.RowType Logical type of a sequence of fields. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.data Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.data.binary Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.legacy.types.logical Class Description LogicalType A logical type that describes the data type of a value.LogicalTypeVisitor The visitor definition ofLogicalType.RawType Logical type of an arbitrary serialized type. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.inference Class Description LogicalType A logical type that describes the data type of a value.LogicalTypeFamily An enumeration of logical type families for clusteringLogicalTypeRoots into categories.LogicalTypeRoot An enumeration of logical type roots containing static information about logical data types.StructuredType.StructuredComparison Defines equality properties for scalar evaluation. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.inference.strategies Class Description LogicalTypeFamily An enumeration of logical type families for clusteringLogicalTypeRoots into categories.LogicalTypeRoot An enumeration of logical type roots containing static information about logical data types.StructuredType.StructuredComparison Defines equality properties for scalar evaluation.TimestampKind Internal timestamp kind for attaching time attribute metadata to timestamps with or without a time zone. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.inference.transforms Class Description LogicalTypeRoot An enumeration of logical type roots containing static information about logical data types. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.logical Class Description ArrayType Logical type of an array of elements with same subtype.BigIntType Logical type of an 8-byte signed integer with values from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.BinaryType Logical type of a fixed-length binary string (=a sequence of bytes).BooleanType Logical type of a boolean with a (possibly) three-valued logic ofTRUE, FALSE, UNKNOWN.CharType Logical type of a fixed-length character string.DateType Logical type of a date consisting ofyear-month-daywith values ranging from0000-01-01to9999-12-31.DayTimeIntervalType Logical type for a group of day-time interval types.DayTimeIntervalType.DayTimeResolution Supported resolutions of this type.DecimalType Logical type of a decimal number with fixed precision and scale.DescriptorType Logical type for describing an arbitrary, unvalidated list of columns.DistinctType Logical type of a user-defined distinct type.DistinctType.Builder A builder for aDistinctType.DoubleType Logical type of an 8-byte double precision floating point number.FloatType Logical type of a 4-byte single precision floating point number.IntType Logical type of a 4-byte signed integer with values from -2,147,483,648 to 2,147,483,647.LocalZonedTimestampType Logical type of a timestamp WITH LOCAL time zone consisting ofyear-month-day hour:minute:second[.fractional] zonewith up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000 +14:59to9999-12-31 23:59:59.999999999 -14:59.LogicalType A logical type that describes the data type of a value.LogicalTypeFamily An enumeration of logical type families for clusteringLogicalTypeRoots into categories.LogicalTypeRoot An enumeration of logical type roots containing static information about logical data types.LogicalTypeVisitor The visitor definition ofLogicalType.MapType Logical type of an associative array that maps keys (includingNULL) to values (includingNULL).MultisetType Logical type of a multiset (=bag).NullType Logical type for representing untypedNULLvalues.RawType Logical type of an arbitrary serialized type.RowType Logical type of a sequence of fields.RowType.RowField Describes a field of aRowType.SmallIntType Logical type of a 2-byte signed integer with values from -32,768 to 32,767.StructuredType Logical type of a user-defined object structured type.StructuredType.Builder A builder for aStructuredType.StructuredType.StructuredAttribute Defines an attribute of aStructuredType.StructuredType.StructuredComparison Defines equality properties for scalar evaluation.SymbolType Logical type for representing symbol values.TimestampKind Internal timestamp kind for attaching time attribute metadata to timestamps with or without a time zone.TimestampType Logical type of a timestamp WITHOUT time zone consisting ofyear-month-day hour:minute:second[.fractional]with up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000to9999-12-31 23:59:59.999999999.TimeType Logical type of a time WITHOUT time zone consisting ofhour:minute:second[.fractional]with up to nanosecond precision and values ranging from00:00:00.000000000to23:59:59.999999999.TinyIntType Logical type of a 1-byte signed integer with values from -128 to 127.UserDefinedType Logical type of a user-defined representation for one or more built-in types.VarBinaryType Logical type of a variable-length binary string (=a sequence of bytes).VarCharType Logical type of a variable-length character string.VariantType Data type of semi-structured data.YearMonthIntervalType Logical type for a group of year-month interval types.YearMonthIntervalType.YearMonthResolution Supported resolutions of this type.ZonedTimestampType Logical type of a timestamp WITH time zone consisting ofyear-month-day hour:minute:second[.fractional] zonewith up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000 +14:59to9999-12-31 23:59:59.999999999 -14:59. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.logical.utils Class Description ArrayType Logical type of an array of elements with same subtype.BigIntType Logical type of an 8-byte signed integer with values from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.BinaryType Logical type of a fixed-length binary string (=a sequence of bytes).BooleanType Logical type of a boolean with a (possibly) three-valued logic ofTRUE, FALSE, UNKNOWN.CharType Logical type of a fixed-length character string.DateType Logical type of a date consisting ofyear-month-daywith values ranging from0000-01-01to9999-12-31.DayTimeIntervalType Logical type for a group of day-time interval types.DecimalType Logical type of a decimal number with fixed precision and scale.DistinctType Logical type of a user-defined distinct type.DoubleType Logical type of an 8-byte double precision floating point number.FloatType Logical type of a 4-byte single precision floating point number.IntType Logical type of a 4-byte signed integer with values from -2,147,483,648 to 2,147,483,647.LocalZonedTimestampType Logical type of a timestamp WITH LOCAL time zone consisting ofyear-month-day hour:minute:second[.fractional] zonewith up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000 +14:59to9999-12-31 23:59:59.999999999 -14:59.LogicalType A logical type that describes the data type of a value.LogicalTypeVisitor The visitor definition ofLogicalType.MapType Logical type of an associative array that maps keys (includingNULL) to values (includingNULL).MultisetType Logical type of a multiset (=bag).NullType Logical type for representing untypedNULLvalues.RawType Logical type of an arbitrary serialized type.RowType Logical type of a sequence of fields.SmallIntType Logical type of a 2-byte signed integer with values from -32,768 to 32,767.StructuredType Logical type of a user-defined object structured type.StructuredType.StructuredComparison Defines equality properties for scalar evaluation.SymbolType Logical type for representing symbol values.TimestampType Logical type of a timestamp WITHOUT time zone consisting ofyear-month-day hour:minute:second[.fractional]with up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000to9999-12-31 23:59:59.999999999.TimeType Logical type of a time WITHOUT time zone consisting ofhour:minute:second[.fractional]with up to nanosecond precision and values ranging from00:00:00.000000000to23:59:59.999999999.TinyIntType Logical type of a 1-byte signed integer with values from -128 to 127.VarBinaryType Logical type of a variable-length binary string (=a sequence of bytes).VarCharType Logical type of a variable-length character string.YearMonthIntervalType Logical type for a group of year-month interval types.ZonedTimestampType Logical type of a timestamp WITH time zone consisting ofyear-month-day hour:minute:second[.fractional] zonewith up to nanosecond precision and values ranging from0000-01-01 00:00:00.000000000 +14:59to9999-12-31 23:59:59.999999999 -14:59. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.types.utils Class Description LogicalType A logical type that describes the data type of a value. -
Classes in org.apache.flink.table.types.logical used by org.apache.flink.table.utils Class Description LogicalType A logical type that describes the data type of a value.