/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/ |
H A D | basic.rs | 507 impl convert::From<parquet::FieldRepetitionType> for Repetition { 508 fn from(value: parquet::FieldRepetitionType) -> Self { in from() 510 parquet::FieldRepetitionType::Required => Repetition::REQUIRED, in from() 511 parquet::FieldRepetitionType::Optional => Repetition::OPTIONAL, in from() 517 impl convert::From<Repetition> for parquet::FieldRepetitionType { implementation 1144 Repetition::from(parquet::FieldRepetitionType::Required), in test_from_repetition() 1148 Repetition::from(parquet::FieldRepetitionType::Optional), in test_from_repetition() 1152 Repetition::from(parquet::FieldRepetitionType::Repeated), in test_from_repetition() 1160 parquet::FieldRepetitionType::Required, in test_into_repetition() 1164 parquet::FieldRepetitionType::Optional, in test_into_repetition() [all …]
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/ |
H A D | basic.rs | 507 impl convert::From<parquet::FieldRepetitionType> for Repetition { 508 fn from(value: parquet::FieldRepetitionType) -> Self { in from() 510 parquet::FieldRepetitionType::Required => Repetition::REQUIRED, in from() 511 parquet::FieldRepetitionType::Optional => Repetition::OPTIONAL, in from() 517 impl convert::From<Repetition> for parquet::FieldRepetitionType { implementation 1144 Repetition::from(parquet::FieldRepetitionType::Required), in test_from_repetition() 1148 Repetition::from(parquet::FieldRepetitionType::Optional), in test_from_repetition() 1152 Repetition::from(parquet::FieldRepetitionType::Repeated), in test_from_repetition() 1160 parquet::FieldRepetitionType::Required, in test_into_repetition() 1164 parquet::FieldRepetitionType::Optional, in test_into_repetition() [all …]
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/ |
H A D | schema_test.cc | 39 using format::FieldRepetitionType; 45 FieldRepetitionType::type repetition, in NewPrimitive() 58 FieldRepetitionType::type repetition, in NewGroup() 459 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() 462 elt = NewGroup("b", FieldRepetitionType::REPEATED, 1, 3); in TEST_F() 494 elements[0] = NewGroup("schema", FieldRepetitionType::REPEATED, 0, 0); in TEST_F() 513 elements[0] = NewGroup("not-repeated", FieldRepetitionType::REQUIRED, 1, 0); in TEST_F() 525 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 577 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 583 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() [all …]
|
H A D | thrift_internal.h | 79 static inline Repetition::type FromThriftUnsafe(format::FieldRepetitionType::type type) { in FromThriftUnsafe() 129 struct ThriftEnumTypeTraits<::parquet::format::FieldRepetitionType::type> { 262 static inline format::FieldRepetitionType::type ToThrift(Repetition::type type) { 263 return static_cast<format::FieldRepetitionType::type>(type);
|
H A D | parquet.thrift | 184 enum FieldRepetitionType { enum 367 3: optional FieldRepetitionType repetition_type;
|
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/ |
H A D | schema_test.cc | 39 using format::FieldRepetitionType; 45 FieldRepetitionType::type repetition, in NewPrimitive() 58 FieldRepetitionType::type repetition, in NewGroup() 459 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() 462 elt = NewGroup("b", FieldRepetitionType::REPEATED, 1, 3); in TEST_F() 494 elements[0] = NewGroup("schema", FieldRepetitionType::REPEATED, 0, 0); in TEST_F() 513 elements[0] = NewGroup("not-repeated", FieldRepetitionType::REQUIRED, 1, 0); in TEST_F() 525 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 577 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 583 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() [all …]
|
H A D | thrift_internal.h | 80 static inline Repetition::type FromThriftUnsafe(format::FieldRepetitionType::type type) { in FromThriftUnsafe() 132 struct ThriftEnumTypeTraits<::parquet::format::FieldRepetitionType::type> { 269 static inline format::FieldRepetitionType::type ToThrift(Repetition::type type) { 270 return static_cast<format::FieldRepetitionType::type>(type);
|
H A D | parquet.thrift | 184 enum FieldRepetitionType { enum 367 3: optional FieldRepetitionType repetition_type;
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/ |
H A D | schema_test.cc | 39 using format::FieldRepetitionType; 45 FieldRepetitionType::type repetition, in NewPrimitive() 58 FieldRepetitionType::type repetition, in NewGroup() 459 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() 462 elt = NewGroup("b", FieldRepetitionType::REPEATED, 1, 3); in TEST_F() 494 elements[0] = NewGroup("schema", FieldRepetitionType::REPEATED, 0, 0); in TEST_F() 513 elements[0] = NewGroup("not-repeated", FieldRepetitionType::REQUIRED, 1, 0); in TEST_F() 525 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 577 elements.push_back(NewGroup(name_, FieldRepetitionType::REPEATED, 2, 0)); in TEST_F() 583 elements.push_back(NewGroup("bag", FieldRepetitionType::OPTIONAL, 1, 2)); in TEST_F() [all …]
|
H A D | thrift_internal.h | 79 static inline Repetition::type FromThriftUnsafe(format::FieldRepetitionType::type type) { in FromThriftUnsafe() 129 struct ThriftEnumTypeTraits<::parquet::format::FieldRepetitionType::type> { 262 static inline format::FieldRepetitionType::type ToThrift(Repetition::type type) { 263 return static_cast<format::FieldRepetitionType::type>(type);
|
H A D | parquet.thrift | 184 enum FieldRepetitionType { enum 367 3: optional FieldRepetitionType repetition_type;
|
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/ |
H A D | schema_flatten_test.go | 28 func NewPrimitive(name string, repetition format.FieldRepetitionType, typ format.Type, fieldID int3… argument 40 func NewGroup(name string, repetition format.FieldRepetitionType, numChildren, fieldID int32) *form… argument
|
H A D | node.go | 346 RepetitionType: format.FieldRepetitionTypePtr(format.FieldRepetitionType(p.RepetitionType())), 489 RepetitionType: format.FieldRepetitionTypePtr(format.FieldRepetitionType(g.RepetitionType())),
|
H A D | schema_test.go | 42 func NewPrimitive(name string, repetition format.FieldRepetitionType, typ format.Type, fieldID int3… argument 54 func NewGroup(name string, repetition format.FieldRepetitionType, numChildren, fieldID int32) *form… argument
|
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/ |
H A D | types.go | 193 Repetition format.FieldRepetitionType 356 return strings.ToLower(format.FieldRepetitionType(r).String())
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/generated/ |
H A D | parquet_types.h | 77 struct FieldRepetitionType { struct 87 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val); argument 89 std::string to_string(const FieldRepetitionType::type& val); 1098 …SchemaElement() : type((Type::type)0), type_length(0), repetition_type((FieldRepetitionType::type)… in SchemaElement() 1104 FieldRepetitionType::type repetition_type; 1119 void __set_repetition_type(const FieldRepetitionType::type val);
|
H A D | parquet_types.cpp | 127 FieldRepetitionType::REQUIRED, 128 FieldRepetitionType::OPTIONAL, 129 FieldRepetitionType::REPEATED 138 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val) { in operator <<() 148 std::string to_string(const FieldRepetitionType::type& val) { in to_string() 2294 void SchemaElement::__set_repetition_type(const FieldRepetitionType::type val) { in __set_repetition_type() 2383 this->repetition_type = (FieldRepetitionType::type)ecast39; in read()
|
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/generated/ |
H A D | parquet_types.h | 77 struct FieldRepetitionType { struct 87 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val); argument 89 std::string to_string(const FieldRepetitionType::type& val); 1099 …SchemaElement() : type((Type::type)0), type_length(0), repetition_type((FieldRepetitionType::type)… in SchemaElement() 1105 FieldRepetitionType::type repetition_type; 1120 void __set_repetition_type(const FieldRepetitionType::type val);
|
H A D | parquet_types.cpp | 127 FieldRepetitionType::REQUIRED, 128 FieldRepetitionType::OPTIONAL, 129 FieldRepetitionType::REPEATED 138 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val) { in operator <<() 148 std::string to_string(const FieldRepetitionType::type& val) { in to_string() 2296 void SchemaElement::__set_repetition_type(const FieldRepetitionType::type val) { in __set_repetition_type() 2385 this->repetition_type = (FieldRepetitionType::type)ecast39; in read()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/generated/ |
H A D | parquet_types.h | 77 struct FieldRepetitionType { struct 87 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val); argument 89 std::string to_string(const FieldRepetitionType::type& val); 1098 …SchemaElement() : type((Type::type)0), type_length(0), repetition_type((FieldRepetitionType::type)… in SchemaElement() 1104 FieldRepetitionType::type repetition_type; 1119 void __set_repetition_type(const FieldRepetitionType::type val);
|
H A D | parquet_types.cpp | 127 FieldRepetitionType::REQUIRED, 128 FieldRepetitionType::OPTIONAL, 129 FieldRepetitionType::REPEATED 138 std::ostream& operator<<(std::ostream& out, const FieldRepetitionType::type& val) { in operator <<() 148 std::string to_string(const FieldRepetitionType::type& val) { in to_string() 2294 void SchemaElement::__set_repetition_type(const FieldRepetitionType::type val) { in __set_repetition_type() 2383 this->repetition_type = (FieldRepetitionType::type)ecast39; in read()
|
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/ |
H A D | parquet.go | 214 type FieldRepetitionType int64 type 216 FieldRepetitionType_REQUIRED FieldRepetitionType = 0 217 FieldRepetitionType_OPTIONAL FieldRepetitionType = 1 218 FieldRepetitionType_REPEATED FieldRepetitionType = 2 221 func (p FieldRepetitionType) String() string { 240 func FieldRepetitionTypePtr(v FieldRepetitionType) *FieldRepetitionType { return &v } argument 242 func (p FieldRepetitionType) MarshalText() ([]byte, error) { 255 func (p *FieldRepetitionType) Scan(value interface{}) error { 260 *p = FieldRepetitionType(v) 264 func (p * FieldRepetitionType) Value() (driver.Value, error) { [all …]
|