Home
Package
Class
Method
Examples of LongParser
org.apache.flink.types.parser.LongParser
Parses a decimal text field into a LongValue. Only characters '1' to '0' and '-' are allowed.
Examples of
org.apache.flink.types.parser.LongParser
48
49
50
51
52
53
54
}
;
}
@Override
public
FieldParser<Long> getParser
() {
return new
LongParser
()
;
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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
.