Represents the Bson Binary type
Represents the Bson Binary type
the name of the field
if the field is nullable
the StructField containing a Bson Binary value.
UDF.binary and UDF.binaryWithSubType for easy filtering of these types.
Represents the Bson DBPointer type
Represents the Bson DBPointer type
the name of the field
if the field is nullable
the StructField containing a Bson DBPointer value.
UDF.dbPointer for easy filtering of these types.
Represents the Bson JavaScript type
Represents the Bson JavaScript type
the name of the field
if the field is nullable
the StructField containing a Bson JavaScript value.
UDF.javaScript for easy filtering of these types.
Represents the Bson JavaScript with Scope type
Represents the Bson JavaScript with Scope type
the name of the field
if the field is nullable
the StructField containing a Bson JavaScript with Scope value.
UDF.javaScriptWithScope for easy filtering of these types.
Represents the Bson MaxKey type
Represents the Bson MaxKey type
the name of the field
if the field is nullable
the StructField containing a Bson MaxKey value.
UDF.maxKey for easy filtering of these types.
Represents the Bson MinKey type
Represents the Bson MinKey type
the StructField containing a Bson MinKey value.
UDF.minKey for easy filtering of these types.
Represents the Bson ObjectId type
Represents the Bson ObjectId type
the name of the field
if the field is nullable
the StructField containing a Bson ObjectId value.
UDF.objectId for easy filtering of these types.
Represents the Bson RegularExpression type
Represents the Bson RegularExpression type
the name of the field
if the field is nullable
the StructField containing a Bson RegularExpression value.
UDF.regularExpression for easy filtering of these types.
Represents the Bson Symbol type
Represents the Bson Symbol type
the name of the field
if the field is nullable
the StructField containing a Bson Symbol value.
UDF.symbol for easy filtering of these types.
Represents the Bson Timestamp type
Represents the Bson Timestamp type
the name of the field
if the field is nullable
the StructField containing a Bson Timestamp value.
UDF.timestamp for easy filtering of these types.
The types package provides StructFields representing unsupported Bson Types in Spark.
These types follow the MongoDB Extended Json format.
1.1.0