Home
Package
Class
Method
Examples of ShortParser
org.apache.flink.types.parser.ShortParser
Parses a decimal text field into a {@link Short}. Only characters '1' to '0' and '-' are allowed. The parser does not check for the maximum value.
Examples of
org.apache.flink.types.parser.ShortParser
47
48
49
50
51
52
53
}
;
}
@Override
public
FieldParser<Short> getParser
() {
return new
ShortParser
()
;
}
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
.