Package

io.snappydata.sql

catalog

Permalink

package catalog

Visibility
  1. Public
  2. All

Type Members

  1. trait ConnectorExternalCatalog extends AnyRef

    Permalink

    Base class for catalog implementations for connector modes.

    Base class for catalog implementations for connector modes. This is either used as basis for ExternalCatalog implementation (in smart connector) or as a helper class for catalog queries like in connector v2 implementation.

  2. case class RelationInfo(numBuckets: Int, isPartitioned: Boolean, partitioningCols: Array[String] = Utils.EMPTY_STRING_ARRAY, indexCols: Array[String] = Utils.EMPTY_STRING_ARRAY, pkCols: Array[String] = Utils.EMPTY_STRING_ARRAY, partitions: Array[Partition] = Array.empty, catalogSchemaVersion: Long = 1) extends Product with Serializable

    Permalink
  3. class SmartConnectorHelper extends Logging

    Permalink
  4. trait SnappyExternalCatalog extends ExternalCatalog

    Permalink

Value Members

  1. object CatalogObjectType extends Enumeration

    Permalink
  2. object ConnectorExternalCatalog extends Logging

    Permalink
  3. object SmartConnectorHelper

    Permalink
  4. object SnappyExternalCatalog

    Permalink
  5. package impl

    Permalink

Ungrouped