Hive Snippets
Hive snippets for building model classes for Hive. They allow you to write HiveObjects in record time:
Snippets
Command |
Action |
hive |
Creates the basic structure of a Hive model and extends HiveObject . |
hivec |
Creates the basic structure of a Hive model. |
hf |
Creates a HiveField() annotation. |
ht |
Creates a HiveType() annotation. |
hfs |
Creates a String Hive field. |
hfi |
Creates an int Hive field. |
hfb |
Creates a bool Hive field. |
hfl |
Creates a List Hive field. |
hfd |
Creates a double Hive field. |
License
MIT license
| |