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 target column. Supported types are ['string', 'numeric', 'date'].- Returns:
- The SchemaFieldConfig instance.
-