Uses of Class
org.apache.parquet.format.BsonType
-
Packages that use BsonType Package Description org.apache.parquet.format -
-
Uses of BsonType in org.apache.parquet.format
Methods in org.apache.parquet.format that return BsonType Modifier and Type Method Description BsonTypeBsonType. deepCopy()BsonTypeLogicalType. getBSON()Methods in org.apache.parquet.format with parameters of type BsonType Modifier and Type Method Description static LogicalTypeLogicalType. BSON(BsonType value)intBsonType. compareTo(BsonType other)booleanBsonType. equals(BsonType that)voidLogicalType. setBSON(BsonType value)Constructors in org.apache.parquet.format with parameters of type BsonType Constructor Description BsonType(BsonType other)Performs a deep copy on other.
-