package util
- Alphabetic
- Public
- All
Type Members
-
class
BGZFCodec extends org.seqdoop.hadoop_bam.util.BGZFCodec
A copy of Hadoop-BAM's BGZF codec that returns a Databricks BGZF output stream.
-
trait
ExpectsGenotypeFields extends Expression
A trait to simplify type checking and reading for expressions that operate on arrays of genotype data with the expectation that certain fields exists.
-
class
HadoopLineIterator extends Iterator[Text] with Closeable with GlowLogging
Identical to org.apache.spark.sql.execution.datasources.HadoopFileLinesReader, but takes the individual fields of org.apache.spark.sql.execution.datasources.PartitionedFile instead of the object itself.
Identical to org.apache.spark.sql.execution.datasources.HadoopFileLinesReader, but takes the individual fields of org.apache.spark.sql.execution.datasources.PartitionedFile instead of the object itself. PartitionedFile objects cannot be instantiated in DBR because of a binary incompatible change vs OSS Spark.
-
class
LeveneHaldane extends AbstractIntegerDistribution
Implementation pulled from Hail
-
trait
Rewrite extends Expression with Unevaluable
Expressions that should be rewritten eagerly.
Expressions that should be rewritten eagerly. The rewrite must be able to be performed without knowing the datatype or nullability of any of the children.
In general, rewrite expressions should extend this trait unless they have a compelling reason to inspect their children.
-
trait
RewriteAfterResolution extends Expression with Unevaluable
Rewrites that depend on child expressions.
-
class
RowConverter[T] extends AnyRef
A convenience class to help convert from objects to Spark InternalRows.
- class SerializableConfiguration extends Serializable
-
trait
ComDatabricksDataSource extends DataSourceRegister
- Annotations
- @deprecated
- Deprecated
Remove the prefix com.databricks.
Value Members
- object LeveneHaldane extends Serializable
- object RowConverter