github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/metastore/hive/gen-go/hive_metastore/hive_metastore-consts.go (about) 1 // Code generated by Thrift Compiler (0.19.0). DO NOT EDIT. 2 3 package hive_metastore 4 5 import ( 6 "bytes" 7 "context" 8 "errors" 9 "fmt" 10 "time" 11 thrift "github.com/apache/thrift/lib/go/thrift" 12 "strings" 13 "regexp" 14 ) 15 16 // (needed to ensure safety because of naive import list construction.) 17 var _ = thrift.ZERO 18 var _ = fmt.Printf 19 var _ = errors.New 20 var _ = context.Background 21 var _ = time.Now 22 var _ = bytes.Equal 23 // (needed by validator.) 24 var _ = strings.Contains 25 var _ = regexp.MatchString 26 27 const DDL_TIME = "transient_lastDdlTime" 28 const HIVE_FILTER_FIELD_OWNER = "hive_filter_field_owner__" 29 const HIVE_FILTER_FIELD_PARAMS = "hive_filter_field_params__" 30 const HIVE_FILTER_FIELD_LAST_ACCESS = "hive_filter_field_last_access__" 31 const IS_ARCHIVED = "is_archived" 32 const ORIGINAL_LOCATION = "original_location" 33 const IS_IMMUTABLE = "immutable" 34 const META_TABLE_COLUMNS = "columns" 35 const META_TABLE_COLUMN_TYPES = "columns.types" 36 const BUCKET_FIELD_NAME = "bucket_field_name" 37 const BUCKET_COUNT = "bucket_count" 38 const FIELD_TO_DIMENSION = "field_to_dimension" 39 const META_TABLE_NAME = "name" 40 const META_TABLE_DB = "db" 41 const META_TABLE_LOCATION = "location" 42 const META_TABLE_SERDE = "serde" 43 const META_TABLE_PARTITION_COLUMNS = "partition_columns" 44 const META_TABLE_PARTITION_COLUMN_TYPES = "partition_columns.types" 45 const FILE_INPUT_FORMAT = "file.inputformat" 46 const FILE_OUTPUT_FORMAT = "file.outputformat" 47 const META_TABLE_STORAGE = "storage_handler" 48 const TABLE_IS_TRANSACTIONAL = "transactional" 49 const TABLE_NO_AUTO_COMPACT = "no_auto_compaction" 50 const TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties" 51 52 func init() { 53 } 54