Interface DatasetSchemaField<T>
-
@PublicEvolving public interface DatasetSchemaField<T>
Field for schema in dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
The name of the field.T
type()
The type of the field.
-