object ScalaTransformCompiler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaTransformCompiler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def compileTransform(transform: PipelineTransform, localFunctions: List[InlineFunction], globalFunctions: List[CustomFunctionContent], customTransforms: List[CustomTransformContent], localModules: List[InlineModule], globalModules: List[CustomModuleContent], user: String): (ScalaExecuter, ScalaTemplate)
- def createExecuter(function: (List[TransformExecutionParameter]) ⇒ (DataFrame, PipelineModel))(implicit d: DummyImplicit): ScalaExecuter
- def createExecuter(function: (List[TransformExecutionParameter]) ⇒ DataFrame): ScalaExecuter
- def customModule(code: List[String], id: String): ScalaTemplate
- def customModuleWithImports(module: CustomModuleContent, allModules: List[CustomModuleContent]): ScalaTemplate
- def customTransform(code: List[String], id: String, user: String): ScalaTemplate
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getTemplate(transform: PipelineTransform, localFunctions: List[InlineFunction], globalFunctions: List[CustomFunctionContent], customTransforms: List[CustomTransformContent], localModules: List[InlineModule], globalModules: List[CustomModuleContent], user: String): ScalaTemplate
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def sessionSetup(user: String): List[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def wrapAsModule(scalaTemplate: ScalaTemplate): ScalaTemplate
- def wrapAsTransform(scalaTemplate: ScalaTemplate, user: String): ScalaTemplate
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated