Uses of Class
org.apache.flink.types.parser.FieldParser
-
Packages that use FieldParser Package Description org.apache.flink.api.common.io org.apache.flink.types.parser -
-
Uses of FieldParser in org.apache.flink.api.common.io
Methods in org.apache.flink.api.common.io that return FieldParser Modifier and Type Method Description protected FieldParser<?>[]GenericCsvInputFormat. getFieldParsers() -
Uses of FieldParser in org.apache.flink.types.parser
Subclasses of FieldParser in org.apache.flink.types.parser Modifier and Type Class Description classBigDecParserParses a text field into aBigDecimal.classBigIntParserParses a text field into aBigInteger.classBooleanParserclassBooleanValueParserclassByteParserclassByteValueParserParses a decimal text field into aByteValue.classDoubleParserParses a text field into a Double.classDoubleValueParserParses a text field into a DoubleValue.classFloatParserParses a text field into aFloat.classFloatValueParserParses a text field into aFloatValueclassIntParserParses a decimal text field into a IntValue.classIntValueParserParses a decimal text field into a IntValue.classLongParserParses a decimal text field into a LongValue.classLongValueParserParses a decimal text field into a LongValue.classShortParserParses a decimal text field into aShort.classShortValueParserParses a decimal text field into aShortValue.classSqlDateParserParses a text field into aDate.classSqlTimeParserParses a text field into aTime.classSqlTimestampParserParses a text field into aTimestamp.classStringParserConverts a variable length field of a byte array into aString.classStringValueParserConverts a variable length field of a byte array into aStringValue.Methods in org.apache.flink.types.parser that return types with arguments of type FieldParser Modifier and Type Method Description static <T> Class<FieldParser<T>>FieldParser. getParserForType(Class<T> type)Gets the parser for the type specified by the given class.
-