Interface KastOutputTag
-
- All Superinterfaces:
Serializable
public interface KastOutputTag extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Getter for Idorg.apache.avro.SchemagetSchema()Getter for Schema
-
-
-
Method Detail
-
getId
String getId()
Getter for Id- Returns:
- the output tag Id
-
getSchema
org.apache.avro.Schema getSchema()
Getter for Schema- Returns:
- the output tag schema
-
-