Package

com.qubole.spark.datasources.hiveacid.sql.catalyst

parser

Permalink

package parser

Visibility
  1. Public
  2. All

Type Members

  1. class AstBuilder extends SqlHiveBaseVisitor[AnyRef] with Logging

    Permalink

    An adaptation of org.apache.spark.sql.catalyst.parser.AstBuilder

  2. class SqlHiveBaseListener extends SqlHiveListener

    Permalink
  3. class SqlHiveBaseVisitor[T] extends AbstractParseTreeVisitor[T] with SqlHiveVisitor[T]

    Permalink
  4. class SqlHiveLexer extends Lexer

    Permalink
  5. trait SqlHiveListener extends ParseTreeListener

    Permalink
  6. class SqlHiveParser extends Parser

    Permalink
  7. trait SqlHiveVisitor[T] extends ParseTreeVisitor[T]

    Permalink
  8. class UpperCaseCharStream extends CharStream

    Permalink

    A copy of org.apache.spark.sql.catalyst.parser.UpperCaseCharStream

Value Members

  1. object PostProcessor extends SqlHiveBaseListener with Product with Serializable

    Permalink

    An adaptation of org.apache.spark.sql.catalyst.parser.PostProcessor

  2. object RandomSampler

    Permalink

    An adaptation of org.apache.spark.util.random.RandomSampler

  3. object SparkAdaptation

    Permalink

Ungrouped