public class RecordTypeInfo extends TypeInformation<Record>
| Constructor and Description |
|---|
RecordTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
TypeSerializer<Record> |
createSerializer() |
boolean |
equals(Object obj) |
int |
getArity() |
int |
getTotalFields() |
Class<Record> |
getTypeClass() |
int |
hashCode() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
String |
toString() |
public boolean isBasicType()
isBasicType in class TypeInformation<Record>public boolean isTupleType()
isTupleType in class TypeInformation<Record>public int getArity()
getArity in class TypeInformation<Record>public int getTotalFields()
getTotalFields in class TypeInformation<Record>public Class<Record> getTypeClass()
getTypeClass in class TypeInformation<Record>public boolean isKeyType()
isKeyType in class TypeInformation<Record>public TypeSerializer<Record> createSerializer()
createSerializer in class TypeInformation<Record>Copyright © 2015 The Apache Software Foundation. All rights reserved.