| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.api.table.catalog |
| 限定符和类型 | 方法和说明 |
|---|---|
static PhysicalColumn |
PhysicalColumn.of(String name,
SeaTunnelDataType<?> dataType,
Integer columnLength,
boolean nullable,
Object defaultValue,
String comment) |
static PhysicalColumn |
PhysicalColumn.of(String name,
SeaTunnelDataType<?> dataType,
Integer columnLength,
boolean nullable,
Object defaultValue,
String comment,
String sourceType,
boolean isUnsigned,
boolean isZeroFill,
Long bitLen,
Map<String,Object> options,
Long longColumnLength) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.