Interface SchemaFieldConfig.Builder
- Enclosing class:
SchemaFieldConfig
public static interface SchemaFieldConfig.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondtype(ColumnType dtype) Set the dtype of thisSchemaFieldConfiginstance.
-
Method Details
-
dtype
Set the dtype of thisSchemaFieldConfiginstance.- Parameters:
dtype- The data type of the column. Supports base types (string, numeric, date, time) and extended types (e.g., Boolean, Integer, Timestamp). Extended types are mapped to corresponding base types internally. Case-insensitive.- Returns:
- The SchemaFieldConfig instance.
-