public interface HiveCreateTable
CREATE TABLE
statement in Hive.Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
Returns the target database name.
|
String |
getLocation()
Returns the target table location.
|
TableInfo |
getTableInfo()
Returns the target table information.
|
boolean |
isExternal()
Returns whether the target table is external or not.
|
boolean |
isSkipPresentTable()
Returns whether the target table should be created only if it does not exist.
|
TableInfo getTableInfo()
boolean isExternal()
true
if the target table is external, or false
if notboolean isSkipPresentTable()
true
if skip creating present table, or false
if notString getDatabaseName()
null
to create table on the context databaseString getLocation()
null
to create table onto the default locationCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.