class Sem2SQL extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Sem2SQL
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Sem2SQL()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _transform(_components: ListBuffer[String], transformedSQL: LinkedHashMap[String, ListBuffer[Any]], colSet: List[String], tableNames: List[String], schema: PreprocessedDB): LinkedHashMap[String, ListBuffer[Any]]
- def alterColumn0(data: Map[String, String], schema: PreprocessedDB): Unit
- def alterNotIn(data: LinkedHashMap[String, String], schema: PreprocessedDB): LinkedHashMap[String, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildGraph(schema: DatabaseDefinition): Graph
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def colToStr(agg: String, col: String, tab: String, tableNames: LinkedHashMap[String, String], N: Int = 1): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findTable(currentTable: Int, originalTableNames: List[String], questionArgs: List[String]): Int
- def getAction(string: String): Action
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDatabaseDefinition(jsonContent: String): Option[DatabaseDefinition]
- def getKeys(tables: (String, String), graph: Graph): Option[(String, String)]
- def getTableEmbeddings(jsonContent: String): Option[SchemaJSON]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inferFromClause(tableNames: LinkedHashMap[String, String], schema: PreprocessedDB, columns: ListBuffer[(String, String, String)]): String
- def isEnd(components: ListBuffer[String], transformedSQL: LinkedHashMap[String, ListBuffer[Any]], rootProcessed: Boolean): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def multiEqual(question: List[String], qInd: Int, names: String, n: Int): Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def preprocessSchema(schema: DatabaseDefinition): PreprocessedDB
- def replaceColWithOriginalCol(query: String, col: String, currentTable: PreprocessedDB): String
- def splitLogicalForm(lf: String): ListBuffer[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toStr(sqlJSON: LinkedHashMap[String, LinkedHashMap[String, ListBuffer[Any]]], nT: Int, schema: PreprocessedDB, preTableNames: Option[LinkedHashMap[String, String]] = None): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transform(query: LinkedHashMap[String, String], schema: PreprocessedDB, origin: Option[String] = None): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()