karps-0.2.0.0: Haskell bindings for Spark Dataframes and Datasets

Safe HaskellNone
LanguageHaskell2010

Spark.Core.Internal.OpFunctions

Contents

Synopsis

Documentation

prettyShowOp :: NodeOp -> Text Source #

A text representation of the operation that is appealing for humans.

hdfsPath :: NodeOp -> Maybe HdfsPath Source #

If the node is a reading operation, returns the HdfsPath of the source that is going to be read.

updateSourceStamp :: NodeOp -> DataInputStamp -> Try NodeOp Source #

Updates the input stamp if possible.

If the node cannot be updated, it is most likely a programming error: an error is returned.

Orphan instances