p

doric

syntax

package syntax

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

Type Members

  1. trait AggregationColumns extends AnyRef
    Attributes
    protected
  2. trait ArrayColumns extends AnyRef
    Attributes
    protected
  3. trait ArrayColumns3x extends AnyRef
  4. trait BinaryColumns extends AnyRef
    Attributes
    protected
  5. trait BinaryColumns30_31 extends AnyRef
    Attributes
    protected
  6. trait BooleanColumns extends AnyRef
    Attributes
    protected
  7. trait CNameOps extends AnyRef
  8. trait CommonColumns extends ColGetters[NamedDoricColumn]
    Attributes
    protected
  9. trait CommonColumns3x extends AnyRef
  10. trait ControlStructures extends AnyRef
    Attributes
    protected
  11. trait DStructs extends AnyRef
    Attributes
    protected
  12. trait DateColumns extends AnyRef
    Attributes
    protected
  13. trait IntegralType[T] extends AnyRef
  14. trait Interpolators extends AnyRef
  15. trait LiteralConversions extends AnyRef
    Attributes
    protected
  16. trait MapColumns extends AnyRef
    Attributes
    protected
  17. trait MapColumns3x extends AnyRef
  18. final case class MatchBuilder[O, T](dCol: DoricColumn[O], cases: WhenBuilder[T])(implicit evidence$1: SparkType[O]) extends Product with Serializable
    Attributes
    protected
  19. trait NumWithDecimalsType[T] extends AnyRef
  20. trait NumericColumns extends AnyRef
    Attributes
    protected
  21. trait NumericColumns2_31 extends AnyRef
    Attributes
    protected
  22. trait StringColumn3x extends AnyRef
  23. trait StringColumns extends AnyRef
    Attributes
    protected
  24. trait TimestampColumns extends AnyRef
    Attributes
    protected
  25. trait TypeMatcher extends AnyRef
  26. final case class Zipper[T1, T2, F[_]](col: DoricColumn[F[T1]], col2: DoricColumn[F[T2]])(implicit evidence$1: CollectionType[F]) extends Product with Serializable
    Attributes
    protected

Value Members

  1. def elementAtAbstract[T, K, V](dc: DoricColumn[T], key: DoricColumn[K]): DoricColumn[V]

    Abstract method for Array Columns and Map Columns

    Abstract method for Array Columns and Map Columns

    Returns element of array at given index in value if column is array. Returns value for the given key in value if column is map.

    T

    type of the doric column where the item is to be searched

    K

    type of "key" doric column to perform the search

    V

    type of "value" doric column result

    dc

    doric column where the item is to be searched

    key

    doric column

    Annotations
    @inline()
  2. def reverseAbstract[T](dc: DoricColumn[T]): DoricColumn[T]

    Abstract method for Array Columns and String Columns

    Abstract method for Array Columns and String Columns

    Returns a reversed string or an array with reverse order of elements.

    T

    type of doric column (string or array)

    dc

    doric column to be reversed

    Annotations
    @inline()
  3. object IntegralType
  4. object NumWithDecimalsType

Inherited from AnyRef

Inherited from Any

Ungrouped