Package

org.opencypher.spark.api.io

fs

Permalink

package fs

Visibility
  1. Public
  2. All

Type Members

  1. class CsvGraphSource extends FSGraphSource

    Permalink

    Spark CSV does not support storing BinaryType columns by default.

    Spark CSV does not support storing BinaryType columns by default. This data source implementation encodes BinaryType columns to Hex-encoded strings and decodes such columns back to BinaryType. This feature is required because ids within CAPS are stored as BinaryType.

  2. case class DefaultGraphDirectoryStructure(dataSourceRootPath: String) extends GraphDirectoryStructure with Product with Serializable

    Permalink
  3. trait EscapeAtSymbol extends FSGraphSource

    Permalink
  4. class FSGraphSource extends AbstractPropertyGraphDataSource with JsonSerialization

    Permalink

    Data source implementation that handles the writing of files and tables to a filesystem.

    Data source implementation that handles the writing of files and tables to a filesystem.

    By default Spark is used to write tables and the Hadoop filesystem configured in Spark is used to write files. The file/folder/table structure into which the graphs are stored is defined in DefaultGraphDirectoryStructure.

  5. trait FileSystemOperations[Path] extends AnyRef

    Permalink
  6. trait GraphDirectoryStructure extends AnyRef

    Permalink

Value Members

  1. object DefaultGraphDirectoryStructure extends Serializable

    Permalink
  2. object HadoopFSHelpers

    Permalink

Ungrouped