Home
last modified time | relevance | path

Searched refs:sourceTabName (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/
H A DHiveDDLSuite.scala841 val sourceTabName = "tab1" constant
843 withTable(sourceTabName, targetTabName) {
861 val sourceTabName = "tab1" constant
863 withTable(sourceTabName, targetTabName) {
887 val sourceTabName = "tab1" constant
889 withTable(sourceTabName, targetTabName) {
906 val sourceTabName = "tab1" constant
908 withTable(sourceTabName, targetTabName) {
920 |INSERT OVERWRITE TABLE $sourceTabName
938 val sourceTabName = "tab1" constant
[all …]
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dmainwindow.cpp154 …ol canExecuteCommand(const Command &command, const QVariantMap &data, const QString &sourceTabName) in canExecuteCommand() argument
158 && (command.tab.isEmpty() || command.tab == sourceTabName) ) in canExecuteCommand()