Package | Description |
---|---|
org.apache.flink.api.java.functions | |
org.apache.flink.api.java.typeutils | |
org.apache.flink.formats.avro.typeutils |
Modifier and Type | Method and Description |
---|---|
static SingleInputSemanticProperties |
SemanticPropUtil.createProjectionPropertiesSingle(int[] fields,
CompositeType<?> inType) |
Modifier and Type | Class and Description |
---|---|
class |
PojoTypeInfo<T>
TypeInformation for "Java Beans"-style types.
|
class |
RowTypeInfo
TypeInformation for Row . |
class |
TupleTypeInfo<T extends Tuple>
A
TypeInformation for the tuple types of the Java API. |
class |
TupleTypeInfoBase<T> |
Modifier and Type | Class and Description |
---|---|
class |
AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase>
Special type information to generate a special AvroTypeInfo for Avro POJOs (implementing SpecificRecordBase, the typed Avro POJOs)
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.