risingwave_connector::source::base

Type Alias DataType

source
pub type DataType = DataType;

Aliased Type§

enum DataType {
Show 20 variants Boolean, Int16, Int32, Int64, Float32, Float64, Decimal, Date, Varchar, Time, Timestamp, Timestamptz, Interval, Struct(StructType), List(Box<DataType>), Bytea, Jsonb, Serial, Int256, Map(MapType),
}

Variants§

§

Boolean

§

Int16

§

Int32

§

Int64

§

Float32

§

Float64

§

Decimal

§

Date

§

Varchar

§

Time

§

Timestamp

§

Timestamptz

§

Interval

§

Struct(StructType)

§

List(Box<DataType>)

§

Bytea

§

Jsonb

§

Serial

§

Int256

§

Map(MapType)