JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.flink.streaming.api.lineage
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.
Method Details
name
String
name
()
The name of the field.
type
T
type
()
The type of the field.