Object/Class

com.datastax.bdp.graph.spark.graphframe

DseGraphFrame

Related Docs: class DseGraphFrame | package graphframe

Permalink

object DseGraphFrame extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DseGraphFrame
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val DstColumnName: String

    Permalink
  5. val EdgeIdColumnNames: Seq[String]

    Permalink
  6. val GFColumnNames: Seq[String]

    Permalink
  7. val IdColumnName: String

    Permalink
  8. val IdFieldsSeparator: String

    Permalink

    vertex label in id separator Vertex id has format vertex_label:base64(idColumns)

  9. val LabelColumnName: String

    Permalink
  10. val SrcColumnName: String

    Permalink
  11. val SystemColumnNames: Seq[String]

    Permalink
  12. def addAdjVertexIdColumns(df: DataFrame, dstColumn: Column, schema: <error>): DataFrame

    Permalink

    add: ~adjacent_vertex_id ~~adjacent_label_id

  13. def addEdgeLabelColumns(df: DataFrame, label: Column, direction: Direction, schema: <error>): DataFrame

    Permalink
  14. def addNaturalVertexIdColumns(df: DataFrame, label: String, schema: <error>, id: Column): DataFrame

    Permalink
  15. def adjVertexLabelUdf(schema: <error>): UserDefinedFunction

    Permalink

    UDF that extract dst vertex label

  16. def apply(graphFrame: GraphFrame, dabaseName: String, schema: <error>): DseGraphFrame

    Permalink

    DseGraphFrameBuilder.dseGraph should be used instead of this

  17. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def edgeLabelNameColumn(schema: <error>): <error>

    Permalink

    returns

    UDF that extract label name from the edgeLabelId

  20. def edgeLabelNameUdf(schema: <error>): UserDefinedFunction

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromGfName(name: String): String

    Permalink
  25. def fromGfNames(df: DataFrame): DataFrame

    Permalink
  26. val fromGfNamesRegex: Regex

    Permalink
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def getSchemaFromServer(graphName: String, connector: CassandraConnector): <error>

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. def idSqlSchema(props: Seq[<error>]): StructType

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def naturalEdgeLabelUdf(direction: Direction, schema: <error>): UserDefinedFunction

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def sqlSchema(props: Seq[<error>]): StructType

    Permalink

    get SQL schema for given properties

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def syntheticAdjVertexIdColumn(schema: <error>): <error>

    Permalink

    calculate dst column from ADJACENT_VERTEX_ID column.

    calculate dst column from ADJACENT_VERTEX_ID column. It should match focalVertexId format: label:base64(columnIds)

  39. def syntheticAdjVertexLabelUdf(schema: <error>): UserDefinedFunction

    Permalink

    UDF that extract dst vertex label

  40. def syntheticNonStandardIdUdf(idColumnContainer: <error>, rowWriter: RowWriter[Row]): UserDefinedFunction

    Permalink

    udf function for non standard id

  41. def syntheticStandardIdUdf: <error>

    Permalink

    idf function for standard id

  42. def syntheticVertexIdColumn(label: String, hasStandardId: Boolean, idSqlColumns: Seq[Column], idColumnContainer: <error>, rowWriter: RowWriter[Row]): Column

    Permalink
  43. def syntheticVertexIdColumn(label: String, schema: <error>, idSqlColumns: Seq[Column]): Column

    Permalink

    Vertex id has format vertexLabel:base64(idColumns)

  44. def toArrayVertexId(id: String, vertex: <error>): Array[AnyRef]

    Permalink

    id

    in form "label:encode64(data)"

    vertex

    with column mapping

  45. def toExternalEdgeId(label: String, srcId: String, dstId: String, uuid: UUID, schema: <error>): Map[String, AnyRef]

    Permalink

    expected output will be: {~label=edge, ~out_vertex={~label=vertex, community_id=1888030080, member_id=0}, ~in_vertex={~label=custom, name=Name, array=1}, ~local_id=2f3671c0-96d0-11e6-9882-f74edf21f349}

  46. def toExternalVertexId(id: String, schema: <error>): <error>

    Permalink

    id

    in form "label:encode64(data)"

    schema

    graph schema

    returns

    ExternalId object

  47. def toGfName(name: String): String

    Permalink
  48. val toGfNamesRegex: Regex

    Permalink
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. def vertexNonStandardIdUdf(vertex: <error>): <error>

    Permalink

    restore vertex Id from the GraphFrame Vertex id

  51. def vertexStandardIdUdf: <error>

    Permalink

    restore vertex Id from the GraphFrame Vertex id

  52. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped