Class

com.spatialx.geomesa.sql.jdbc

GeoMesaPrepareImpl

Related Doc: package jdbc

Permalink

class GeoMesaPrepareImpl extends CalcitePrepareImpl with LazyLogging

Adapted JDBC PrepareImpl to GeoMesa

Linear Supertypes
LazyLogging, CalcitePrepareImpl, CalcitePrepare, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoMesaPrepareImpl
  2. LazyLogging
  3. CalcitePrepareImpl
  4. CalcitePrepare
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoMesaPrepareImpl()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def analyzeView(arg0: Context, arg1: String, arg2: Boolean): AnalyzeViewResult

    Permalink
    Definition Classes
    CalcitePrepareImpl → CalcitePrepare
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def convert(arg0: Context, arg1: String): ConvertResult

    Permalink
    Definition Classes
    CalcitePrepareImpl → CalcitePrepare
  8. def createCluster(arg0: RelOptPlanner, arg1: RexBuilder): RelOptCluster

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  9. def createConvertletTable(): SqlRexConvertletTable

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  10. def createParser(arg0: String, arg1: Config): SqlParser

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  11. def createParser(arg0: String): SqlParser

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  12. def createPlanner(prepareContext: Context, externalContext: Context, costFactory: RelOptCostFactory): RelOptPlanner

    Permalink
    Definition Classes
    GeoMesaPrepareImpl → CalcitePrepareImpl
  13. def createPlanner(arg0: Context): RelOptPlanner

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  14. def createPlannerFactories(): List[Function1[Context, RelOptPlanner]]

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def executeDdl(arg0: Context, arg1: SqlNode): Unit

    Permalink
    Definition Classes
    CalcitePrepareImpl → CalcitePrepare
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def parse(arg0: Context, arg1: String): ParseResult

    Permalink
    Definition Classes
    CalcitePrepareImpl → CalcitePrepare
  27. def parserConfig(): Config

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  28. def perform[R](arg0: CalciteServerStatement, arg1: FrameworkConfig, arg2: BasePrepareAction[R]): R

    Permalink
    Definition Classes
    CalcitePrepareImpl
  29. def populateMaterializations(arg0: Context, arg1: RelOptCluster, arg2: Materialization): Unit

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
  30. def prepareQueryable[T](arg0: Context, arg1: Queryable[T]): CalciteSignature[T]

    Permalink
    Definition Classes
    CalcitePrepareImpl → CalcitePrepare
  31. def prepareSql[T](context: Context, query: Query[T], elementType: Type, maxRowCount: Long): CalciteSignature[T]

    Permalink

    Rewrite the CalciteSignature.columns attribute, return JAVA_OBJECT instead of VARCHAR when meeting geometry field original code: https://github.com/apache/calcite/blob/calcite-1.32.0/core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java#L805

    Rewrite the CalciteSignature.columns attribute, return JAVA_OBJECT instead of VARCHAR when meeting geometry field original code: https://github.com/apache/calcite/blob/calcite-1.32.0/core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java#L805

    Definition Classes
    GeoMesaPrepareImpl → CalcitePrepareImpl → CalcitePrepare
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createParser(arg0: String, arg1: ConfigBuilder): SqlParser

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createParserConfig(): ConfigBuilder

    Permalink
    Attributes
    protected[org.apache.calcite.prepare]
    Definition Classes
    CalcitePrepareImpl
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def perform[R](arg0: CalciteServerStatement, arg1: PrepareAction[R]): R

    Permalink
    Definition Classes
    CalcitePrepareImpl
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from CalcitePrepareImpl

Inherited from CalcitePrepare

Inherited from AnyRef

Inherited from Any

Ungrouped