All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.log.common.ParquetFormat Maven / Gradle / Ivy

package com.aliyun.openservices.log.common;

/**
 * Parquet format props.
 */
public class ParquetFormat extends StructuredDataFormat {

    public ParquetFormat() {
        super("Parquet");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy