object Telepath
(source)
var cardinalityEstimation: CardinalityEstimation |
|
var costModel: CostModel |
|
var enumerator: Enumerator |
|
var evaluationEngine: EvaluationEngine |
|
var kPathIndex: KPathIndex |
|
var memoryManager: MemoryManager |
|
val pathIdentifierStore: PathIdentifierStore |
|
var planner: Planner |
|
var staticParser: StaticParser |
fun getUserInput(scanner: Scanner): String
Retrieve input from the user until we retrieve 'END'. |
|
fun main(args: Array<String>?): Unit
Main loop. Setup the environment and wait for user-input. |
|
fun start(): Unit
Listen for query input and gather results. |