- query(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a list of objects.
- query(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, expecting a list of objects.
- query(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a list of objects.
- query(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, expecting a list of objects.
- queryForInt(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single int value.
- queryForInt(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single int value.
- queryForInt(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single int value.
- queryForInt(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single int value.
- queryForLong(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single long value.
- queryForLong(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single long value.
- queryForLong(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single long value.
- queryForLong(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single long value.
- queryForString(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single object.
- queryForString(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single object.
- queryForString(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single object.
- queryForString(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single object.