public class ParquetFileTrait extends BaseTrait<ParquetFileTrait>
Constructor and Description |
---|
ParquetFileTrait() |
Modifier and Type | Method and Description |
---|---|
ParquetFormatConfiguration |
configuration()
Returns the view of
ParquetFormatConfiguration . |
String |
getTableName()
Returns the explicit table name.
|
static String |
getTableName(ModelDeclaration model)
Returns the explicit/inferred table name.
|
void |
setTableName(String name)
Sets the explicit table name.
|
getOriginalAst, setOriginalAst
public String getTableName()
public void setTableName(String name)
name
- the explicit table namepublic static String getTableName(ModelDeclaration model)
model
- the target data modelpublic ParquetFormatConfiguration configuration()
ParquetFormatConfiguration
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.