Package | Description |
---|---|
org.apache.flink.api.common.io | |
org.apache.flink.types.parser |
Modifier and Type | Method and Description |
---|---|
protected FieldParser<?>[] |
GenericCsvInputFormat.getFieldParsers() |
Modifier and Type | Class and Description |
---|---|
class |
BigDecParser
Parses a text field into a
BigDecimal . |
class |
BigIntParser
Parses a text field into a
BigInteger . |
class |
BooleanParser |
class |
BooleanValueParser |
class |
ByteParser |
class |
ByteValueParser
Parses a decimal text field into a
ByteValue . |
class |
DoubleParser
Parses a text field into a Double.
|
class |
DoubleValueParser
Parses a text field into a DoubleValue.
|
class |
FloatParser
Parses a text field into a
Float . |
class |
FloatValueParser
Parses a text field into a
FloatValue |
class |
IntParser
Parses a decimal text field into a IntValue.
|
class |
IntValueParser
Parses a decimal text field into a IntValue.
|
class |
LongParser
Parses a decimal text field into a LongValue.
|
class |
LongValueParser
Parses a decimal text field into a LongValue.
|
class |
ShortParser
Parses a decimal text field into a
Short . |
class |
ShortValueParser
Parses a decimal text field into a
ShortValue . |
class |
SqlDateParser
Parses a text field into a
Date . |
class |
SqlTimeParser
Parses a text field into a
Time . |
class |
SqlTimestampParser
Parses a text field into a
Timestamp . |
class |
StringParser
Converts a variable length field of a byte array into a
String . |
class |
StringValueParser
Converts a variable length field of a byte array into a
StringValue . |
Modifier and Type | Method and Description |
---|---|
static <T> Class<FieldParser<T>> |
FieldParser.getParserForType(Class<T> type)
Gets the parser for the type specified by the given class.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.