trait SQLOrBuilder extends MessageOrBuilder
- Alphabetic
- By Inheritance
- SQLOrBuilder
- MessageOrBuilder
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def containsNamedArguments(key: String): Boolean
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
map<string, .spark.connect.Expression> named_arguments = 4;
- abstract def findInitializationErrors(): List[String]
- Definition Classes
- MessageOrBuilder
- abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- MessageOrBuilder
- abstract def getDefaultInstanceForType(): Message
- Definition Classes
- MessageOrBuilder → MessageLiteOrBuilder
- abstract def getDescriptorForType(): Descriptor
- Definition Classes
- MessageOrBuilder
- abstract def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getInitializationErrorString(): String
- Definition Classes
- MessageOrBuilder
- abstract def getNamedArgumentsCount(): Int
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
map<string, .spark.connect.Expression> named_arguments = 4;
- abstract def getNamedArgumentsMap(): Map[String, Expression]
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
map<string, .spark.connect.Expression> named_arguments = 4;
- abstract def getNamedArgumentsOrDefault(key: String, defaultValue: Expression): Expression
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
map<string, .spark.connect.Expression> named_arguments = 4;
- abstract def getNamedArgumentsOrThrow(key: String): Expression
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
(Optional) A map of parameter names to expressions. It cannot coexist with `pos_arguments`.
map<string, .spark.connect.Expression> named_arguments = 4;
- abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- MessageOrBuilder
- abstract def getPosArguments(index: Int): Expression
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
repeated .spark.connect.Expression pos_arguments = 5;
- abstract def getPosArgumentsCount(): Int
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
repeated .spark.connect.Expression pos_arguments = 5;
- abstract def getPosArgumentsList(): List[Expression]
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
repeated .spark.connect.Expression pos_arguments = 5;
- abstract def getPosArgumentsOrBuilder(index: Int): ExpressionOrBuilder
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
repeated .spark.connect.Expression pos_arguments = 5;
- abstract def getPosArgumentsOrBuilderList(): List[_ <: ExpressionOrBuilder]
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
(Optional) A sequence of expressions for positional parameters in the SQL query text. It cannot coexist with `named_arguments`.
repeated .spark.connect.Expression pos_arguments = 5;
- abstract def getQuery(): String
(Required) The SQL query.
(Required) The SQL query.
string query = 1;
- returns
The query.
- abstract def getQueryBytes(): ByteString
(Required) The SQL query.
(Required) The SQL query.
string query = 1;
- returns
The bytes for query.
- abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- MessageOrBuilder
- abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- MessageOrBuilder
- abstract def getUnknownFields(): UnknownFieldSet
- Definition Classes
- MessageOrBuilder
- abstract def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- MessageOrBuilder
- abstract def isInitialized(): Boolean
- Definition Classes
- MessageLiteOrBuilder
- abstract def containsArgs(key: String): Boolean
(Optional) A map of parameter names to literal expressions.
(Optional) A map of parameter names to literal expressions.
map<string, .spark.connect.Expression.Literal> args = 2 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getArgs(): Map[String, Literal]
Use
#getArgsMap()
instead.Use
#getArgsMap()
instead.- Annotations
- @Deprecated
- Deprecated
- abstract def getArgsCount(): Int
(Optional) A map of parameter names to literal expressions.
(Optional) A map of parameter names to literal expressions.
map<string, .spark.connect.Expression.Literal> args = 2 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getArgsMap(): Map[String, Literal]
(Optional) A map of parameter names to literal expressions.
(Optional) A map of parameter names to literal expressions.
map<string, .spark.connect.Expression.Literal> args = 2 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getArgsOrDefault(key: String, defaultValue: Literal): Literal
(Optional) A map of parameter names to literal expressions.
(Optional) A map of parameter names to literal expressions.
map<string, .spark.connect.Expression.Literal> args = 2 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getArgsOrThrow(key: String): Literal
(Optional) A map of parameter names to literal expressions.
(Optional) A map of parameter names to literal expressions.
map<string, .spark.connect.Expression.Literal> args = 2 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getNamedArguments(): Map[String, Expression]
Use
#getNamedArgumentsMap()
instead.Use
#getNamedArgumentsMap()
instead.- Annotations
- @Deprecated
- Deprecated
- abstract def getPosArgs(index: Int): Literal
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
repeated .spark.connect.Expression.Literal pos_args = 3 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getPosArgsCount(): Int
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
repeated .spark.connect.Expression.Literal pos_args = 3 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getPosArgsList(): List[Literal]
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
repeated .spark.connect.Expression.Literal pos_args = 3 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getPosArgsOrBuilder(index: Int): LiteralOrBuilder
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
repeated .spark.connect.Expression.Literal pos_args = 3 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
- abstract def getPosArgsOrBuilderList(): List[_ <: LiteralOrBuilder]
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
(Optional) A sequence of literal expressions for positional parameters in the SQL query text.
repeated .spark.connect.Expression.Literal pos_args = 3 [deprecated = true];
- Annotations
- @Deprecated
- Deprecated
Concrete 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(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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(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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)