- handle(String, Context) - Method in enum com.klarna.hiverunner.sql.cli.beeline.SqlLineCommandRule
-
- handle(String, Context) - Method in enum com.klarna.hiverunner.sql.split.CloseStatementRule
-
- handle(String, Context) - Method in enum com.klarna.hiverunner.sql.split.DefaultTokenRule
-
- handle(String, Context) - Method in enum com.klarna.hiverunner.sql.split.PreserveCommentsRule
-
- handle(String, Context) - Method in enum com.klarna.hiverunner.sql.split.PreserveQuotesRule
-
- handle(String, Context) - Method in interface com.klarna.hiverunner.sql.split.TokenRule
-
- hasColumnNames() - Method in interface com.klarna.hiverunner.data.FileParser
-
Method that checks if the parser has access to column names.
- hasColumnNames() - Method in class com.klarna.hiverunner.data.TsvFileParser
-
- hashCode() - Method in class com.klarna.hiverunner.builder.HiveRunnerScript
-
- hashCode() - Method in class com.klarna.hiverunner.sql.HiveRunnerStatement
-
- HiveCliEmulator - Enum in com.klarna.hiverunner.sql.cli.hive
-
Emulates CLI behaviours specific to the Hive CLI.
- hiveConf - Variable in class com.klarna.hiverunner.StandaloneHiveServerContext
-
- HIVECONF_SYSTEM_OVERRIDE_PREFIX - Static variable in class com.klarna.hiverunner.config.HiveRunnerConfig
-
Suffix used to flag a system property to be a hiveconf setting.
- HiveProperties - Annotation Type in com.klarna.hiverunner.annotations
-
Marks a field to contain properties that will be appended to the HiveConf.
- HiveResource - Annotation Type in com.klarna.hiverunner.annotations
-
Marks a field to contain test data input.
- HiveRunnerConfig - Class in com.klarna.hiverunner.config
-
HiveRunner runtime configuration.
- HiveRunnerConfig() - Constructor for class com.klarna.hiverunner.config.HiveRunnerConfig
-
Construct a HiveRunnerConfig that will override hiveConf with
System properties of the format 'hiveconf_[hiveconf property name]'.
- HiveRunnerConfig(Properties) - Constructor for class com.klarna.hiverunner.config.HiveRunnerConfig
-
Construct a HiveRunnerConfig that will override hiveConf with
the given properties of the format 'hiveconf_[hiveconf property name]'.
- HiveRunnerExtension - Class in com.klarna.hiverunner
-
- HiveRunnerExtension() - Constructor for class com.klarna.hiverunner.HiveRunnerExtension
-
- HiveRunnerRule - Class in com.klarna.hiverunner
-
A rule that executes the scripts under test
- HiveRunnerScript - Class in com.klarna.hiverunner.builder
-
- HiveRunnerSetup - Annotation Type in com.klarna.hiverunner.annotations
-
Annotates a field that configures the hive runner runtime.
- HiveRunnerStatement - Class in com.klarna.hiverunner.sql
-
- HiveRunnerStatement(int, String) - Constructor for class com.klarna.hiverunner.sql.HiveRunnerStatement
-
- HiveServerContainer - Class in com.klarna.hiverunner
-
HiveServer wrapper
- HiveServerContainer(HiveServerContext) - Constructor for class com.klarna.hiverunner.HiveServerContainer
-
- HiveServerContext - Interface in com.klarna.hiverunner
-
Configuration for the HiveServer.
- HiveSetupScript - Annotation Type in com.klarna.hiverunner.annotations
-
Marks a field to refer to a setup script.
- HiveShell - Interface in com.klarna.hiverunner
-
Test handle to the hive server.
- HiveShellBuilder - Class in com.klarna.hiverunner.builder
-
Builds a HiveShell.
- HiveShellBuilder() - Constructor for class com.klarna.hiverunner.builder.HiveShellBuilder
-
- HiveShellContainer - Interface in com.klarna.hiverunner
-
Wrapper for the HiveShell that allows the fwk to sugar the HiveShell with functionality that will not be exposed to
the test case creator.
- HiveSQL - Annotation Type in com.klarna.hiverunner.annotations
-
Marks a field (of type HiveShell) in a unit test.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.cli.beeline.BeelineEmulator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.cli.beeline.SqlLineCommandRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.klarna.hiverunner.sql.cli.CommandShellEmulatorFactory
-
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.cli.DefaultPreProcessor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.cli.hive.HiveCliEmulator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.cli.hive.PreV200HiveCliEmulator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.split.CloseStatementRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.split.DefaultTokenRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.split.PreserveCommentsRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.klarna.hiverunner.sql.split.PreserveQuotesRule
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.klarna.hiverunner.sql.cli.beeline.BeelineEmulator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.cli.beeline.SqlLineCommandRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.cli.DefaultPreProcessor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.cli.hive.HiveCliEmulator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.cli.hive.PreV200HiveCliEmulator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.split.CloseStatementRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.split.DefaultTokenRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.split.PreserveCommentsRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.klarna.hiverunner.sql.split.PreserveQuotesRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.