public class OrcFileTrait extends BaseTrait<OrcFileTrait>
Constructor and Description |
---|
OrcFileTrait() |
Modifier and Type | Method and Description |
---|---|
OrcFormatConfiguration |
configuration()
Returns the view of
OrcFormatConfiguration . |
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 OrcFormatConfiguration configuration()
OrcFormatConfiguration
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.