Uses of Class
org.apache.flink.types.NullValue
-
Packages that use NullValue Package Description org.apache.flink.api.common.typeutils.base org.apache.flink.api.java.typeutils org.apache.flink.types -
-
Uses of NullValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return NullValue Modifier and Type Method Description NullValueNullValueSerializer. copy(NullValue from)NullValueNullValueSerializer. copy(NullValue from, NullValue reuse)NullValueNullValueSerializer. createInstance()NullValueNullValueSerializer. deserialize(DataInputView source)NullValueNullValueSerializer. deserialize(NullValue reuse, DataInputView source)NullValueNullValueComparator. readWithKeyDenormalization(NullValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type NullValue Modifier and Type Method Description TypeComparator<NullValue>NullValueComparator. duplicate()TypeSerializerSnapshot<NullValue>NullValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type NullValue Modifier and Type Method Description intNullValueComparator. compare(NullValue first, NullValue second)NullValueNullValueSerializer. copy(NullValue from)NullValueNullValueSerializer. copy(NullValue from, NullValue reuse)NullValueNullValueSerializer. deserialize(NullValue reuse, DataInputView source)booleanNullValueComparator. equalToReference(NullValue candidate)intNullValueComparator. hash(NullValue record)voidNullValueComparator. putNormalizedKey(NullValue record, MemorySegment target, int offset, int numBytes)NullValueNullValueComparator. readWithKeyDenormalization(NullValue reuse, DataInputView source)voidNullValueSerializer. serialize(NullValue record, DataOutputView target)voidNullValueComparator. setReference(NullValue toCompare)voidNullValueComparator. writeWithKeyNormalization(NullValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type NullValue Modifier and Type Method Description intNullValueComparator. compareToReference(TypeComparator<NullValue> referencedComparator) -
Uses of NullValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type NullValue Modifier and Type Field Description static ValueTypeInfo<NullValue>ValueTypeInfo. NULL_VALUE_TYPE_INFO -
Uses of NullValue in org.apache.flink.types
Methods in org.apache.flink.types that return NullValue Modifier and Type Method Description NullValueNullValue. copy()static NullValueNullValue. getInstance()Returns the NullValue singleton instance.Methods in org.apache.flink.types with parameters of type NullValue Modifier and Type Method Description intNullValue. compareTo(NullValue o)voidNullValue. copyTo(NullValue target)
-