Home
last modified time | relevance | path

Searched refs:holdDDLTime (Results 1 – 10 of 10) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/
H A DInsertIntoHiveTable.scala316 val holdDDLTime = false constant
326 holdDDLTime = holdDDLTime)
369 holdDDLTime = holdDDLTime,
379 holdDDLTime)
/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/client/
H A DHiveShim.scala99 holdDDLTime: Boolean,
108 holdDDLTime: Boolean): Unit
117 holdDDLTime: Boolean,
333 holdDDLTime: Boolean,
337 holdDDLTime: JBoolean, inheritTableSpecs: JBoolean, isSkewedStoreAsSubdir: JBoolean)
345 holdDDLTime: Boolean): Unit = {
346 loadTableMethod.invoke(hive, loadPath, tableName, replace: JBoolean, holdDDLTime: JBoolean)
356 holdDDLTime: Boolean,
359 numDP: JInteger, holdDDLTime: JBoolean, listBucketingEnabled: JBoolean)
H A DHiveClient.scala211 holdDDLTime: Boolean,
219 holdDDLTime: Boolean): Unit
229 holdDDLTime: Boolean): Unit
H A DHiveClientImpl.scala657 holdDDLTime: Boolean,
666 holdDDLTime,
675 holdDDLTime: Boolean): Unit = withHiveState {
681 holdDDLTime)
691 holdDDLTime: Boolean): Unit = withHiveState {
700 holdDDLTime,
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/
H A DExternalCatalog.scala135 holdDDLTime: Boolean): Unit
143 holdDDLTime: Boolean,
153 holdDDLTime: Boolean): Unit
H A DInMemoryCatalog.scala338 holdDDLTime: Boolean): Unit = {
348 holdDDLTime: Boolean,
360 holdDDLTime: Boolean): Unit = {
H A DSessionCatalog.scala314 holdDDLTime: Boolean): Unit = {
319 externalCatalog.loadTable(db, table, loadPath, isOverwrite, holdDDLTime)
332 holdDDLTime: Boolean,
340 db, table, loadPath, spec, isOverwrite, holdDDLTime, inheritTableSpecs)
/dports/devel/spark/spark-2.1.1/sql/hive/src/main/scala/org/apache/spark/sql/hive/
H A DHiveExternalCatalog.scala766 holdDDLTime: Boolean): Unit = withClient {
772 holdDDLTime)
781 holdDDLTime: Boolean,
800 holdDDLTime,
811 holdDDLTime: Boolean): Unit = withClient {
830 holdDDLTime)
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/
H A DVersionsSuite.scala178 holdDDLTime = false)
315 holdDDLTime = false,
331 holdDDLTime = false)
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/command/
H A Dtables.scala299 holdDDLTime = false,
306 holdDDLTime = false)