Interface TypeDatasetFacet

All Superinterfaces:
org.apache.flink.streaming.api.lineage.LineageDatasetFacet
All Known Implementing Classes:
DefaultTypeDatasetFacet

@PublicEvolving public interface TypeDatasetFacet extends org.apache.flink.streaming.api.lineage.LineageDatasetFacet
Facet definition to contain type information of source and sink.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.api.common.typeinfo.TypeInformation
     

    Methods inherited from interface org.apache.flink.streaming.api.lineage.LineageDatasetFacet

    name
  • Method Details

    • getTypeInformation

      org.apache.flink.api.common.typeinfo.TypeInformation getTypeInformation()