Column.Between(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the current column is between the lower bound and upper bound, inclusive.
public Microsoft.Spark.Sql.Column Between (object lowerBound, object upperBound);
member this.Between : obj * obj -> Microsoft.Spark.Sql.Column
Public Function Between (lowerBound As Object, upperBound As Object) As Column
Parameters
- lowerBound
- Object
The lower bound
- upperBound
- Object
The upper bound
Returns
New column after applying the between method