Home
last modified time | relevance | path

Searched refs:DictionaryPageHeader (Results 1 – 18 of 18) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/generated/
H A Dparquet_types.h202 class DictionaryPageHeader; variable
1293 class DictionaryPageHeader : public virtual ::apache::thrift::TBase {
1296 DictionaryPageHeader(const DictionaryPageHeader&);
1297 DictionaryPageHeader& operator=(const DictionaryPageHeader&);
1301 virtual ~DictionaryPageHeader() noexcept;
1314 bool operator == (const DictionaryPageHeader & rhs) const
1326 bool operator != (const DictionaryPageHeader &rhs) const {
1330 bool operator < (const DictionaryPageHeader & ) const;
1338 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b);
1724 DictionaryPageHeader dictionary_page_header;
[all …]
H A Dparquet_types.cpp2839 DictionaryPageHeader::~DictionaryPageHeader() noexcept { in ~DictionaryPageHeader()
2843 void DictionaryPageHeader::__set_num_values(const int32_t val) { in __set_num_values()
2847 void DictionaryPageHeader::__set_encoding(const Encoding::type val) { in __set_encoding()
2851 void DictionaryPageHeader::__set_is_sorted(const bool val) { in __set_is_sorted()
2855 std::ostream& operator<<(std::ostream& out, const DictionaryPageHeader& obj) in operator <<()
2862 uint32_t DictionaryPageHeader::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
2950 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b) { in swap()
2958 DictionaryPageHeader::DictionaryPageHeader(const DictionaryPageHeader& other51) { in DictionaryPageHeader() function in parquet::format::DictionaryPageHeader
2964 DictionaryPageHeader& DictionaryPageHeader::operator=(const DictionaryPageHeader& other52) { in operator =()
2971 void DictionaryPageHeader::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/generated/
H A Dparquet_types.h203 class DictionaryPageHeader; variable
1294 class DictionaryPageHeader : public virtual ::apache::thrift::TBase {
1297 DictionaryPageHeader(const DictionaryPageHeader&);
1298 DictionaryPageHeader& operator=(const DictionaryPageHeader&);
1302 virtual ~DictionaryPageHeader() noexcept;
1315 bool operator == (const DictionaryPageHeader & rhs) const
1327 bool operator != (const DictionaryPageHeader &rhs) const {
1331 bool operator < (const DictionaryPageHeader & ) const;
1339 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b);
1725 DictionaryPageHeader dictionary_page_header;
[all …]
H A Dparquet_types.cpp2841 DictionaryPageHeader::~DictionaryPageHeader() noexcept { in ~DictionaryPageHeader()
2845 void DictionaryPageHeader::__set_num_values(const int32_t val) { in __set_num_values()
2849 void DictionaryPageHeader::__set_encoding(const Encoding::type val) { in __set_encoding()
2853 void DictionaryPageHeader::__set_is_sorted(const bool val) { in __set_is_sorted()
2857 std::ostream& operator<<(std::ostream& out, const DictionaryPageHeader& obj) in operator <<()
2864 uint32_t DictionaryPageHeader::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
2952 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b) { in swap()
2960 DictionaryPageHeader::DictionaryPageHeader(const DictionaryPageHeader& other51) { in DictionaryPageHeader() function in parquet::format::DictionaryPageHeader
2966 DictionaryPageHeader& DictionaryPageHeader::operator=(const DictionaryPageHeader& other52) { in operator =()
2973 void DictionaryPageHeader::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/generated/
H A Dparquet_types.h202 class DictionaryPageHeader; variable
1293 class DictionaryPageHeader : public virtual ::apache::thrift::TBase {
1296 DictionaryPageHeader(const DictionaryPageHeader&);
1297 DictionaryPageHeader& operator=(const DictionaryPageHeader&);
1301 virtual ~DictionaryPageHeader() noexcept;
1314 bool operator == (const DictionaryPageHeader & rhs) const
1326 bool operator != (const DictionaryPageHeader &rhs) const {
1330 bool operator < (const DictionaryPageHeader & ) const;
1338 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b);
1724 DictionaryPageHeader dictionary_page_header;
[all …]
H A Dparquet_types.cpp2839 DictionaryPageHeader::~DictionaryPageHeader() noexcept { in ~DictionaryPageHeader()
2843 void DictionaryPageHeader::__set_num_values(const int32_t val) { in __set_num_values()
2847 void DictionaryPageHeader::__set_encoding(const Encoding::type val) { in __set_encoding()
2851 void DictionaryPageHeader::__set_is_sorted(const bool val) { in __set_is_sorted()
2855 std::ostream& operator<<(std::ostream& out, const DictionaryPageHeader& obj) in operator <<()
2862 uint32_t DictionaryPageHeader::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
2950 void swap(DictionaryPageHeader &a, DictionaryPageHeader &b) { in swap()
2958 DictionaryPageHeader::DictionaryPageHeader(const DictionaryPageHeader& other51) { in DictionaryPageHeader() function in parquet::format::DictionaryPageHeader
2964 DictionaryPageHeader& DictionaryPageHeader::operator=(const DictionaryPageHeader& other52) { in operator =()
2971 void DictionaryPageHeader::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go4122 type DictionaryPageHeader struct { struct
4129 return &DictionaryPageHeader{}
4133 func (p *DictionaryPageHeader) GetNumValues() int32 { argument
4141 func (p *DictionaryPageHeader) GetIsSorted() bool { argument
4147 func (p *DictionaryPageHeader) IsSetIsSorted() bool { argument
4294 func (p *DictionaryPageHeader) Equals(other *DictionaryPageHeader) bool { argument
4311 func (p *DictionaryPageHeader) String() string { argument
5637 return p.DictionaryPageHeader
5659 return p.DictionaryPageHeader != nil
5843 p.DictionaryPageHeader = &DictionaryPageHeader{}
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dwriter.rs486 let dictionary_page_header = parquet::DictionaryPageHeader { in write_page()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dwriter.rs492 let dictionary_page_header = parquet::DictionaryPageHeader { in write_page()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dparquet.thrift530 struct DictionaryPageHeader { struct
659 7: optional DictionaryPageHeader dictionary_page_header;
H A Dcolumn_reader.cc395 const format::DictionaryPageHeader& dict_header = in NextPage()
H A Dcolumn_writer.cc286 format::DictionaryPageHeader dict_page_header; in WriteDictionaryPage()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dparquet.thrift532 struct DictionaryPageHeader { struct
663 7: optional DictionaryPageHeader dictionary_page_header;
H A Dcolumn_reader.cc395 const format::DictionaryPageHeader& dict_header = in NextPage()
H A Dcolumn_writer.cc286 format::DictionaryPageHeader dict_page_header; in WriteDictionaryPage()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dparquet.thrift530 struct DictionaryPageHeader { struct
659 7: optional DictionaryPageHeader dictionary_page_header;
H A Dcolumn_reader.cc346 const format::DictionaryPageHeader& dict_header = in NextPage()
H A Dcolumn_writer.cc191 format::DictionaryPageHeader dict_page_header; in WriteDictionaryPage()