Uses of Class
org.apache.flink.types.variant.VariantTypeException
-
Packages that use VariantTypeException Package Description org.apache.flink.types.variant -
-
Uses of VariantTypeException in org.apache.flink.types.variant
Fields in org.apache.flink.types.variant declared as VariantTypeException Modifier and Type Field Description static VariantTypeExceptionBinaryVariantInternalBuilder. VARIANT_DUPLICATE_KEY_EXCEPTIONstatic VariantTypeExceptionBinaryVariantInternalBuilder. VARIANT_SIZE_LIMIT_EXCEPTIONMethods in org.apache.flink.types.variant that throw VariantTypeException Modifier and Type Method Description ObjectBinaryVariant. get()ObjectVariant. get()Get the scalar value of variant.<T> TBinaryVariant. getAs()<T> TVariant. getAs()Get the scalar value of variant.booleanBinaryVariant. getBoolean()booleanVariant. getBoolean()Get the scalar value of variant as boolean, if the variant type isVariant.Type.BOOLEAN.byteBinaryVariant. getByte()byteVariant. getByte()Get the scalar value of variant as byte, if the variant type isVariant.Type.TINYINT.byte[]BinaryVariant. getBytes()byte[]Variant. getBytes()Get the scalar value of variant as byte array, if the variant type isVariant.Type.BYTES.LocalDateBinaryVariant. getDate()LocalDateVariant. getDate()Get the scalar value of variant as LocalDate, if the variant type isVariant.Type.DATE.LocalDateTimeBinaryVariant. getDateTime()LocalDateTimeVariant. getDateTime()Get the scalar value of variant as LocalDateTime, if the variant type isVariant.Type.TIMESTAMP.BigDecimalBinaryVariant. getDecimal()BigDecimalVariant. getDecimal()Get the scalar value of variant as BigDecimal, if the variant type isVariant.Type.DECIMAL.doubleBinaryVariant. getDouble()doubleVariant. getDouble()Get the scalar value of variant as double, if the variant type isVariant.Type.DOUBLE.VariantBinaryVariant. getElement(int index)VariantVariant. getElement(int index)Access value of the specified element of an array variant.VariantBinaryVariant. getField(String fieldName)VariantVariant. getField(String fieldName)Access value of the specified field of an object variant.floatBinaryVariant. getFloat()floatVariant. getFloat()Get the scalar value of variant as float, if the variant type isVariant.Type.FLOAT.InstantBinaryVariant. getInstant()InstantVariant. getInstant()Get the scalar value of variant as Instant, if the variant type isVariant.Type.TIMESTAMP.intBinaryVariant. getInt()intVariant. getInt()Get the scalar value of variant as int, if the variant type isVariant.Type.INT.longBinaryVariant. getLong()longVariant. getLong()Get the scalar value of variant as long, if the variant type isVariant.Type.BIGINT.shortBinaryVariant. getShort()shortVariant. getShort()Get the scalar value of variant as short, if the variant type isVariant.Type.SMALLINT.StringBinaryVariant. getString()StringVariant. getString()Get the scalar value of variant as string, if the variant type isVariant.Type.STRING.
-