final class ApplyInPandasWithState extends GeneratedMessage with ApplyInPandasWithStateOrBuilder
Protobuf type spark.connect.ApplyInPandasWithState
- Alphabetic
- By Inheritance
- ApplyInPandasWithState
- ApplyInPandasWithStateOrBuilder
- GeneratedMessage
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- ApplyInPandasWithState → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDefaultInstanceForType(): ApplyInPandasWithState
- Definition Classes
- ApplyInPandasWithState → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getFunc(): CommonInlineUserDefinedFunction
(Required) Input user-defined function.
(Required) Input user-defined function.
.spark.connect.CommonInlineUserDefinedFunction func = 3;
- returns
The func.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getFuncOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder
(Required) Input user-defined function.
(Required) Input user-defined function.
.spark.connect.CommonInlineUserDefinedFunction func = 3;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getGroupingExpressions(index: Int): Expression
(Required) Expressions for grouping keys.
(Required) Expressions for grouping keys.
repeated .spark.connect.Expression grouping_expressions = 2;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getGroupingExpressionsCount(): Int
(Required) Expressions for grouping keys.
(Required) Expressions for grouping keys.
repeated .spark.connect.Expression grouping_expressions = 2;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getGroupingExpressionsList(): List[Expression]
(Required) Expressions for grouping keys.
(Required) Expressions for grouping keys.
repeated .spark.connect.Expression grouping_expressions = 2;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getGroupingExpressionsOrBuilder(index: Int): ExpressionOrBuilder
(Required) Expressions for grouping keys.
(Required) Expressions for grouping keys.
repeated .spark.connect.Expression grouping_expressions = 2;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getGroupingExpressionsOrBuilderList(): List[_ <: ExpressionOrBuilder]
(Required) Expressions for grouping keys.
(Required) Expressions for grouping keys.
repeated .spark.connect.Expression grouping_expressions = 2;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getInput(): Relation
(Required) Input relation for applyInPandasWithState.
(Required) Input relation for applyInPandasWithState.
.spark.connect.Relation input = 1;
- returns
The input.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getInputOrBuilder(): RelationOrBuilder
(Required) Input relation for applyInPandasWithState.
(Required) Input relation for applyInPandasWithState.
.spark.connect.Relation input = 1;
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessage → AbstractMessage → MessageOrBuilder
- def getOutputMode(): String
(Required) The output mode of the function.
(Required) The output mode of the function.
string output_mode = 6;
- returns
The outputMode.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getOutputModeBytes(): ByteString
(Required) The output mode of the function.
(Required) The output mode of the function.
string output_mode = 6;
- returns
The bytes for outputMode.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getOutputSchema(): String
(Required) Schema for the output DataFrame.
(Required) Schema for the output DataFrame.
string output_schema = 4;
- returns
The outputSchema.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getOutputSchemaBytes(): ByteString
(Required) Schema for the output DataFrame.
(Required) Schema for the output DataFrame.
string output_schema = 4;
- returns
The bytes for outputSchema.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getParserForType(): Parser[ApplyInPandasWithState]
- Definition Classes
- ApplyInPandasWithState → GeneratedMessage → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- ApplyInPandasWithState → GeneratedMessage → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getStateSchema(): String
(Required) Schema for the state.
(Required) Schema for the state.
string state_schema = 5;
- returns
The stateSchema.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getStateSchemaBytes(): ByteString
(Required) Schema for the state.
(Required) Schema for the state.
string state_schema = 5;
- returns
The bytes for stateSchema.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getTimeoutConf(): String
(Required) Timeout configuration for groups that do not receive data for a while.
(Required) Timeout configuration for groups that do not receive data for a while.
string timeout_conf = 7;
- returns
The timeoutConf.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getTimeoutConfBytes(): ByteString
(Required) Timeout configuration for groups that do not receive data for a while.
(Required) Timeout configuration for groups that do not receive data for a while.
string timeout_conf = 7;
- returns
The bytes for timeoutConf.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def hasFunc(): Boolean
(Required) Input user-defined function.
(Required) Input user-defined function.
.spark.connect.CommonInlineUserDefinedFunction func = 3;
- returns
Whether the func field is set.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def hasInput(): Boolean
(Required) Input relation for applyInPandasWithState.
(Required) Input relation for applyInPandasWithState.
.spark.connect.Relation input = 1;
- returns
Whether the input field is set.
- Definition Classes
- ApplyInPandasWithState → ApplyInPandasWithStateOrBuilder
- Annotations
- @Override()
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessage → AbstractMessage → MessageOrBuilder
- def hashCode(): Int
- Definition Classes
- ApplyInPandasWithState → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- Attributes
- protected[proto]
- Definition Classes
- ApplyInPandasWithState → GeneratedMessage
- Annotations
- @Override()
- def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- final def isInitialized(): Boolean
- Definition Classes
- ApplyInPandasWithState → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- Attributes
- protected[proto]
- Definition Classes
- ApplyInPandasWithState → AbstractMessage
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- ApplyInPandasWithState → Message → MessageLite
- Annotations
- @Override()
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- ApplyInPandasWithState → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- ApplyInPandasWithState → GeneratedMessage → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated