Interface DatasetSchemaFacet
-
- All Superinterfaces:
LineageDatasetFacet
@PublicEvolving public interface DatasetSchemaFacet extends LineageDatasetFacet
Builtin schema facet for dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Map<String,DatasetSchemaField<T>>fields()-
Methods inherited from interface org.apache.flink.streaming.api.lineage.LineageDatasetFacet
name
-
-
-
-
Method Detail
-
fields
<T> Map<String,DatasetSchemaField<T>> fields()
-
-