Class DefaultWritersFactory

java.lang.Object
com.here.platform.data.client.spark.DefaultWritersFactory
All Implemented Interfaces:
WritersFactory, org.apache.spark.internal.Logging

public class DefaultWritersFactory extends Object implements WritersFactory, org.apache.spark.internal.Logging
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.spark.internal.Logging

    org.apache.spark.internal.Logging.LogStringContext, org.apache.spark.internal.Logging.SparkShellLoggingFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createWriter(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> df, HRN catalogHrn, Layer layer, com.here.platform.data.client.scaladsl.QueryApi queryApi)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.spark.internal.Logging

    initializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, isTraceEnabled, log, logDebug, logDebug, logDebug, logDebug, logError, logError, logError, logError, logInfo, logInfo, logInfo, logInfo, logName, LogStringContext, logTrace, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, logWarning, org$apache$spark$internal$Logging$$log_, org$apache$spark$internal$Logging$$log__$eq, withLogContext
  • Constructor Details

    • DefaultWritersFactory

      public DefaultWritersFactory()
  • Method Details