public class ParquetFileStorageFormatDescriptor extends AbstractStorageFormatDescriptor
Constructor and Description |
---|
ParquetFileStorageFormatDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getInputFormat()
Return the name of the input format as a string
|
Set<String> |
getNames()
Return the set of names this storage format is known as.
|
String |
getOutputFormat()
Return the name of the output format as a string
|
String |
getSerde()
Return the name of the serde as a string or null
|
public Set<String> getNames()
StorageFormatDescriptor
public String getInputFormat()
StorageFormatDescriptor
public String getOutputFormat()
StorageFormatDescriptor
public String getSerde()
StorageFormatDescriptor
getSerde
in interface StorageFormatDescriptor
getSerde
in class AbstractStorageFormatDescriptor
Copyright © 2017 The Apache Software Foundation. All rights reserved.