Home
Package
Class
Method
Package
org
.
apache
.
flink
.
types
.
parser
Examples of org.apache.flink.types.parser.LongParser
org.apache.flink.types.parser.LongParser
Parses a decimal text field into a LongValue. Only characters '1' to '0' and '-' are allowed.
48
49
50
51
52
53
54
}
;
}
@Override
public
FieldParser<Long> getParser
() {
return new
LongParser
()
;
}
View Full Code Here
TOP
Related Classes of org.apache.flink.types.parser.LongParser
org.apache.flink.types.parser.LongParserTest
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.