Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ,
Optional filter expression for SQL FILTER (WHERE ...) clause. Only set in Partial aggregation mode; absent in Final/PartialMerge.
Optional QueryContext for error reporting (contains SQL text and position)
Unique expression ID for context lookup during error creation
Array functions
Used in:
Spark's ArraysZip takes children: Seq[Expression] and names: Seq[Expression] https://github.com/apache/spark/blob/branch-4.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala#L296
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Output serialization version. Spark 4.0 and earlier always wrote V1; Spark 4.1+ defaults to V2 (different bit-scattering algorithm and a `seed` field in the binary format). The JVM serde sets this to the matching version so Comet's aggregate output is byte-equivalent with Spark's.
Used in:
Used in:
Bound to a particular vector array in input batch.
Used in:
Used in:
The expr field is added to be consistent with CaseExpr definition in DataFusion. This field is not really used. When constructing a CaseExpr, this expr field is always set to None. The reason that we always set this expr field to None is because Spark parser converts the expr to a EqualTo conditions. After the conversion, we don't see this expr any more so it's always None.
Used in:
True when running against Spark 4.0+. Controls version-specific cast behaviour such as the handling of leading whitespace before T-prefixed time-only strings.
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Parallel to field_names. Each entry holds Spark field metadata for the corresponding nested field. Currently used to carry parquet.field.id through to the native side. Empty when no fields carry metadata.
Used in:
(message has no fields)
Used in: , , ,
The basic message representing a Spark expression.
Used in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Optional QueryContext for error reporting (contains SQL text and position)
Unique expression ID for context lookup during error creation
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Scalar UDF dispatched to the JVM via JNI. Native side exports input arrays through Arrow C Data Interface, calls CometUdfBridge.evaluate, and imports the result.
Used in:
Fully-qualified Java/Scala class name implementing org.apache.comet.udf.CometUDF (must have a public no-arg constructor).
Argument expressions, evaluated by the native side before invocation.
Expected return type. Used to import the result FFI_ArrowArray.
Whether the result column may contain nulls.
Used in:
Used in:
Used in:
Only one of these fields should be populated based on the array type
Used in: , ,
Protobuf doesn't provide int8 and int16, we put them into int32 and convert to int8 and int16 when deserializing.
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Single percentile in [0.0, 1.0] as a literal double expression.
Spark's internal PreciseTimestampConversion, used by time-window grouping to convert between TimestampType/TimestampNTZType and LongType without losing microsecond precision. This is a pure reinterpret: the underlying value is unchanged, only the type is changed.
Used in:
QueryContext provides SQL query context for error messages. Mirrors Spark's SQLQueryContext for rich error reporting.
Used in: ,
Full SQL query text
Character offset where expression starts (0-based)
Character offset where expression ends (0-based, inclusive)
Type of SQL object (e.g., "VIEW", "Project", "Filter")
Name of object (e.g., view name, column name)
Line number in SQL query (1-based)
Column position within the line (0-based)
Used in:
Used in:
Used in:
Spark's Shuffle returns a random permutation of the given array. It is non-deterministic: the resolved random seed is combined with the partition index and drives a MersenneTwister-based inside-out Fisher-Yates shuffle, matching org.apache.spark.sql.catalyst.util.RandomIndicesGenerator.
Used in:
Used in:
Used in:
Used in: , ,
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
Used in: