MaxBinarySize
- Last Updated: January 23, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
Purpose
Specifies the maximum length, in bytes, of fields of the Binary data type when described by the driver through result set descriptions and metadata methods. If a field exceeds the specified length, the driver truncates that field.
Valid Values
x
where:
- x
- is a positive integer that represents the maximum size of fields of the BINARY data type.
Data Source Method
setMaxBinarySize
Default
2147483647
Data Type
Int