Packages

class Sem2SQL extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sem2SQL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sem2SQL()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _transform(_components: ListBuffer[String], transformedSQL: LinkedHashMap[String, ListBuffer[Any]], colSet: List[String], tableNames: List[String], schema: PreprocessedDB): LinkedHashMap[String, ListBuffer[Any]]
  5. def alterColumn0(data: Map[String, String], schema: PreprocessedDB): Unit
  6. def alterNotIn(data: LinkedHashMap[String, String], schema: PreprocessedDB): LinkedHashMap[String, String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildGraph(schema: DatabaseDefinition): Graph
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def colToStr(agg: String, col: String, tab: String, tableNames: LinkedHashMap[String, String], N: Int = 1): String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findTable(currentTable: Int, originalTableNames: List[String], questionArgs: List[String]): Int
  15. def getAction(string: String): Action
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDatabaseDefinition(jsonContent: String): Option[DatabaseDefinition]
  18. def getKeys(tables: (String, String), graph: Graph): Option[(String, String)]
  19. def getTableEmbeddings(jsonContent: String): Option[SchemaJSON]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def inferFromClause(tableNames: LinkedHashMap[String, String], schema: PreprocessedDB, columns: ListBuffer[(String, String, String)]): String
  22. def isEnd(components: ListBuffer[String], transformedSQL: LinkedHashMap[String, ListBuffer[Any]], rootProcessed: Boolean): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def multiEqual(question: List[String], qInd: Int, names: String, n: Int): Option[Int]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def preprocessSchema(schema: DatabaseDefinition): PreprocessedDB
  29. def replaceColWithOriginalCol(query: String, col: String, currentTable: PreprocessedDB): String
  30. def splitLogicalForm(lf: String): ListBuffer[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toStr(sqlJSON: LinkedHashMap[String, LinkedHashMap[String, ListBuffer[Any]]], nT: Int, schema: PreprocessedDB, preTableNames: Option[LinkedHashMap[String, String]] = None): String
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def transform(query: LinkedHashMap[String, String], schema: PreprocessedDB, origin: Option[String] = None): String
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped