package connector
Linear Supertypes
Type Members
- type Address = (String, Int)
- type EdgeRank = Long
- class NebulaDataSource extends TableProvider with DataSourceRegister
- type NebulaGraphxEdge = org.apache.spark.graphx.Edge[(EdgeRank, Prop)]
- type NebulaGraphxVertex = (VertexID, PropertyValues)
- class NebulaTable extends Table with SupportsRead with SupportsWrite
- type NebulaType = Int
- type Prop = List[Any]
- type PropertyNames = List[String]
- type PropertyValues = List[Any]
- type VertexID = Long
- type VertexIDSlice = String