mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
update codes
This commit is contained in:
parent
d907b70cc4
commit
75a50a30c4
@ -53,6 +53,8 @@ public:
|
||||
|
||||
NamesAndTypesList getVirtuals() const override;
|
||||
|
||||
bool isColumnOriented() const override;
|
||||
|
||||
protected:
|
||||
friend class StorageHiveSource;
|
||||
StorageHive(
|
||||
@ -88,7 +90,6 @@ private:
|
||||
HiveFilePtr
|
||||
createHiveFileIfNeeded(const FileInfo & file_info, const FieldVector & fields, SelectQueryInfo & query_info, ContextPtr context_);
|
||||
|
||||
bool isColumnOriented();
|
||||
Block getActualColumnsToRead(Block sample_block, const Block & header_block, const NameSet & partition_columns);
|
||||
|
||||
String hive_metastore_url;
|
||||
|
Loading…
Reference in New Issue
Block a user