From 462327fc75bcae1859a77c2f708a7d5e974a0dc8 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Fri, 21 Jul 2023 10:08:11 -0700 Subject: [PATCH] Add the scalar to the operand Signed-off-by: Kevin Su --- gen/pb-cpp/flyteidl/core/condition.pb.cc | 143 +- gen/pb-cpp/flyteidl/core/condition.pb.h | 65 +- gen/pb-go/flyteidl/core/condition.pb.go | 78 +- .../flyteidl/core/condition.pb.validate.go | 12 + gen/pb-go/flyteidl/service/admin.swagger.json | 4 + .../service/flyteadmin/api/swagger.yaml | 44989 +++++++++++++++- .../service/flyteadmin/model_core_operand.go | 1 + gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/core/Condition.java | 370 +- gen/pb-js/flyteidl.d.ts | 8 +- gen/pb-js/flyteidl.js | 28 +- gen/pb_python/flyteidl/core/condition_pb2.py | 20 +- gen/pb_python/flyteidl/core/condition_pb2.pyi | 6 +- .../flyteadmin/models/core_operand.py | 33 +- gen/pb_rust/flyteidl.core.rs | 5 +- protos/flyteidl/core/condition.proto | 4 +- 16 files changed, 45533 insertions(+), 237 deletions(-) diff --git a/gen/pb-cpp/flyteidl/core/condition.pb.cc b/gen/pb-cpp/flyteidl/core/condition.pb.cc index c78159b00..11d6e5c61 100644 --- a/gen/pb-cpp/flyteidl/core/condition.pb.cc +++ b/gen/pb-cpp/flyteidl/core/condition.pb.cc @@ -18,8 +18,9 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcondition_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_BooleanExpression_flyteidl_2fcore_2fcondition_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcondition_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ComparisonExpression_flyteidl_2fcore_2fcondition_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcondition_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Operand_flyteidl_2fcore_2fcondition_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcondition_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_Operand_flyteidl_2fcore_2fcondition_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_Primitive_flyteidl_2fcore_2fliterals_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<9> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; namespace flyteidl { namespace core { class ComparisonExpressionDefaultTypeInternal { @@ -31,6 +32,7 @@ class OperandDefaultTypeInternal { ::google::protobuf::internal::ExplicitlyConstructed _instance; const ::flyteidl::core::Primitive* primitive_; ::google::protobuf::internal::ArenaStringPtr var_; + const ::flyteidl::core::Scalar* scalar_; } _Operand_default_instance_; class BooleanExpressionDefaultTypeInternal { public: @@ -70,9 +72,10 @@ static void InitDefaultsOperand_flyteidl_2fcore_2fcondition_2eproto() { ::flyteidl::core::Operand::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_Operand_flyteidl_2fcore_2fcondition_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsOperand_flyteidl_2fcore_2fcondition_2eproto}, { - &scc_info_Primitive_flyteidl_2fcore_2fliterals_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_Operand_flyteidl_2fcore_2fcondition_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsOperand_flyteidl_2fcore_2fcondition_2eproto}, { + &scc_info_Primitive_flyteidl_2fcore_2fliterals_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base,}}; static void InitDefaultsBooleanExpression_flyteidl_2fcore_2fcondition_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -121,6 +124,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fcondition_2eproto ~0u, // no _weak_field_map_ offsetof(::flyteidl::core::OperandDefaultTypeInternal, primitive_), offsetof(::flyteidl::core::OperandDefaultTypeInternal, var_), + offsetof(::flyteidl::core::OperandDefaultTypeInternal, scalar_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Operand, val_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::BooleanExpression, _internal_metadata_), @@ -142,8 +146,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2fcondition_2eproto static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::ComparisonExpression)}, { 8, -1, sizeof(::flyteidl::core::Operand)}, - { 16, -1, sizeof(::flyteidl::core::BooleanExpression)}, - { 24, -1, sizeof(::flyteidl::core::ConjunctionExpression)}, + { 17, -1, sizeof(::flyteidl::core::BooleanExpression)}, + { 25, -1, sizeof(::flyteidl::core::ConjunctionExpression)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -167,26 +171,27 @@ const char descriptor_table_protodef_flyteidl_2fcore_2fcondition_2eproto[] = "rator\022*\n\nleft_value\030\002 \001(\0132\026.flyteidl.cor" "e.Operand\022+\n\013right_value\030\003 \001(\0132\026.flyteid" "l.core.Operand\"=\n\010Operator\022\006\n\002EQ\020\000\022\007\n\003NE" - "Q\020\001\022\006\n\002GT\020\002\022\007\n\003GTE\020\003\022\006\n\002LT\020\004\022\007\n\003LTE\020\005\"N\n" - "\007Operand\022-\n\tprimitive\030\001 \001(\0132\030.flyteidl.c" - "ore.PrimitiveH\000\022\r\n\003var\030\002 \001(\tH\000B\005\n\003val\"\223\001" - "\n\021BooleanExpression\022;\n\013conjunction\030\001 \001(\013" - "2$.flyteidl.core.ConjunctionExpressionH\000" - "\0229\n\ncomparison\030\002 \001(\0132#.flyteidl.core.Com" - "parisonExpressionH\000B\006\n\004expr\"\372\001\n\025Conjunct" - "ionExpression\022F\n\010operator\030\001 \001(\01624.flytei" - "dl.core.ConjunctionExpression.LogicalOpe" - "rator\0229\n\017left_expression\030\002 \001(\0132 .flyteid" - "l.core.BooleanExpression\022:\n\020right_expres" - "sion\030\003 \001(\0132 .flyteidl.core.BooleanExpres" - "sion\"\"\n\017LogicalOperator\022\007\n\003AND\020\000\022\006\n\002OR\020\001" - "B6Z4gitpro.ttaallkk.top/flyteorg/flyteidl/gen/pb-" - "go/flyteidl/coreb\006proto3" + "Q\020\001\022\006\n\002GT\020\002\022\007\n\003GTE\020\003\022\006\n\002LT\020\004\022\007\n\003LTE\020\005\"{\n" + "\007Operand\0221\n\tprimitive\030\001 \001(\0132\030.flyteidl.c" + "ore.PrimitiveB\002\030\001H\000\022\r\n\003var\030\002 \001(\tH\000\022\'\n\006sc" + "alar\030\003 \001(\0132\025.flyteidl.core.ScalarH\000B\005\n\003v" + "al\"\223\001\n\021BooleanExpression\022;\n\013conjunction\030" + "\001 \001(\0132$.flyteidl.core.ConjunctionExpress" + "ionH\000\0229\n\ncomparison\030\002 \001(\0132#.flyteidl.cor" + "e.ComparisonExpressionH\000B\006\n\004expr\"\372\001\n\025Con" + "junctionExpression\022F\n\010operator\030\001 \001(\01624.f" + "lyteidl.core.ConjunctionExpression.Logic" + "alOperator\0229\n\017left_expression\030\002 \001(\0132 .fl" + "yteidl.core.BooleanExpression\022:\n\020right_e" + "xpression\030\003 \001(\0132 .flyteidl.core.BooleanE" + "xpression\"\"\n\017LogicalOperator\022\007\n\003AND\020\000\022\006\n" + "\002OR\020\001B6Z4gitpro.ttaallkk.top/flyteorg/flyteidl/ge" + "n/pb-go/flyteidl/coreb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2fcondition_2eproto = { false, InitDefaults_flyteidl_2fcore_2fcondition_2eproto, descriptor_table_protodef_flyteidl_2fcore_2fcondition_2eproto, - "flyteidl/core/condition.proto", &assign_descriptors_table_flyteidl_2fcore_2fcondition_2eproto, 864, + "flyteidl/core/condition.proto", &assign_descriptors_table_flyteidl_2fcore_2fcondition_2eproto, 909, }; void AddDescriptors_flyteidl_2fcore_2fcondition_2eproto() { @@ -661,16 +666,23 @@ void Operand::InitAsDefaultInstance() { ::flyteidl::core::Primitive::internal_default_instance()); ::flyteidl::core::_Operand_default_instance_.var_.UnsafeSetDefault( &::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::flyteidl::core::_Operand_default_instance_.scalar_ = const_cast< ::flyteidl::core::Scalar*>( + ::flyteidl::core::Scalar::internal_default_instance()); } class Operand::HasBitSetters { public: static const ::flyteidl::core::Primitive& primitive(const Operand* msg); + static const ::flyteidl::core::Scalar& scalar(const Operand* msg); }; const ::flyteidl::core::Primitive& Operand::HasBitSetters::primitive(const Operand* msg) { return *msg->val_.primitive_; } +const ::flyteidl::core::Scalar& +Operand::HasBitSetters::scalar(const Operand* msg) { + return *msg->val_.scalar_; +} void Operand::set_allocated_primitive(::flyteidl::core::Primitive* primitive) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); clear_val(); @@ -691,9 +703,30 @@ void Operand::clear_primitive() { clear_has_val(); } } +void Operand::set_allocated_scalar(::flyteidl::core::Scalar* scalar) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_val(); + if (scalar) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + scalar = ::google::protobuf::internal::GetOwnedMessage( + message_arena, scalar, submessage_arena); + } + set_has_scalar(); + val_.scalar_ = scalar; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Operand.scalar) +} +void Operand::clear_scalar() { + if (has_scalar()) { + delete val_.scalar_; + clear_has_val(); + } +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Operand::kPrimitiveFieldNumber; const int Operand::kVarFieldNumber; +const int Operand::kScalarFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 Operand::Operand() @@ -715,6 +748,10 @@ Operand::Operand(const Operand& from) set_var(from.var()); break; } + case kScalar: { + mutable_scalar()->::flyteidl::core::Scalar::MergeFrom(from.scalar()); + break; + } case VAL_NOT_SET: { break; } @@ -759,6 +796,10 @@ void Operand::clear_val() { val_.var_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); break; } + case kScalar: { + delete val_.scalar_; + break; + } case VAL_NOT_SET: { break; } @@ -790,7 +831,7 @@ const char* Operand::_InternalParse(const char* begin, const char* end, void* ob ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // .flyteidl.core.Primitive primitive = 1; + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); @@ -819,6 +860,19 @@ const char* Operand::_InternalParse(const char* begin, const char* end, void* ob ptr += size; break; } + // .flyteidl.core.Scalar scalar = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::Scalar::_InternalParse; + object = msg->mutable_scalar(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -853,7 +907,7 @@ bool Operand::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .flyteidl.core.Primitive primitive = 1; + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( @@ -879,6 +933,17 @@ bool Operand::MergePartialFromCodedStream( break; } + // .flyteidl.core.Scalar scalar = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_scalar())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -906,7 +971,7 @@ void Operand::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.Primitive primitive = 1; + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; if (has_primitive()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 1, HasBitSetters::primitive(this), output); @@ -922,6 +987,12 @@ void Operand::SerializeWithCachedSizes( 2, this->var(), output); } + // .flyteidl.core.Scalar scalar = 3; + if (has_scalar()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 3, HasBitSetters::scalar(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -935,7 +1006,7 @@ ::google::protobuf::uint8* Operand::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.Primitive primitive = 1; + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; if (has_primitive()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( @@ -953,6 +1024,13 @@ ::google::protobuf::uint8* Operand::InternalSerializeWithCachedSizesToArray( 2, this->var(), target); } + // .flyteidl.core.Scalar scalar = 3; + if (has_scalar()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 3, HasBitSetters::scalar(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -975,7 +1053,7 @@ size_t Operand::ByteSizeLong() const { (void) cached_has_bits; switch (val_case()) { - // .flyteidl.core.Primitive primitive = 1; + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; case kPrimitive: { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( @@ -989,6 +1067,13 @@ size_t Operand::ByteSizeLong() const { this->var()); break; } + // .flyteidl.core.Scalar scalar = 3; + case kScalar: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *val_.scalar_); + break; + } case VAL_NOT_SET: { break; } @@ -1029,6 +1114,10 @@ void Operand::MergeFrom(const Operand& from) { set_var(from.var()); break; } + case kScalar: { + mutable_scalar()->::flyteidl::core::Scalar::MergeFrom(from.scalar()); + break; + } case VAL_NOT_SET: { break; } diff --git a/gen/pb-cpp/flyteidl/core/condition.pb.h b/gen/pb-cpp/flyteidl/core/condition.pb.h index 82cd58470..d90d75750 100644 --- a/gen/pb-cpp/flyteidl/core/condition.pb.h +++ b/gen/pb-cpp/flyteidl/core/condition.pb.h @@ -326,6 +326,7 @@ class Operand final : enum ValCase { kPrimitive = 1, kVar = 2, + kScalar = 3, VAL_NOT_SET = 0, }; @@ -392,14 +393,14 @@ class Operand final : // accessors ------------------------------------------------------- - // .flyteidl.core.Primitive primitive = 1; - bool has_primitive() const; - void clear_primitive(); - static const int kPrimitiveFieldNumber = 1; - const ::flyteidl::core::Primitive& primitive() const; - ::flyteidl::core::Primitive* release_primitive(); - ::flyteidl::core::Primitive* mutable_primitive(); - void set_allocated_primitive(::flyteidl::core::Primitive* primitive); + // .flyteidl.core.Primitive primitive = 1 [deprecated = true]; + PROTOBUF_DEPRECATED bool has_primitive() const; + PROTOBUF_DEPRECATED void clear_primitive(); + PROTOBUF_DEPRECATED static const int kPrimitiveFieldNumber = 1; + PROTOBUF_DEPRECATED const ::flyteidl::core::Primitive& primitive() const; + PROTOBUF_DEPRECATED ::flyteidl::core::Primitive* release_primitive(); + PROTOBUF_DEPRECATED ::flyteidl::core::Primitive* mutable_primitive(); + PROTOBUF_DEPRECATED void set_allocated_primitive(::flyteidl::core::Primitive* primitive); // string var = 2; private: @@ -418,6 +419,15 @@ class Operand final : ::std::string* release_var(); void set_allocated_var(::std::string* var); + // .flyteidl.core.Scalar scalar = 3; + bool has_scalar() const; + void clear_scalar(); + static const int kScalarFieldNumber = 3; + const ::flyteidl::core::Scalar& scalar() const; + ::flyteidl::core::Scalar* release_scalar(); + ::flyteidl::core::Scalar* mutable_scalar(); + void set_allocated_scalar(::flyteidl::core::Scalar* scalar); + void clear_val(); ValCase val_case() const; // @@protoc_insertion_point(class_scope:flyteidl.core.Operand) @@ -425,6 +435,7 @@ class Operand final : class HasBitSetters; void set_has_primitive(); void set_has_var(); + void set_has_scalar(); inline bool has_val() const; inline void clear_has_val(); @@ -434,6 +445,7 @@ class Operand final : ValUnion() {} ::flyteidl::core::Primitive* primitive_; ::google::protobuf::internal::ArenaStringPtr var_; + ::flyteidl::core::Scalar* scalar_; } val_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -872,7 +884,7 @@ inline void ComparisonExpression::set_allocated_right_value(::flyteidl::core::Op // Operand -// .flyteidl.core.Primitive primitive = 1; +// .flyteidl.core.Primitive primitive = 1 [deprecated = true]; inline bool Operand::has_primitive() const { return val_case() == kPrimitive; } @@ -999,6 +1011,41 @@ inline void Operand::set_allocated_var(::std::string* var) { // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Operand.var) } +// .flyteidl.core.Scalar scalar = 3; +inline bool Operand::has_scalar() const { + return val_case() == kScalar; +} +inline void Operand::set_has_scalar() { + _oneof_case_[0] = kScalar; +} +inline ::flyteidl::core::Scalar* Operand::release_scalar() { + // @@protoc_insertion_point(field_release:flyteidl.core.Operand.scalar) + if (has_scalar()) { + clear_has_val(); + ::flyteidl::core::Scalar* temp = val_.scalar_; + val_.scalar_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::core::Scalar& Operand::scalar() const { + // @@protoc_insertion_point(field_get:flyteidl.core.Operand.scalar) + return has_scalar() + ? *val_.scalar_ + : *reinterpret_cast< ::flyteidl::core::Scalar*>(&::flyteidl::core::_Scalar_default_instance_); +} +inline ::flyteidl::core::Scalar* Operand::mutable_scalar() { + if (!has_scalar()) { + clear_val(); + set_has_scalar(); + val_.scalar_ = CreateMaybeMessage< ::flyteidl::core::Scalar >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.Operand.scalar) + return val_.scalar_; +} + inline bool Operand::has_val() const { return val_case() != VAL_NOT_SET; } diff --git a/gen/pb-go/flyteidl/core/condition.pb.go b/gen/pb-go/flyteidl/core/condition.pb.go index 141dc2641..6bf74ba3a 100644 --- a/gen/pb-go/flyteidl/core/condition.pb.go +++ b/gen/pb-go/flyteidl/core/condition.pb.go @@ -150,6 +150,7 @@ type Operand struct { // Types that are valid to be assigned to Val: // *Operand_Primitive // *Operand_Var + // *Operand_Scalar Val isOperand_Val `protobuf_oneof:"val"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -193,10 +194,16 @@ type Operand_Var struct { Var string `protobuf:"bytes,2,opt,name=var,proto3,oneof"` } +type Operand_Scalar struct { + Scalar *Scalar `protobuf:"bytes,3,opt,name=scalar,proto3,oneof"` +} + func (*Operand_Primitive) isOperand_Val() {} func (*Operand_Var) isOperand_Val() {} +func (*Operand_Scalar) isOperand_Val() {} + func (m *Operand) GetVal() isOperand_Val { if m != nil { return m.Val @@ -204,6 +211,7 @@ func (m *Operand) GetVal() isOperand_Val { return nil } +// Deprecated: Do not use. func (m *Operand) GetPrimitive() *Primitive { if x, ok := m.GetVal().(*Operand_Primitive); ok { return x.Primitive @@ -218,11 +226,19 @@ func (m *Operand) GetVar() string { return "" } +func (m *Operand) GetScalar() *Scalar { + if x, ok := m.GetVal().(*Operand_Scalar); ok { + return x.Scalar + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*Operand) XXX_OneofWrappers() []interface{} { return []interface{}{ (*Operand_Primitive)(nil), (*Operand_Var)(nil), + (*Operand_Scalar)(nil), } } @@ -376,34 +392,36 @@ func init() { func init() { proto.RegisterFile("flyteidl/core/condition.proto", fileDescriptor_df35c44899db166a) } var fileDescriptor_df35c44899db166a = []byte{ - // 463 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x4d, 0x6f, 0xd3, 0x40, - 0x10, 0x86, 0xfd, 0xd1, 0xa6, 0xcd, 0x44, 0x34, 0xcb, 0x0a, 0x50, 0x84, 0x40, 0x8a, 0x0c, 0x87, - 0x1e, 0xc0, 0x96, 0x42, 0xf9, 0xb8, 0x70, 0x20, 0x60, 0xd5, 0x88, 0xa8, 0x1f, 0x56, 0xc4, 0x81, - 0x03, 0xc8, 0x71, 0xb6, 0xee, 0xa2, 0x8d, 0xc7, 0xda, 0x6c, 0xa2, 0xf2, 0x2b, 0xf8, 0x15, 0xdc, - 0xf8, 0x91, 0x68, 0x37, 0x8e, 0x93, 0x38, 0x11, 0xca, 0xd1, 0xb3, 0xef, 0x33, 0xfb, 0x7a, 0xf6, - 0x1d, 0x78, 0x7a, 0x23, 0x7e, 0x29, 0xc6, 0xc7, 0x22, 0x48, 0x51, 0xb2, 0x20, 0xc5, 0x7c, 0xcc, - 0x15, 0xc7, 0xdc, 0x2f, 0x24, 0x2a, 0xa4, 0xf7, 0x96, 0xc7, 0xbe, 0x3e, 0x7e, 0xfc, 0x64, 0x53, - 0x2d, 0xb8, 0x62, 0x32, 0x11, 0xd3, 0x85, 0xd8, 0xfb, 0xed, 0xc0, 0x83, 0x8f, 0x38, 0x29, 0x12, - 0xc9, 0xa7, 0x98, 0x87, 0x77, 0x85, 0x64, 0xd3, 0x29, 0xc7, 0x9c, 0x46, 0x70, 0x8c, 0x05, 0x93, - 0x89, 0x42, 0xd9, 0xb1, 0xbb, 0xf6, 0xe9, 0x49, 0xef, 0x85, 0xbf, 0xd1, 0xd8, 0xdf, 0x85, 0xf9, - 0x97, 0x25, 0x13, 0x57, 0x34, 0x7d, 0x0d, 0x20, 0xd8, 0x8d, 0xfa, 0x31, 0x4f, 0xc4, 0x8c, 0x75, - 0x9c, 0xae, 0x7d, 0xda, 0xea, 0x3d, 0xaa, 0xf5, 0x32, 0x58, 0x3e, 0x8e, 0x9b, 0x5a, 0xf9, 0x55, - 0x0b, 0xe9, 0x5b, 0x68, 0x49, 0x9e, 0xdd, 0x2e, 0x39, 0xf7, 0xbf, 0x1c, 0x18, 0xa9, 0x01, 0xbd, - 0xf7, 0x70, 0xbc, 0x74, 0x41, 0x1b, 0xe0, 0x84, 0xd7, 0xc4, 0xa2, 0x47, 0xe0, 0x5e, 0x84, 0xd7, - 0xc4, 0xd6, 0x85, 0xf3, 0x21, 0x71, 0x74, 0xe1, 0x7c, 0x18, 0x12, 0x57, 0x17, 0x06, 0x43, 0x72, - 0xa0, 0x0b, 0x83, 0x61, 0x48, 0x0e, 0xbd, 0xef, 0x70, 0x54, 0x76, 0xa5, 0xef, 0xa0, 0x59, 0x48, - 0x3e, 0xe1, 0x8a, 0xcf, 0x99, 0x19, 0x42, 0xab, 0xd7, 0xa9, 0x19, 0xb8, 0x5a, 0x9e, 0x47, 0x56, - 0xbc, 0x12, 0x53, 0x0a, 0xee, 0x3c, 0x91, 0xe6, 0x67, 0x9b, 0x91, 0x15, 0xeb, 0x8f, 0xfe, 0xa1, - 0xae, 0x09, 0xef, 0xaf, 0x0d, 0xf7, 0xfb, 0x88, 0x82, 0x25, 0x9b, 0xe3, 0x6e, 0xa5, 0x98, 0xff, - 0x9c, 0xe5, 0xa9, 0x7e, 0xc9, 0xf2, 0xb2, 0xe7, 0x5b, 0x13, 0xaf, 0x14, 0x2b, 0x34, 0xb2, 0xe2, - 0x75, 0x94, 0x86, 0x00, 0x69, 0xf5, 0x32, 0xe5, 0xb8, 0x9f, 0xed, 0xf1, 0x74, 0x91, 0x15, 0xaf, - 0x81, 0xfd, 0x06, 0x1c, 0xb0, 0xbb, 0x42, 0x7a, 0x7f, 0x1c, 0x78, 0xb8, 0xf3, 0x5e, 0x7a, 0xb5, - 0x95, 0x90, 0xb3, 0x7d, 0xfc, 0xfa, 0x03, 0xcc, 0x78, 0x9a, 0x88, 0x1d, 0x49, 0xf9, 0x0c, 0x6d, - 0x93, 0x14, 0x56, 0x89, 0x4b, 0xff, 0xdd, 0x5a, 0xe3, 0xad, 0xf9, 0xc5, 0x27, 0x1a, 0x5c, 0x33, - 0xf7, 0x05, 0xc8, 0x22, 0x3d, 0x6b, 0xbd, 0xdc, 0x3d, 0x7b, 0xb5, 0x0d, 0xb9, 0x2a, 0x78, 0x1e, - 0xb4, 0x6b, 0xa6, 0x75, 0x5c, 0x3e, 0x5c, 0x7c, 0x22, 0x96, 0xce, 0xcf, 0x65, 0x4c, 0xec, 0xfe, - 0x9b, 0x6f, 0x67, 0x19, 0x57, 0xb7, 0xb3, 0x91, 0x9f, 0xe2, 0x24, 0x30, 0x57, 0xa0, 0xcc, 0x82, - 0x6a, 0xf9, 0x32, 0x96, 0x07, 0xc5, 0xe8, 0x65, 0x86, 0xc1, 0xc6, 0x3e, 0x8e, 0x1a, 0x66, 0x0f, - 0x5f, 0xfd, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb8, 0x12, 0xe1, 0x54, 0xd5, 0x03, 0x00, 0x00, + // 486 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x4f, 0x6f, 0xd3, 0x30, + 0x18, 0xc6, 0xf3, 0x67, 0xeb, 0xd6, 0xb7, 0x62, 0x35, 0x16, 0x43, 0x15, 0x02, 0xa9, 0x0a, 0x1c, + 0x76, 0x80, 0x44, 0x2a, 0x03, 0x2e, 0x70, 0x20, 0x10, 0x2d, 0x88, 0x6a, 0x7f, 0x4c, 0xc5, 0x81, + 0x0b, 0x72, 0x53, 0x2f, 0x33, 0x72, 0xe3, 0xc8, 0x49, 0xab, 0xf1, 0x29, 0x38, 0xf0, 0x19, 0xb8, + 0xf1, 0x21, 0x91, 0xbd, 0x34, 0x6d, 0xd3, 0x0a, 0xf5, 0x98, 0xf7, 0x7d, 0x7e, 0x4f, 0x1e, 0xfb, + 0x7d, 0x0d, 0x4f, 0xae, 0xc5, 0xcf, 0x92, 0xf1, 0x89, 0x08, 0x12, 0xa9, 0x58, 0x90, 0xc8, 0x6c, + 0xc2, 0x4b, 0x2e, 0x33, 0x3f, 0x57, 0xb2, 0x94, 0xf8, 0xde, 0xa2, 0xed, 0xeb, 0xf6, 0xa3, 0xc7, + 0xeb, 0x6a, 0xc1, 0x4b, 0xa6, 0xa8, 0x28, 0xee, 0xc4, 0xde, 0x2f, 0x07, 0x1e, 0x7c, 0x90, 0xd3, + 0x9c, 0x2a, 0x5e, 0xc8, 0x2c, 0xba, 0xcd, 0x15, 0x2b, 0x0a, 0x2e, 0x33, 0x1c, 0xc3, 0xa1, 0xcc, + 0x99, 0xa2, 0xa5, 0x54, 0x3d, 0xbb, 0x6f, 0x9f, 0x1c, 0x0d, 0x9e, 0xfb, 0x6b, 0xc6, 0xfe, 0x36, + 0xcc, 0xbf, 0xa8, 0x18, 0x52, 0xd3, 0xf8, 0x15, 0x80, 0x60, 0xd7, 0xe5, 0xf7, 0x39, 0x15, 0x33, + 0xd6, 0x73, 0xfa, 0xf6, 0x49, 0x67, 0xf0, 0xb0, 0xe1, 0x65, 0xb0, 0x6c, 0x42, 0xda, 0x5a, 0xf9, + 0x55, 0x0b, 0xf1, 0x1b, 0xe8, 0x28, 0x9e, 0xde, 0x2c, 0x38, 0xf7, 0xbf, 0x1c, 0x18, 0xa9, 0x01, + 0xbd, 0x77, 0x70, 0xb8, 0x48, 0x81, 0x5b, 0xe0, 0x44, 0x57, 0xc8, 0xc2, 0x07, 0xe0, 0x9e, 0x47, + 0x57, 0xc8, 0xd6, 0x85, 0xb3, 0x11, 0x72, 0x74, 0xe1, 0x6c, 0x14, 0x21, 0x57, 0x17, 0x86, 0x23, + 0xb4, 0xa7, 0x0b, 0xc3, 0x51, 0x84, 0xf6, 0xbd, 0xdf, 0x36, 0x1c, 0x54, 0xb6, 0xf8, 0x2d, 0xb4, + 0x73, 0xc5, 0xa7, 0xbc, 0xe4, 0x73, 0x66, 0x6e, 0xa1, 0x33, 0xe8, 0x35, 0x12, 0x5c, 0x2e, 0xfa, + 0xa1, 0xd3, 0xb3, 0x63, 0x8b, 0x2c, 0x01, 0x8c, 0xc1, 0x9d, 0x53, 0x65, 0x4e, 0xdc, 0x8e, 0x2d, + 0xa2, 0x3f, 0x70, 0x00, 0xad, 0x22, 0xa1, 0x82, 0xaa, 0xea, 0x40, 0xc7, 0x0d, 0xbb, 0x2f, 0xa6, + 0x19, 0x5b, 0xa4, 0x92, 0x85, 0xfb, 0xda, 0x44, 0x78, 0x7f, 0x6d, 0xb8, 0x1f, 0x4a, 0x29, 0x18, + 0x5d, 0x1f, 0x52, 0x27, 0x91, 0xd9, 0x8f, 0x59, 0x96, 0xe8, 0xf9, 0x57, 0x09, 0x9f, 0x6d, 0xcc, + 0xa9, 0x56, 0x2c, 0xd1, 0xd8, 0x22, 0xab, 0x28, 0x8e, 0x00, 0x92, 0x7a, 0x9e, 0xd5, 0x90, 0x9e, + 0xee, 0x30, 0xf0, 0xd8, 0x22, 0x2b, 0x60, 0xd8, 0x82, 0x3d, 0x76, 0x9b, 0x2b, 0xef, 0x8f, 0x03, + 0xc7, 0x5b, 0xff, 0x8b, 0x2f, 0x37, 0xf6, 0xea, 0x74, 0x97, 0xbc, 0xfe, 0x50, 0xa6, 0x3c, 0xa1, + 0x62, 0xcb, 0x7e, 0x7d, 0x82, 0xae, 0xd9, 0x2f, 0x56, 0x8b, 0xab, 0xfc, 0xfd, 0x86, 0xf1, 0xc6, + 0xfd, 0x91, 0x23, 0x0d, 0xae, 0x84, 0xfb, 0x0c, 0xe8, 0x6e, 0xe7, 0x56, 0xbc, 0xdc, 0x1d, 0xbd, + 0xba, 0x86, 0x5c, 0x16, 0x3c, 0x0f, 0xba, 0x8d, 0xd0, 0x7a, 0xc9, 0xde, 0x9f, 0x7f, 0x44, 0x96, + 0xde, 0xba, 0x0b, 0x82, 0xec, 0xf0, 0xf5, 0xb7, 0xd3, 0x94, 0x97, 0x37, 0xb3, 0xb1, 0x9f, 0xc8, + 0x69, 0x60, 0x7e, 0x21, 0x55, 0x1a, 0xd4, 0x4f, 0x36, 0x65, 0x59, 0x90, 0x8f, 0x5f, 0xa4, 0x32, + 0x58, 0x7b, 0xc5, 0xe3, 0x96, 0x79, 0xbd, 0x2f, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xb6, 0xe4, + 0xe7, 0xb1, 0x0b, 0x04, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/core/condition.pb.validate.go b/gen/pb-go/flyteidl/core/condition.pb.validate.go index 78df0959b..0eb34fb8a 100644 --- a/gen/pb-go/flyteidl/core/condition.pb.validate.go +++ b/gen/pb-go/flyteidl/core/condition.pb.validate.go @@ -149,6 +149,18 @@ func (m *Operand) Validate() error { case *Operand_Var: // no validation rules for Var + case *Operand_Scalar: + + if v, ok := interface{}(m.GetScalar()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return OperandValidationError{ + field: "Scalar", + reason: "embedded message failed validation", + cause: err, + } + } + } + } return nil diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index e0a3d0092..b9cf6c3c1 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6419,6 +6419,10 @@ "var": { "type": "string", "title": "Or one of this node's input variables" + }, + "scalar": { + "$ref": "#/definitions/coreScalar", + "title": "Replace the primitive field" } }, "description": "Defines an operand to a comparison expression." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index fe237297b..cda476c75 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -8108,6 +8108,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8117,6 +8219,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8131,6 +8335,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8140,6 +8446,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8158,6 +8566,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8167,6 +8677,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8622,6 +9234,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8631,6 +9345,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8645,6 +9461,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8654,6 +9572,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8672,6 +9692,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -8681,6 +9803,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9135,6 +10359,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9144,6 +10470,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9158,6 +10586,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9167,6 +10697,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9185,6 +10817,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -9194,6 +10928,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10119,6 +11955,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10128,6 +12066,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10142,6 +12182,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10151,6 +12293,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10169,6 +12413,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10178,6 +12524,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10633,6 +13081,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10642,6 +13192,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10656,6 +13308,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10665,6 +13419,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10683,6 +13539,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -10692,6 +13650,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11146,6 +14206,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11155,6 +14317,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11169,6 +14433,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11178,6 +14544,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11196,6 +14664,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -11205,6 +14775,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12658,6 +16330,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12667,6 +16441,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12681,6 +16557,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12690,6 +16668,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12708,6 +16788,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -12717,6 +16899,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13172,6 +17456,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13181,6 +17567,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13195,6 +17683,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13204,6 +17794,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13222,6 +17914,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13231,6 +18025,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13685,6 +18581,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13694,6 +18692,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13708,6 +18808,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13717,6 +18919,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13735,6 +19039,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -13744,6 +19150,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17335,6 +22843,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17344,6 +22954,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17358,6 +23070,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17367,6 +23181,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17385,6 +23301,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17394,6 +23412,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17849,6 +23969,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17858,6 +24080,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17872,6 +24196,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17881,6 +24307,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17899,6 +24427,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -17908,6 +24538,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18362,6 +25094,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18371,6 +25205,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18385,6 +25321,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18394,6 +25432,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18412,6 +25552,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -18421,6 +25663,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19346,6 +26690,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19355,6 +26801,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19369,6 +26917,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19378,6 +27028,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19396,6 +27148,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19405,6 +27259,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19860,6 +27816,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19869,6 +27927,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19883,6 +28043,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19892,6 +28154,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19910,6 +28274,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -19919,6 +28385,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20373,6 +28941,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20382,6 +29052,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20396,6 +29168,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20405,6 +29279,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20423,6 +29399,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -20432,6 +29510,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21885,6 +31065,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21894,6 +31176,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21908,6 +31292,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21917,6 +31403,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21935,6 +31523,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -21944,6 +31634,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22399,6 +32191,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22408,6 +32302,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22422,6 +32418,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22431,6 +32529,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22449,6 +32649,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22458,6 +32760,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22912,6 +33316,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22921,6 +33427,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22935,6 +33543,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22944,6 +33654,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22962,6 +33774,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -22971,6 +33885,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24181,6 +35197,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24190,6 +35308,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24204,6 +35424,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24213,6 +35535,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24231,6 +35655,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24240,6 +35766,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24695,6 +36323,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24704,6 +36434,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24718,6 +36550,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24727,6 +36661,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24745,6 +36781,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -24754,6 +36892,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25208,6 +37448,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25217,6 +37559,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25231,6 +37675,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25240,6 +37786,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25258,6 +37906,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -25267,6 +38017,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26192,6 +39044,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26201,6 +39155,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26215,6 +39271,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26224,6 +39382,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26242,6 +39502,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26251,6 +39613,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26706,6 +40170,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26715,6 +40281,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26729,6 +40397,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26738,6 +40508,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26756,6 +40628,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -26765,6 +40739,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27219,6 +41295,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27228,6 +41406,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27242,6 +41522,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27251,6 +41633,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27269,6 +41753,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -27278,6 +41864,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28731,6 +43419,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28740,6 +43530,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28754,6 +43646,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28763,6 +43757,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28781,6 +43877,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -28790,6 +43988,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29245,6 +44545,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29254,6 +44656,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29268,6 +44772,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29277,6 +44883,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29295,6 +45003,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29304,6 +45114,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29758,6 +45670,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29767,6 +45781,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29781,6 +45897,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29790,6 +46008,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29808,6 +46128,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -29817,6 +46239,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -30974,6 +47498,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -30983,6 +47609,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -30997,6 +47725,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31006,6 +47836,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31024,6 +47956,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31033,6 +48067,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31488,6 +48624,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31497,6 +48735,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31511,6 +48851,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31520,6 +48962,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31538,6 +49082,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -31547,6 +49193,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32001,6 +49749,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32010,6 +49860,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32024,6 +49976,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32033,6 +50087,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32051,6 +50207,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32060,6 +50318,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32985,6 +51345,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -32994,6 +51456,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33008,6 +51572,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33017,6 +51683,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33035,6 +51803,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33044,6 +51914,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33499,6 +52471,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33508,6 +52582,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33522,6 +52698,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33531,6 +52809,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33549,6 +52929,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -33558,6 +53040,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34012,6 +53596,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34021,6 +53707,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34035,6 +53823,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34044,6 +53934,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34062,6 +54054,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -34071,6 +54165,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35524,6 +55720,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35533,6 +55831,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35547,6 +55947,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35556,6 +56058,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35574,6 +56178,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -35583,6 +56289,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36038,6 +56846,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36047,6 +56957,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36061,6 +57073,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36070,6 +57184,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36088,6 +57304,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36097,6 +57415,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36551,6 +57971,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36560,6 +58082,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36574,6 +58198,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36583,6 +58309,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36601,6 +58429,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -36610,6 +58540,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37546,6 +59578,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37555,6 +59689,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37569,6 +59805,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37578,6 +59916,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37596,6 +60036,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -37605,6 +60147,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38060,6 +60704,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38069,6 +60815,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38083,6 +60931,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38092,6 +61042,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38110,6 +61162,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38119,6 +61273,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38573,6 +61829,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38582,6 +61940,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38596,6 +62056,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38605,6 +62167,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38623,6 +62287,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -38632,6 +62398,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39557,6 +63425,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39566,6 +63536,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39580,6 +63652,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39589,6 +63763,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39607,6 +63883,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -39616,6 +63994,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40071,6 +64551,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40080,6 +64662,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40094,6 +64778,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40103,6 +64889,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40121,6 +65009,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40130,6 +65120,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40584,6 +65676,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40593,6 +65787,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40607,6 +65903,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40616,6 +66014,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40634,6 +66134,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -40643,6 +66245,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42096,6 +67800,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42105,6 +67911,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42119,6 +68027,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42128,6 +68138,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42146,6 +68258,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42155,6 +68369,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42610,6 +68926,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42619,6 +69037,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42633,6 +69153,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42642,6 +69264,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42660,6 +69384,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -42669,6 +69495,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43123,6 +70051,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43132,6 +70162,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43146,6 +70278,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43155,6 +70389,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43173,6 +70509,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -43182,6 +70620,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -44258,6 +71798,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -44267,6 +71909,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -44293,6 +72037,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -44302,6 +72148,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -44316,62 +72264,470 @@ definitions: operator: {} comparison: left_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - right_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - operator: {} - error: - message: "message" - failed_node_id: "failed_node_id" - case: - condition: - conjunction: - operator: {} - comparison: - left_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - right_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - operator: {} - coreCatalogArtifactTag: - type: "object" - properties: - artifact_id: - type: "string" - title: "Artifact ID is generated name" - name: - type: "string" - title: "Flyte computes the tag automatically, as the hash of the values" - example: - name: "name" + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + operator: {} + error: + message: "message" + failed_node_id: "failed_node_id" + case: + condition: + conjunction: + operator: {} + comparison: + left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + operator: {} + coreCatalogArtifactTag: + type: "object" + properties: + artifact_id: + type: "string" + title: "Artifact ID is generated name" + name: + type: "string" + title: "Flyte computes the tag automatically, as the hash of the values" + example: + name: "name" artifact_id: "artifact_id" coreCatalogCacheStatus: type: "string" @@ -44447,54 +72803,258 @@ definitions: \ boolean result." example: left_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - right_value: - primitive: - duration: "duration" - datetime: "2000-01-23T04:56:07.000+00:00" - string_value: "string_value" - boolean: true - float_value: 1.4658129805029452 - integer: "integer" - var: "var" - operator: {} - coreCompiledTask: - type: "object" - properties: - template: - title: "Completely contained TaskTemplate" - $ref: "#/definitions/coreTaskTemplate" - title: "Output of the Compilation step. This object represent one Task. We store\ - \ more metadata at this layer" - example: - template: - container: - args: - - "args" - - "args" - image: "image" - resources: - requests: - - name: {} - value: "value" - - name: {} - value: "value" - limits: - - name: {} - value: "value" - - name: {} - value: "value" - data_config: - io_strategy: - upload_mode: {} - download_mode: {} + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + var: "var" + operator: {} + coreCompiledTask: + type: "object" + properties: + template: + title: "Completely contained TaskTemplate" + $ref: "#/definitions/coreTaskTemplate" + title: "Output of the Compilation step. This object represent one Task. We store\ + \ more metadata at this layer" + example: + template: + container: + args: + - "args" + - "args" + image: "image" + resources: + requests: + - name: {} + value: "value" + - name: {} + value: "value" + limits: + - name: {} + value: "value" + - name: {} + value: "value" + data_config: + io_strategy: + upload_mode: {} + download_mode: {} format: {} output_path: "output_path" enabled: true @@ -45099,6 +73659,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45108,6 +73770,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45122,6 +73886,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45131,6 +73997,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45149,6 +74117,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45158,6 +74228,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45613,6 +74785,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45622,6 +74896,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45636,6 +75012,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45645,6 +75123,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45663,6 +75243,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -45672,6 +75354,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46126,6 +75910,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46135,6 +76021,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46149,6 +76137,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46158,6 +76248,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46176,6 +76368,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -46185,6 +76479,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47137,6 +77533,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47146,6 +77644,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47160,6 +77760,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47169,6 +77871,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47187,6 +77991,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47196,6 +78102,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47651,6 +78659,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47660,6 +78770,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47674,6 +78886,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47683,6 +78997,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47701,6 +79117,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -47710,6 +79228,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48164,6 +79784,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48173,6 +79895,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48187,6 +80011,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48196,6 +80122,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48214,6 +80242,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -48223,6 +80353,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49148,6 +81380,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49157,6 +81491,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49171,6 +81607,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49180,6 +81718,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49198,6 +81838,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49207,6 +81949,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49662,6 +82506,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49671,6 +82617,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49685,6 +82733,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49694,6 +82844,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49712,6 +82964,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -49721,6 +83075,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50175,6 +83631,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50184,6 +83742,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50198,6 +83858,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50207,6 +83969,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50225,6 +84089,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -50234,6 +84200,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51687,6 +85755,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51696,6 +85866,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51710,6 +85982,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51719,6 +86093,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51737,6 +86213,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -51746,6 +86324,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52201,6 +86881,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52210,6 +86992,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52224,6 +87108,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52233,6 +87219,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52251,6 +87339,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52260,6 +87450,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52714,6 +88006,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52723,6 +88117,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52737,6 +88233,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52746,6 +88344,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52764,6 +88464,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -52773,6 +88575,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53753,6 +89657,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53762,6 +89768,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53798,6 +89906,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53807,6 +90017,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53821,6 +90133,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53830,6 +90244,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53848,6 +90364,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -53857,6 +90475,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54251,6 +90971,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54260,6 +91082,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54274,6 +91198,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54283,6 +91309,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54301,6 +91429,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54310,6 +91540,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -54886,8 +92218,113 @@ definitions: var: type: "string" title: "Or one of this node's input variables" + scalar: + title: "Replace the primitive field" + $ref: "#/definitions/coreScalar" description: "Defines an operand to a comparison expression." example: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57305,6 +94742,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57314,6 +94853,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57328,6 +94969,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57337,6 +95080,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57355,6 +95200,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57364,6 +95311,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57819,6 +95868,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57828,6 +95979,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57842,6 +96095,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57851,6 +96206,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57869,6 +96326,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -57878,6 +96437,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58332,6 +96993,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58341,6 +97104,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58355,6 +97220,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58364,6 +97331,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58382,6 +97451,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -58391,6 +97562,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59661,6 +98934,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59670,6 +99045,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59684,6 +99161,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59693,6 +99272,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59711,6 +99392,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -59720,6 +99503,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60175,6 +100060,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60184,6 +100171,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60198,6 +100287,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60207,6 +100398,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60225,6 +100518,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60234,6 +100629,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60688,6 +101185,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60697,6 +101296,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60711,6 +101412,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60720,6 +101523,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60738,6 +101643,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -60747,6 +101754,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61672,6 +102781,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61681,6 +102892,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61695,6 +103008,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61704,6 +103119,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61722,6 +103239,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -61731,6 +103350,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62186,6 +103907,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62195,6 +104018,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62209,6 +104134,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62218,6 +104245,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62236,6 +104365,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62245,6 +104476,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62699,6 +105032,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62708,6 +105143,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62722,6 +105259,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62731,6 +105370,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62749,6 +105490,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -62758,6 +105601,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64211,6 +107156,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64220,6 +107267,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64234,6 +107383,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64243,6 +107494,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64261,6 +107614,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64270,6 +107725,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64725,6 +108282,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64734,6 +108393,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64748,6 +108509,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64757,6 +108620,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64775,6 +108740,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -64784,6 +108851,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65238,6 +109407,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65247,6 +109518,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65261,6 +109634,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65270,6 +109745,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65288,6 +109865,108 @@ definitions: operator: {} comparison: left_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" @@ -65297,6 +109976,108 @@ definitions: integer: "integer" var: "var" right_value: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + structured_dataset: + metadata: + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + uri: "uri" + union: + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + annotation: + annotations: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + structured_dataset_type: + external_schema_type: "external_schema_type" + columns: + - name: "name" + - name: "name" + format: "format" + external_schema_bytes: "external_schema_bytes" + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + union_type: + variants: + - null + - null + simple: {} + structure: + tag: "tag" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true primitive: duration: "duration" datetime: "2000-01-23T04:56:07.000+00:00" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_core_operand.go b/gen/pb-go/flyteidl/service/flyteadmin/model_core_operand.go index 578ca555d..07f2887e7 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_core_operand.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_core_operand.go @@ -13,4 +13,5 @@ package flyteadmin type CoreOperand struct { Primitive *CorePrimitive `json:"primitive,omitempty"` Var_ string `json:"var,omitempty"` + Scalar *CoreScalar `json:"scalar,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index ae0b5b93f..f26a0bc06 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xe6\x46\xd8\xee\xd1\xe2\x76\xcf\xf4\xdb\xa1\x89\x1b\xef\x43\x4b\xac\xb2\xae\xb5\xb5\x16\x7b\xfc\x0c\x27\x68\x30\x13\x24\xd1\xca\x04\xb2\x01\xa4\x54\x74\x47\x7f\xf7\x27\x70\xb0\x24\x72\x23\x93\x8b\x24\xaa\x9c\x33\x11\x6d\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x82\xd0\x07\xf9\x8c\x67\x33\x22\x3e\x9c\xa0\x0f\xdf\x1d\x7d\xfb\xe1\x40\xff\x46\xd9\x94\x7f\x38\x41\xfa\x39\x42\x1f\x14\x55\x09\xd1\xcf\xa7\xc9\x42\x11\x1a\x27\xc7\x92\x88\x27\x1a\x91\x63\x1c\xa7\x94\x1d\x65\x82\x2b\x0e\x1f\x22\xf4\xe1\x89\x08\x49\x39\xd3\xaf\xdb\x3f\x11\xe3\x0a\x49\xa2\x3e\xfc\x0b\x42\xff\x84\xe6\x65\x34\x27\x29\x91\x1f\x4e\xd0\x7f\x9b\x8f\xe6\x4a\x65\xae\x01\xfd\xb7\xd4\xef\xfe\x0f\xbc\x1b\x71\x26\xf3\xd2\xcb\x38\xcb\x12\x1a\x61\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x37\x13\x3c\xce\xa3\x8e\xef\x62\x35\x97\xc5\x1c\x8f\x71\x46\x8f\x9f\xfe\x78\x8c\x23\x45\x9f\xc8\x38\xc1\x39\x8b\xe6\xe3\x2c\xc1\x4c\x1e\xff\x83\xc6\x7a\x8e\x7f\x23\x91\xfa\x27\xfc\x23\xe6\x29\xa6\xcc\xfc\xcd\x70\x4a\xfe\xe9\xdb\x41\xe8\xc3\x8c\xa8\xe0\x9f\x7a\xb6\x79\x9a\x62\xb1\xd0\x2b\xf2\x91\xa8\x68\x8e\xd4\x9c\x20\xd3\x0f\x72\x4b\xc4\xa7\x08\xa3\x13\x41\xa6\x27\xbf\x0a\x32\x1d\xbb\x85\x3e\x32\x0b\x7c\x01\xa3\xb9\x49\x30\xfb\xf5\xc8\x2e\x13\xb4\xcc\x33\x22\x60\x6e\xe7\xb1\x6e\xfd\x13\x51\x03\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x0f\xdf\x7d\xfb\x6d\xe5\x27\x84\x3e\xc4\x44\x46\x82\x66\xca\xee\xe5\x00\xc9\x3c\x8a\x88\x94\xd3\x3c\x41\xae\xa5\x70\x30\x66\xaa\x7a\x63\x71\xad\x31\x84\x3e\xfc\x6f\x41\xa6\xba\x9d\x7f\x3d\x8e\xc9\x94\x32\xaa\xdb\x95\x86\x7e\x82\xd1\x96\xbe\xfa\xe7\xbf\x34\xfd\xfd\xcf\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe1\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xda\x1a\x50\x68\x41\x93\x57\xf5\x89\x20\x7f\xcf\xa9\x20\x7a\xaf\x94\xc8\x49\xe5\xa9\x5a\x64\x30\x48\xa9\x04\x65\xb3\x70\x29\xfe\x79\xd0\x69\x6a\x86\x2a\xd7\x98\x99\xf9\xa0\x75\x62\x23\x36\x70\xaf\x44\x98\xa1\x09\x41\xfa\x2c\xd2\x98\x08\x12\x23\x2c\x11\x46\x32\x9f\x48\xa2\xd0\x33\x55\x73\xca\xf4\xbf\x33\x12\xd1\x29\x8d\xdc\x9a\xed\xcf\xda\xc0\x9f\xcb\x57\xe6\x41\x12\xa1\x07\xfe\x44\x63\x12\xa3\x27\x9c\xe4\x04\x4d\xb9\x28\x2d\xcf\xd1\x88\xdd\xcf\xf5\x3a\xa4\x13\xca\xe0\xe4\xe9\xb5\x74\x14\xf2\x6f\x6e\xb9\xfe\x0d\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2c\x10\x8d\x09\x53\x74\x4a\x89\xac\xb6\xf6\x6f\x1c\xfa\xc7\x09\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x12\xfa\x48\xd0\x57\x17\x54\x2a\x34\xb8\x39\xff\xea\x00\x7d\x65\xce\x0b\x02\xde\xf4\xd5\x2b\xac\xb0\xff\xfb\x7f\x82\xa3\xa7\xf0\xac\x7a\xe8\x3e\x0c\xf4\x69\xbe\x33\x57\x43\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xe5\xfc\xb6\x60\xb6\x96\xd3\x76\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\x6d\xcb\x59\x75\xbb\x55\xd6\x2a\xdf\x17\x6f\xd5\x53\x78\x69\xfe\xba\x0d\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\x77\x4f\x58\xca\x36\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\x65\x0f\xe7\x9d\xd0\x94\xae\xda\xdf\x73\x16\x6b\x91\xcb\x32\x3b\x96\xa7\x13\x22\xf4\x32\x38\xb6\x07\xb3\x9d\x68\x36\xa8\x72\xc1\x48\xdc\x61\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x14\x27\xb2\x6d\xa2\x94\x29\xa2\xe5\xdb\xca\xe3\x29\x17\x29\x56\xf6\x85\x3f\xff\xfb\xba\x0b\xa1\xf8\x23\x59\xb5\xff\xe7\x66\x37\x23\x2c\x81\x0c\xd2\x3c\x51\x34\x4b\x08\xca\xf0\x8c\x48\xbb\x22\x79\xa2\xe4\x01\xbc\xa6\x65\x6a\x22\x0e\xfd\x0d\x04\x3d\xb8\x9b\x37\x97\xf0\x0b\x9a\x7a\x01\x92\x91\xcf\x0a\x5a\x1a\x31\xb8\x7b\x61\x89\xc2\x1b\xe5\x05\x96\x72\x33\x9a\x91\x5c\xa8\xf1\x64\x71\xf4\x48\x6a\xfd\xb6\x52\x0e\x66\x08\x2b\x25\xe8\x24\x57\x44\xcf\x5b\xb7\xe1\xee\x4e\x60\x8f\xe6\x82\xee\xc2\x1a\xde\x6e\xc2\x31\x15\x24\x82\xb9\xad\x73\x60\xfc\x57\x7a\xde\x5a\x7f\x59\x98\xd9\x3f\x92\x05\xc8\x23\x0d\x2b\xe0\xb7\x7c\xc4\x46\x0c\x1d\xa2\xb3\xe1\xdd\xe9\xf0\xea\xec\xfc\xea\xd3\x09\xfa\x7e\x81\x62\x32\xc5\x79\xa2\x0e\xd0\x94\x92\x24\x96\x08\x0b\x02\x4d\x92\x58\xcb\x1c\x7a\x30\x84\xc5\x94\xcd\x10\x17\x31\x11\x2f\xb7\x8c\x95\xa7\x84\xe5\x69\xe5\x5e\x81\xdf\x8b\xd1\x57\xbe\xd0\x22\x86\x7f\x54\x7a\xf2\x3f\xb5\x05\x86\x19\xeb\xbe\x83\xd6\x5e\x4d\xa8\x89\xe6\x34\x89\x05\x61\xc7\x0a\xcb\xc7\x31\xf9\x4c\xa2\xdc\xdc\xc9\xff\x28\xff\x30\xd6\x92\x29\x8f\x49\xf9\x97\xd2\x3f\x0a\x51\x68\xed\x4f\xbd\x96\xba\xf6\x97\xa0\xd3\x76\xfb\x0e\x7e\xa1\x71\xe3\xdb\xf0\xcb\x8a\x39\xb8\x77\x96\x0c\xd6\xbd\xd2\x3a\x2a\xf7\x82\x95\xf8\x1a\xdf\x11\x44\x89\xc5\x18\x2b\x45\xd2\x4c\xad\xa9\xaf\x63\x94\x68\xb9\x72\x99\x1c\x79\xc5\x63\x32\x74\xfd\xfd\x8a\x8c\x38\x4b\x62\x34\x59\x58\xae\x35\x25\x82\xb0\x88\xb4\xb7\x70\x8f\xe5\x63\xd1\xc2\x2a\x61\xb4\xd4\x9f\xfc\xc8\x85\xfe\xfc\x3d\x08\xa4\xa5\x81\xbf\x86\x4c\xba\xe9\x89\xfb\xe2\x2c\x04\x1b\xf2\x8f\xde\x9e\xb0\xfd\x4a\x76\xb5\x3e\x70\x81\xe4\x42\x2a\x92\xae\xb4\x43\xbc\x9f\x85\xb0\x17\xc4\xbe\x0e\xb8\x72\x47\xfd\x0e\x4e\x7d\xf9\xc6\xed\x8f\xf7\x1a\x4b\xb6\x2b\x2b\xe2\xbe\xcf\xd3\xf9\x70\x96\x4f\xf5\xce\x6d\x5f\xe0\xc4\x78\x17\xd3\x2c\xc9\x82\xbb\x1e\xe4\x0b\x99\x1b\x5a\xf7\xca\xad\xf6\x18\x06\xb0\x42\xd1\x2c\xdb\xa1\xfd\xf9\xd3\x9f\x86\x16\x1a\x63\x8e\x53\x73\x2a\x03\x63\x15\x8a\xb8\x30\xb2\x60\x6c\xcf\xbb\xd1\x35\x07\xf7\x83\xbb\xe1\xfd\x09\x1a\xa0\x18\x2b\xac\x0f\xb8\x20\x99\x20\x92\x30\x05\x7a\xbc\xfe\x5e\x2d\x50\xca\x63\x92\x18\x8d\xf3\xa3\x96\x7c\xd1\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x54\x22\x9c\x48\x8e\xb0\x23\x2b\x12\xbb\x26\x30\x8b\x1d\x6b\xc1\x28\xe2\x69\x46\x13\x6f\x83\xf7\xc6\x15\xca\x62\xfa\x44\xe3\x1c\x27\x88\x4f\x34\x57\xd1\x1a\xf2\xf0\x89\x30\x95\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x40\x72\xce\xf3\x24\xd6\xed\xba\x51\x4a\x9a\xd2\x04\x0b\xad\x82\x9b\xd1\x5e\xdb\xb6\xd0\xfd\x9c\xf8\xb1\xc2\xb8\xf4\x6a\xa6\xf8\x91\x48\x44\x15\xca\xb8\x94\x74\x92\x14\x67\xfe\xe1\x1c\xc1\xb8\x4f\x2f\xce\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xad\x55\xf3\x87\xab\xbb\x9b\xe1\xe9\xf9\xc7\xf3\xe1\x59\x5d\x37\xbf\x1f\xdc\xfd\x58\xff\xf5\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x5c\x7f\x72\x31\x78\xb8\x3a\xfd\x61\x7c\x73\x31\xb8\xaa\x3f\xb4\x64\xd5\x59\xcd\x0f\x47\xb6\xe6\xd9\xea\x6d\x9a\x2f\x65\xd3\x3c\xf8\x72\x8d\x9a\x53\x9a\x80\x0e\xda\xd9\xa0\xe9\x6d\x08\xf6\x4b\x94\x61\x29\x8d\x64\x64\x46\x70\x34\x62\x97\x5c\x68\x06\x36\xe5\x9a\x47\x68\xe9\x49\x89\x3c\x52\x94\xcd\xfc\x47\x27\x68\x94\x7f\xfb\xed\x9f\xa2\x0b\xca\x1e\xe1\x2f\xb2\x8f\x8b\xd3\x5b\x7c\x7b\x8b\xef\xef\xcb\xe2\xab\x45\x9f\xe3\xd0\xd0\xbb\xdb\x90\x21\x2d\x5c\xb0\x2c\x57\x20\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x02\x87\xba\x19\x14\x3f\x11\xe5\x5f\xd4\xa2\xcd\x7b\xb0\x23\xfe\xcc\xc5\xe3\x34\xe1\xcf\x7e\xe0\x9f\x88\xd2\x63\xbf\xb5\xbd\xf4\xa1\x44\x7d\x28\xd1\xdb\x86\x12\xed\x95\x31\xef\xe5\x99\x5f\xd9\xf2\x67\x38\x60\x8b\x27\xab\xd5\x51\xd5\xe2\x87\x0a\xdc\x4c\xaf\xc2\x35\xcb\xce\x9c\x15\x9c\xb3\xf4\xf2\x7b\xe1\x9e\xa5\x41\xbf\x3e\xe7\xfc\x5d\xf8\x5b\x7a\x77\xca\x86\x0b\xf5\x2e\x19\x6c\xc7\xbb\xe3\xd5\x9c\x21\x2f\xcf\xf0\x6b\xb1\x0d\xeb\x04\x33\xac\x11\xbd\xd0\x39\x5c\x61\x45\x7c\x42\x63\x40\x42\x53\x04\x42\x3d\xe4\xa0\x31\xc6\x60\xbb\xa0\x82\x4d\xef\xa6\xee\x61\x02\x9f\x88\x2a\xbd\xfc\x5e\xee\xa6\xd2\xa0\x5f\xff\x6e\xfa\x9d\x46\x07\xf4\xe1\x00\x2f\xb8\x74\x5f\xfa\x8d\xb6\xbf\x0e\xff\xdf\x81\x87\xbf\x77\xe9\xaf\xb5\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4f\x2f\x7d\xef\x96\xef\xdd\xf2\x6f\xe1\x3f\x79\x7f\x6e\xf9\x97\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xb3\x83\x93\x06\xfe\x72\x2a\xdf\xba\x41\xe3\xad\x3a\xdc\x59\x31\xbe\x21\x1c\xa1\x5f\x2d\x21\xad\x50\xe7\x6a\xdf\xbd\x07\x75\xae\x3e\xe8\x97\xd7\xe1\xde\x8c\xf9\xbe\xd0\xe5\xf9\x4e\xd8\xc0\xfa\xb7\xe5\x17\x2c\x93\xf7\xb2\xf8\xcb\x67\xe3\xef\xcd\x84\xde\x8f\xec\xfd\x06\x17\x6f\xc7\x5b\x77\xe7\x39\x59\x0d\xd7\x6c\x70\x3b\xad\xca\xb0\xaa\x7e\x4d\x89\xfc\xee\x5d\xde\xb7\xaf\x91\x64\xd5\x5f\xb8\xfd\x85\x6b\x9b\xea\x2f\xdc\x2f\xf8\xc2\xdd\x3b\xf8\x9b\xbd\x89\x00\xed\x83\xc8\x7b\x60\x8c\x3e\x86\x7c\x87\x8b\xd3\xc7\x90\xf7\x31\xe4\xbf\xb3\x18\xf2\x6d\xb4\xa7\x4d\xb1\x28\xdf\x42\x8f\xea\xd5\xa8\x5e\x8d\x0a\x7f\xef\xd5\xa8\x5e\x8d\xea\xd5\xa8\x2f\x1c\x45\xb4\xd7\xa1\xba\x2f\x44\xaf\x43\x75\x5e\xaa\x5e\x87\x5a\xb2\x38\xbd\x0e\xd5\xeb\x50\xbf\x2f\x1d\x8a\x3c\x11\xa6\x24\x24\xa3\x85\x1a\xc5\x87\x8c\xcb\x76\x4d\x28\xe4\x0e\x0d\x5a\x10\xb4\x59\x4e\x0a\x83\xc0\xa5\x5f\xd1\x1c\x4b\xc4\xa3\x28\x17\x95\x33\x50\xd5\x83\x4e\x05\xc1\x8a\x40\x0b\xfa\xc3\xf7\xa0\xff\xd4\xa7\xfb\x5a\x31\xf8\x13\x1e\xd7\xa8\xdd\x1c\x84\xa6\x27\xcb\xe5\x91\x9d\x4d\xfd\xef\x39\xe9\xa6\xfe\xbd\x20\x51\x2b\x2c\x1f\x77\x4c\xd4\xa5\x5c\x8b\x8d\x88\x1a\x5a\x78\x2f\x44\x5d\x9f\xee\xef\x86\xa8\x9b\xa6\xbe\x0f\x44\xfd\x6c\xf3\xf8\x77\x4c\xd8\x35\x78\x80\x8d\x88\xdb\xb7\xf2\x5e\x08\xbc\x79\xda\xbf\x1b\x22\x6f\x9b\xfe\xdb\x12\xba\x4f\x91\xec\x4c\xe2\xf7\x82\xce\x66\x5a\xcd\x00\x0d\x4f\x93\xe2\xea\x1a\x41\x45\x52\xe0\x4a\xb2\xf6\xaf\xbe\x07\x92\xf6\x83\x35\x63\xff\xdd\xd0\x72\x6d\xde\x7b\x42\xc4\xc7\x82\x44\xfc\x09\xea\x85\x75\x23\xe6\x5b\x02\x14\x0c\xfc\x3a\x13\xe4\x89\xf2\x5c\x26\x8b\x43\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\x6b\xf5\x33\x4d\x12\xc4\x99\xd6\xbf\x14\x16\xca\x3d\xd6\xfa\xb7\xe0\x29\x9c\x8a\x04\x4b\x85\x1e\x19\x7f\x66\x68\x8a\x69\x92\x0b\x82\x32\x4e\x99\x3a\x1a\xb1\x73\x86\x6e\xcd\x18\x21\x6f\xe0\x00\xe5\x52\x9f\xa5\x08\x33\xc6\x15\x8a\xe6\x98\xcd\x08\xc2\x6c\x61\x13\x70\x0b\xca\x40\x5c\xa0\x3c\x8b\xb1\x56\x7c\xe7\xa4\x1a\xa5\xe7\xc7\x08\xe6\x3b\x2a\x11\x95\x88\x7c\x56\x82\xa4\x24\x59\xe8\x3e\x34\xed\x2b\x8e\xec\xfa\x98\xa1\xda\x74\x3e\x22\x04\x17\x12\x32\x0e\x26\x8b\xdf\x30\x53\x94\x11\x04\x8a\x92\x34\xa6\xb9\x43\x74\xc1\x25\x98\x6d\x7e\xfc\x8b\x44\x51\x92\x4b\x45\xc4\x01\x9a\xe4\x33\xa9\x35\xc5\x2c\xc1\x6a\xca\x45\xaa\x47\x48\x99\x54\x78\x42\x13\xaa\x16\x07\x28\xc5\xd1\xdc\xb4\x05\x6b\x20\x0f\x46\x2c\xe6\xcf\x4c\x2a\x41\xb0\xef\xdd\x3d\x44\x5f\x87\xcf\x0c\x01\xc8\x6f\x0e\x20\xed\x90\xa6\x5a\xdd\x0d\x86\x5f\xec\xb8\xd9\x13\xdd\x08\x89\xd1\x84\x44\x38\x97\xd6\xc3\xa0\xc4\x02\x91\xcf\x73\x9c\x4b\xd8\x3b\x3d\x3d\x9b\xb3\x11\xf1\x34\x4b\x88\x22\x88\x4e\x91\x12\x94\xc4\x08\xcf\x30\xd5\x4b\x77\x47\x96\x80\xa0\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\x50\xbf\x53\x2e\x08\x8a\x89\xc2\x34\x59\xea\x75\xb2\xdf\xf6\x5c\xee\x3d\x71\xb9\xf2\x86\xef\x05\x9b\x33\x20\xfe\x3b\xb8\xb4\x99\x35\xdd\x47\x38\xd9\xf2\xfe\xbe\xb5\x83\xea\x69\xfb\x7d\xd1\xb6\xd9\xb5\xfd\x21\xee\x57\x8b\xc1\xee\x5e\xd1\xa2\xa8\x66\xf1\xae\x68\xfa\x35\xc2\x02\x7a\x87\x73\xef\x70\x6e\x5d\x99\xf7\xe9\x70\xde\x1b\x8f\x51\xef\x73\x7e\x21\x9f\x33\x95\xbd\xd3\xb9\x77\x3a\x77\x5d\xa0\xde\xe9\xdc\x3b\x9d\xdf\xaf\xd3\xf9\x25\x71\x9f\x77\x8a\xee\xfc\xae\x44\xeb\x5e\xac\xee\xc5\xea\x1e\xc2\xd9\x4f\x6d\x57\x2c\xcc\x7d\xfd\x21\x26\x09\x51\xa4\xdd\x9e\x45\x44\xaa\xb5\x05\x73\x3d\x53\xa6\xe5\xb8\x99\x20\x52\x6e\xcb\x90\x7c\xc3\xef\x93\x2d\xf9\xe1\xf7\x50\xf3\x3d\x9f\xea\xf9\xd4\x26\x53\xdb\x1f\xd3\x6c\x70\x98\x5f\xcb\x36\xeb\xf9\x6f\x96\xb7\x4b\x7f\x0f\xc6\x0d\x59\xf8\x45\x0d\x85\x6b\xa9\x5d\x71\x7f\xb8\x2d\x9d\x6f\xc9\x8f\x4d\x5f\xef\x93\x19\x9b\xb1\xf7\x9c\xb8\xe7\xc4\x3d\x27\x7e\xdf\x9c\xd8\x9d\xe4\x37\x75\x91\x19\x3f\xdd\x38\x4b\x30\x1b\xd3\x58\x1e\xff\xa3\xd0\xe5\x5f\xca\x43\xa6\x0f\x54\x6c\x52\x4c\x7d\x4a\xa7\xf8\x55\x7f\x92\x14\x06\x73\x8f\x99\xb9\xc2\x89\x66\x6c\xec\x37\x09\x66\xe7\xf1\xbb\xf0\xa3\x35\xce\xfe\x35\x7c\x6a\xdb\xf0\x71\xac\xc0\xd3\x81\x29\x33\x26\xbc\x22\xaf\xb6\x64\xa0\xdc\x8f\x13\xbe\x0d\x57\x0f\x26\x16\x30\x76\xc7\xaf\x83\x45\xd9\xbf\x69\xf7\x7e\x9d\x3e\x97\xb0\xf7\x5c\x74\x9c\x70\xef\xb9\xd8\x5f\xcf\xc5\x5b\xb9\x23\x5f\xf9\x78\xbe\x96\x58\xd7\x3d\x08\xdf\x44\xab\x41\x50\x6b\x9e\x25\x1c\xc7\xcb\x5c\x31\x85\xe0\x15\x82\xa3\xac\x8c\xc4\x2f\x3e\x7b\x0f\xc2\x5a\x31\xda\xdf\x59\x24\x5f\x7d\xe2\xfb\xa2\xa5\xbc\x62\x28\x5f\x33\x89\xaf\xa1\x92\xbc\x0f\xfc\xd4\x62\xbc\x7d\x68\x5f\x6f\x51\x7a\x7b\x8b\x52\x1f\xda\xd7\xab\x80\x7b\xa6\x02\xf6\xa1\x7d\x7d\x68\x5f\xaf\x20\x2f\x9f\x76\xaf\x20\x7f\x11\xa1\x7d\x9d\x44\xed\x17\xc4\xde\xdc\x5e\xe8\xee\x65\x6e\xf7\x5e\x2f\x73\xf7\x32\xf7\x17\x2a\x73\xef\xc7\x0a\xf7\x02\x77\x2f\x70\xf7\x02\x77\x2f\x70\xf7\x02\xf7\xce\x97\xb1\x17\xb8\x5f\xb3\x40\x67\xb3\xd4\xbd\x22\xc9\xe6\xbd\xfa\x72\x7a\x71\xbb\x17\xb7\xf7\x5b\xdc\xde\x9b\x09\xbd\x9f\x32\x8f\xdd\xe6\xd3\x17\x29\xef\x8b\x94\xf7\x45\xca\x5f\xbc\x48\xb9\xfb\xba\x43\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x5d\xe4\x95\xd5\x89\x1e\xef\x55\x4e\xe9\x53\x3d\xfc\xd3\x5e\x6a\xe9\xa5\x96\xdf\xa9\xd4\xb2\x47\xb1\x60\x7b\x91\xb1\x92\x62\x15\xcd\xf1\x24\x21\x63\x6f\xf4\x91\x5d\xf5\xe0\x0b\x2a\x95\x44\x51\x2e\x15\x4f\xdb\x2f\x97\x4b\xd7\xc3\xc0\x77\x70\xca\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xab\x3c\x55\x0d\xad\xbf\x8b\x6b\xa9\x79\xe8\xaf\x75\x3b\xad\x23\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x3b\xbc\xbb\x7e\xb8\x3d\x1d\x9e\xa0\x41\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\xdf\xf4\xa4\x90\xc2\xf2\xb1\xd8\x4b\x61\xc8\xdc\x60\xd8\x82\xa1\x5f\xcb\xc6\xe8\x10\x9d\x5e\x3c\xdc\xdd\x0f\x6f\x5b\x1a\xb4\x84\x02\x79\xab\x24\xcd\x12\xac\x48\x8c\x1e\xf3\x09\x11\x8c\x68\x69\xc7\x22\xdd\x16\xe6\x7f\xd3\xe8\xf0\xbf\x86\xa7\x0f\xf7\xe7\xd7\x57\xe3\xbf\x3e\x0c\x1f\x86\x27\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\x22\x5e\x30\x9c\x6a\x0d\x44\xff\x50\x64\xca\xfe\x3d\x27\x39\x41\x58\x4a\x3a\x63\x29\x01\x44\xe0\x52\x8b\x6e\xc0\x17\x83\xef\x87\x17\xe5\x96\xe7\x24\x84\xdf\x45\x09\x9e\x90\xc4\xfa\x23\xc0\xc4\xae\x09\x3d\x80\x2a\x36\x8e\x8a\xdc\xac\xea\x5f\x1f\x06\x17\xe7\xf7\xbf\x8c\xaf\x3f\x8e\xef\x86\xb7\x3f\x9d\x9f\x0e\xc7\x56\xaa\x3c\x1d\xe8\x7e\x4b\x3d\x59\xe1\x13\xfd\x3d\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xe7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\x9b\x8b\x87\x4f\xe7\x57\xe3\xeb\x9f\x86\xb7\xb7\xe7\x67\xc3\x13\x74\x47\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x89\x72\x61\x8f\xee\x8c\x3e\x11\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\xd7\x57\x1f\xcf\x3f\x9d\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x89\x08\x41\x63\x52\xa1\xa3\xc1\xdd\xdd\xf9\xa7\xab\xcb\xe1\xd5\x3d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc1\x94\x0d\x33\x04\x0b\xf7\x13\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x3c\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\xde\xdc\x3a\x5b\x3a\x78\x75\xb5\xa5\x7a\x92\xea\x6f\x54\x8e\xc5\xb2\x17\x4a\x54\x5e\x7f\x71\x15\xb5\xd6\xbf\xa8\x90\x5b\xbb\xb2\x56\xa3\x97\xf6\x99\x16\x7b\xdd\x59\x57\x2b\xaf\xe1\xeb\x5d\xb3\x44\x09\x1a\xc9\x97\x85\x7a\x12\x39\x53\x34\x25\xc8\x76\x66\x0f\xe7\x0e\xe1\x9f\x2e\x4d\xc3\xef\xe1\x82\xad\x95\x72\xf8\x44\x94\x1d\x7e\xaf\x02\xf6\x2a\xe0\x7e\xa8\x80\xef\x2d\xdb\x3f\x26\x59\xbd\xc3\xca\xc4\xe0\x1d\xe3\xf5\xaa\x05\x69\x18\x7b\xa2\xb5\xa8\x26\xe4\x89\x24\x20\xe5\x29\x81\xb5\xd2\x68\x65\x97\x89\x20\xf8\x51\x0b\x7c\x31\x7f\x0e\x25\x97\x06\xe4\x7e\xb4\x9b\x5b\xb8\x4b\x10\xc7\x9f\xbe\x7b\xbd\xcb\x42\x2f\x77\xfc\x1a\x25\xbc\x6f\x21\x48\x66\x29\x46\x60\x90\x60\xff\xab\xb5\x04\xaf\xb8\x2d\x82\x2f\xde\xc3\x45\x11\x0e\x77\x8f\xb4\xae\xdb\x50\x09\x76\x2c\x34\x25\x0a\xc7\x58\x61\x7d\x68\x66\x44\x1d\xa1\x6b\x06\xcf\xee\xb1\x7c\x3c\x40\xee\xca\xd3\x6c\xa5\xb0\x32\xbc\x42\x6a\xfd\x3b\x31\xe0\xaf\xcf\xc7\xfb\xeb\xbb\xbf\xbe\x9b\x57\xa6\x0f\xf3\x6c\x59\xe1\x5d\x5d\x8c\x6b\xf9\xbc\x76\x77\x7f\x99\x16\xdf\xef\x15\xf6\xba\x4e\xae\x9d\x5e\x68\xa6\x72\x56\x7f\x5b\x99\xff\xeb\x6f\xab\xfe\xb6\xea\x6f\xab\x3d\x58\xe1\x37\x77\x18\x36\x70\xf7\x37\xf5\x18\xae\xd2\x4e\x37\x86\xbc\x2b\xb4\xd1\x75\x40\xef\x7e\xed\x8a\x6d\x57\x7c\x43\xdf\x87\x8f\x30\x98\xe4\x6b\xa4\xb5\xed\xf4\x32\x37\xf9\x22\xbd\x7e\xfa\x82\x37\x7e\x8f\x40\xb8\x53\x04\xc2\xfd\x98\xeb\x8b\xa4\xc0\xbd\x8d\xc5\xf4\xed\xd3\xde\x7a\xa8\xc1\x3e\xb1\xab\x4f\xec\x82\xdf\x7b\xa8\xc1\xdd\x51\xeb\xcb\x4a\xd7\x3c\x26\xe3\x4a\x94\x80\xff\xe7\xb8\xea\xf9\x29\x3d\x09\xdd\x40\xa5\x07\x45\xa6\x1b\xb4\x4e\xe3\x5d\x16\x91\xba\xe2\x31\xe9\x1c\x49\x50\x7a\x79\xcf\x65\x70\x37\x4f\x23\x8b\x97\x06\xfe\xc2\x92\x78\xcb\x96\x7f\x89\x86\x9d\x06\x02\xee\xad\x3c\x2b\x17\xea\x4b\x8d\x2f\x28\x38\xd4\x3b\xf2\x54\x74\x63\xe3\x2e\xa6\x71\xdc\xc2\xcc\x9b\x9f\x7b\x96\xde\xfc\xf8\x65\x30\x83\xba\x73\x74\x30\xab\x84\x6f\xbf\x0f\xbb\x4a\x38\xe2\xd7\xb0\xac\x2c\xdd\xfb\x2f\x8e\xab\x2f\xa3\xe4\x9e\xb7\x77\x5c\xae\x2f\x95\xc3\xf7\x10\x3f\xcb\x6c\x1d\x3d\x86\x4e\x6f\x6a\xd9\x9f\x09\xf7\xa6\x96\x77\x6d\x6a\x31\x2e\xda\x71\x86\x05\x61\xaa\x41\xa4\xae\x5e\x27\xf0\x7a\x88\xb9\xe0\xa4\x0e\x68\x00\x69\x89\x16\xd9\x0b\xd9\x5f\x55\x5f\x96\xed\xc5\x0a\x06\x41\x26\xe4\xf1\x3f\x8a\xbf\xbd\xb0\x5e\xaa\x00\xb1\x24\x3a\xc9\x60\xfd\x4b\x7d\x47\xe7\x36\x50\x69\xfb\x5c\x49\xac\x4a\xa2\x20\x04\x51\xaf\x8c\x67\xba\x31\x6f\xbf\xaf\x14\xc9\xda\xa0\x5f\x37\xb6\xa9\xbe\xf1\xdd\x0e\x90\xdb\x19\x6a\xd2\xfd\x82\x9c\x32\x2d\x8d\xf2\x69\x71\x31\x48\xf4\x4c\x93\x04\x10\x45\x20\xe3\xb1\xed\x06\xf8\xdd\x45\x3c\xb4\xee\xfc\x9b\xc6\x3d\x34\x71\x87\x26\x96\xd0\xc5\x9e\xba\xab\x9c\x69\x47\x6c\x90\xce\x0a\xda\xd0\x0a\x03\xec\x97\xc1\x09\x3e\x11\xf5\x5a\x6c\x60\xd3\xb3\xbf\xf4\xdc\x0b\x32\x25\x82\xb0\x88\xec\xa1\xb7\x7d\x9d\x30\x90\x9f\xcd\x24\x6d\x0c\x88\x87\x12\x08\xa7\xaa\xb8\xd5\xd3\x4a\xa2\x6e\x9f\x49\xde\x67\x92\xf7\x99\xe4\xd5\xa3\xde\x67\x92\xf7\x99\xe4\x8d\x39\x10\x31\x49\x88\x22\xad\x52\xc5\x19\x3c\x7e\x2b\xa9\xc2\xf4\xfe\x65\x08\x16\x66\x2e\xbd\x6c\xf1\xbb\xd1\x2c\xdc\x86\xef\x85\x66\x61\xce\xda\x2a\xf3\x43\xe9\xc7\x86\x10\xeb\x57\x37\x49\x6c\xc2\x34\x4a\x76\x89\x33\x78\xfd\x5d\xb2\x8e\xea\xd0\x7b\x1b\x05\x0a\xb6\xee\xe5\x38\x49\xed\x08\x74\x9b\xb8\xf5\x18\xbe\xdf\x79\xef\x0b\x07\x6d\xa3\xfb\x7d\xe5\xa3\x1b\x27\xa5\xec\x8b\xc5\xe6\x0b\xe2\x91\xbd\xf5\xe6\x8d\x73\x25\x6a\xcc\xf0\xdd\x4e\xb7\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x7a\x63\x15\xea\x8d\x55\x6b\x1b\xab\xbe\x20\x99\xaa\x37\x5c\xf5\x62\xd5\xee\xa6\xbb\xaf\x5a\xe6\x3e\x59\xeb\x3a\xa3\xa4\x17\x39\x54\x2b\x23\xef\xed\xb4\x7f\x5d\x11\x72\x7f\xe3\x46\xf0\x7e\xf8\x95\x7c\x69\x96\xb4\x4d\x60\xb1\xdb\xd1\x2f\x36\xae\xb8\x2f\x1d\xda\xb8\x56\x7d\xd8\xf3\x92\xc5\xe9\xc3\x9e\xfb\xb0\xe7\xbd\x0b\x7b\xde\xb9\xb2\x92\x71\xb9\x0c\x90\xc8\x94\xce\x5a\x9a\xff\xec\xee\x6c\x48\x34\x02\x52\x30\x28\xc7\x31\xc9\x12\xbe\x00\x4b\xca\x92\xeb\xdc\x75\x71\x53\x93\xa8\xf7\xfd\x46\x77\x23\x7f\x2d\x9d\x63\x5f\x64\xd2\x62\xde\x7b\x21\x85\x1e\xff\xa3\x92\xce\xdf\x09\x2f\x93\x21\xf2\x99\x4a\xb8\x95\x56\x13\xf6\x88\x35\x3f\x09\x4a\x17\xda\x7b\x70\x92\xab\x20\x77\x4f\x6a\xc1\x2a\x23\x42\x2d\x82\x37\x49\x9a\xa9\xc5\x7f\x8e\x18\x55\xde\xc3\x46\x67\x8c\x0b\xc3\xd5\xf4\xc7\x73\xcc\xe2\x84\x08\x7d\xa9\xba\x76\x22\xcc\x18\x57\x20\x6e\xc0\x0c\x62\xf4\x44\xb1\x11\x4e\x06\x37\xe7\x9d\xfd\xcc\xef\xe8\x74\xbd\x76\xb1\xba\x15\x77\xdd\xa7\x84\x4f\xa0\x82\x65\x5e\xd6\xe9\x75\x03\xbd\x67\xb4\xb4\x73\x6f\xc5\x10\x14\x96\x8f\x55\xe0\x90\x72\x16\xfa\x78\x29\x94\xc8\x8a\x77\x4b\x18\xf3\xcb\x5f\xad\xc0\x8d\x94\x9f\x59\x00\x12\x78\x0c\x43\xae\x8e\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\xd2\xdd\xf0\xa3\x20\x4a\x2c\xc6\x58\x29\xcd\x64\x76\x89\x71\x72\x8f\xe5\x63\x67\x8c\x93\xd2\xcb\x7b\xce\x72\x4a\x18\x27\xe5\x81\xbf\x38\xcb\xe9\x48\x9d\x2b\x38\xd3\xfb\xcb\x8f\xef\x7a\xd6\xd6\x98\xf8\xef\x25\x57\xbe\x1b\xef\x59\x65\xa6\x7d\x8f\x79\xf3\xcb\x98\xe9\xde\x8c\xb0\xc2\xcf\xbf\xc4\x93\x5b\xbe\x9d\xfa\x23\xba\x6c\x8d\xbe\xb8\x42\xb8\x15\xa1\x63\xc5\xdc\xde\x49\x41\xdc\xaa\xdc\xb4\xeb\x51\xbd\x8c\x99\x3b\xd8\x8d\x75\x62\x80\xce\xcb\x68\xe5\xfe\x0c\xb9\xa8\xa0\xa2\xf4\xec\x1c\x12\xad\xa9\x0c\x13\xe2\x23\x2e\x8c\xe4\x15\xdb\x33\x6b\xcc\x76\x06\xcc\xf7\x04\x0d\x50\x6c\x6b\xf3\x0b\x92\x09\x22\x09\x53\x46\xd5\x36\xf5\xae\x5c\x79\x7f\xca\xac\x85\xe8\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\x7c\x61\x7f\x2a\x11\x4e\x24\x47\xd8\x11\x0e\x89\x5d\x13\x98\xc5\x8e\x3d\x60\x14\xf1\x34\xa3\x89\x47\x6a\xf7\x56\x7c\xca\x62\xfa\x44\xe3\x1c\x27\x1e\x19\x7b\xc4\x86\x4f\x84\xa9\x1c\x54\x38\x9c\x24\xc8\x76\xeb\x5e\x08\xf4\x73\x37\x4a\x49\x53\x9a\x60\x81\x14\xb7\xa3\xbd\xb6\x6d\xa1\xfb\x39\xf1\x63\x75\x28\xe0\x28\xc5\x8f\x44\x22\xaa\x50\xc6\xa5\xa4\x93\xa4\x38\xc6\x0f\xe7\x08\xc6\x7d\x7a\x71\x0e\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\xdf\xda\xca\xf9\xd6\x18\xd1\xed\x16\xd3\x70\x64\x6f\xa7\x74\x76\xd6\x38\xbb\xaa\x9b\xdd\x74\xcd\x76\x45\xf3\x05\xbc\xb4\xdd\xb5\xc1\x0b\x2a\xcb\xea\xe0\xbb\x70\xd9\x96\x46\xfc\x1a\xf8\x68\xbf\x53\x45\xb0\xd7\x02\x5f\x64\xdd\xbe\x54\x15\x70\xcf\xf5\xbf\x1e\xd9\xad\x47\xb1\xef\x03\x30\x76\xb8\x38\x7d\x00\x46\x1f\x80\xf1\xc5\x06\x60\xb4\x6b\x13\x34\xde\x3a\x5d\x6f\xcd\x0a\x52\xde\x28\x20\x7e\x05\x51\x0a\xcb\xc7\xae\x35\xa5\xb4\xa8\x7c\x1e\xbf\x0b\xa9\xbe\x71\xc2\xaf\x21\xdd\xf7\x75\x8a\x76\x5a\xa7\x68\xef\xa6\xdd\x0b\x7e\xbd\xe0\xd7\xcb\x36\x1d\x27\xdc\xcb\x36\xfb\x2b\xdb\xbc\x95\xc2\xf2\x25\x41\xe8\x6a\xe1\xa9\x94\x19\xb3\x34\xc0\xd6\xc0\xd1\x80\x7b\x20\xcf\x12\x8e\xe3\x55\x41\x38\xbf\xa2\x42\xae\x59\x22\x9a\x99\x76\xf5\x07\x7b\x2e\x99\xd5\xe2\x6f\xcc\xc8\x7f\x0f\x31\xb5\xad\x53\x7f\xd3\xb0\x5a\xa0\x5f\x08\x26\x2b\x05\xa5\xbd\x94\x16\x52\xa5\xe9\x4e\x0a\x87\xfc\x6e\xcf\xa9\xda\x6f\xe9\x6b\xa8\x17\x5f\xb0\x83\xa0\x77\x02\xfc\x3e\x0b\x9f\xef\x8d\xd4\xda\xab\x76\x7d\x56\x65\x6f\xd4\xef\x15\xdf\x5e\xf1\xdd\xf9\x32\xee\x93\xe2\xfb\x86\x12\xb5\x49\x13\x79\x91\x32\x86\x9b\xc9\xd6\xbd\x68\xdd\x8b\xd6\xbd\x68\xfd\xc5\x8a\xd6\xfb\xb1\xc2\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xbd\xf3\x65\xec\xe5\xea\x8a\x5c\x0d\x7f\xb9\x34\xe9\x75\x85\xec\xce\xc2\x75\x87\x9c\xe8\xf7\x22\x59\xf7\x52\x75\x2f\x55\xef\xb7\x54\xbd\x37\x13\xfa\xf2\x12\x21\xfb\x54\xc2\x3e\x95\xb0\x4f\x25\x7c\x8b\x54\x42\xc7\x4b\x96\x49\x28\x75\xc1\xe2\xa7\x1a\x07\xda\x5b\xd9\xa2\x18\xed\xa6\xe1\x1d\xbb\x5a\x6a\x07\x34\xbf\x49\xa5\xa9\xd2\x6f\xae\xa1\x3d\xaa\x3f\x75\xe0\xa4\x05\xcd\x28\xdc\xf8\x56\x23\x84\xfd\x6c\xdf\x7c\x5f\x60\xe0\xf5\x51\xf7\xf5\xa7\x50\xb0\x6b\x7d\xfd\xa9\x17\x9c\xb7\x3b\x5c\x2b\x66\xee\x68\xd4\xd8\x78\xdf\xe9\xb4\xdf\x1c\x5c\xae\xfd\xa4\xbf\x69\xb8\x5c\xe3\x4d\x52\x4b\xde\x39\xfe\x47\xe3\x45\xf1\x06\x65\xb7\xd6\xbe\x1d\x3e\x11\xf5\xa5\x5c\x0d\x7d\xd9\xad\xbe\x3e\xc4\x8e\xa6\xbb\x11\xeb\x7f\xb7\xb3\xed\x8b\x8c\xf5\x45\xc6\xfa\x22\x63\x7d\x91\xb1\xbe\xc8\x18\xfa\x9d\x17\x19\x5b\x5b\x7c\x34\xe3\xf8\x52\x24\xc8\xbe\xc8\x58\x2f\x44\xee\x6e\xba\xbf\x2f\x21\x72\x0f\x2d\x08\x7b\x51\x4d\xcd\x5b\x10\xde\x1c\xf7\xc3\x8d\xa4\x2b\xf6\x87\x5b\xd0\x1e\xff\xc3\xfe\x5f\x8f\xff\xd1\xe3\x7f\xb4\xcc\xba\x0f\x66\xed\xf1\x3f\x50\x1f\xae\xd9\x87\x6b\xee\x73\xb8\x66\x87\x6d\xec\xf1\x3f\x3a\x8a\x73\x2f\x84\x01\xe2\x64\xae\xb5\x70\x40\x7e\xae\x2b\x1a\x7b\x2b\xa5\xb9\xb1\xfe\x7e\x70\x40\x1a\xa7\xbd\x17\x2a\xc9\x2b\xe2\x80\x34\xd1\x75\x67\x05\xe4\x7d\xe0\x81\xb8\xd1\xf6\x89\x8b\x7d\x88\xf5\xfe\x87\x58\xef\x5d\xe2\xe2\xde\x48\xb2\xbd\xba\xd7\xe7\x2e\xf6\xb9\x8b\xbd\x32\xdc\x2b\xc3\x3b\x5f\xc6\x7d\x52\x86\xdf\x58\xc2\x7e\x41\x5c\x90\xed\x64\xed\x5e\xd4\x36\xef\xf5\xa2\x76\x2f\x6a\x7f\xa1\xa2\xf6\x7e\xac\x70\x2f\x67\xf7\x72\x76\x2f\x67\xf7\x72\x76\x2f\x67\xef\x7c\x19\x7b\x39\xfb\xd5\x70\x42\x9a\x84\xed\x8e\xf9\x36\xef\x49\xd2\xee\xa5\xec\x5e\xca\xde\x6f\x29\x7b\x6f\x26\xd4\x63\x86\xf4\x98\x21\x3d\x66\x48\x8f\x19\xb2\x91\x7c\xf3\x2f\xf6\x58\x7e\x08\x6e\x62\x7f\x65\x7f\xf8\x3e\xe1\x93\xfb\x45\x46\xf4\x7f\xcf\x68\x4a\x98\x04\x69\x94\xaa\x45\x28\xcf\xb4\xac\x7c\x7d\xcd\x3f\xdc\x9d\x5f\x7d\xba\x08\xb3\x69\x3e\x5c\x3e\x5c\xdc\x9f\xdf\x0c\x6e\xfd\xba\xf8\x59\x85\x6b\x61\xbf\x2b\x89\x64\x96\xe4\x6f\x89\xd6\x3d\xe1\xd4\xdc\x29\xac\x72\xb9\xd9\xc8\x6e\x87\x77\xc3\xdb\x9f\x20\x1b\x68\x7c\x76\x7e\x37\xf8\xfe\xa2\x44\x10\xa5\xe7\x83\xd3\xbf\x3e\x9c\xdf\xb6\x3f\x1f\xfe\xd7\xf9\xdd\xfd\x5d\xdb\xd3\xdb\xe1\xc5\x70\x70\xd7\xfe\xf5\xc7\xc1\xf9\xc5\xc3\xed\x70\xe9\x7a\x2c\x1d\xed\x72\x25\x44\xc2\x22\x41\x9c\x3f\x8a\x2c\xd7\x10\xc5\x1a\x22\x2f\x3e\x3a\x76\xd8\xd4\xd7\x09\x7a\xb0\x3a\x3d\xb5\x8d\x1b\x06\x1b\x34\x64\x94\x91\x98\x4a\x3c\x49\x48\x5c\x6b\xc9\xad\x61\x5b\x4b\xb8\x34\xa8\x67\xad\x3d\x7b\x91\x53\xf3\xbc\xc8\xf0\x02\x04\x39\x8a\x8a\xb0\xb8\xa1\x0f\xb3\x0f\xad\x3d\x30\xcd\xbb\xe8\x13\x29\xf5\x14\xe5\x42\x10\xa6\x92\x05\x22\x9f\xa9\x54\xb2\xd6\xa8\xdb\xbe\xb6\x66\xed\x9d\xea\x1b\x9c\x63\x89\x26\x84\xb0\xf2\xf8\x05\x49\x08\x96\x0d\x63\xb6\xbb\xdf\x6d\x59\xfc\x5e\x59\x6b\x8c\xb9\x8c\xa6\x98\x26\xb9\x20\x95\xd3\xc2\xd3\x0c\x0b\x2a\x39\x1b\x7e\xd6\x77\x99\x3e\xc8\xd7\xf0\x39\x17\x9b\x9d\x98\xe1\x5f\x43\x0a\xbe\x2a\xff\xf3\xd3\x7d\xf9\x5f\xa5\x33\x7f\x71\x5f\xfe\xd7\x72\x5a\x0f\x1a\xae\x52\xf6\x21\xfa\x74\x7f\x82\x3e\x41\x88\x93\x40\xf7\x73\x6c\x28\xf6\xe2\xfe\x04\x5d\x10\x29\xe1\x97\xe2\x63\x45\x55\x02\x73\xfb\x9e\x32\x2c\x16\xc8\x4d\xdf\x24\xba\xe2\x68\x8e\x88\x5f\x9a\xea\xe2\xb1\xbf\xe5\x0c\x54\xf7\x62\xf5\x2e\xf8\x8c\x46\x38\xd9\x6e\x11\x07\x57\x25\x3e\x70\x7d\xbb\x74\x29\xc2\xb7\xeb\x6b\x31\xb8\x3a\x83\x24\x52\x37\xd4\x86\x99\x5f\x11\xa9\x89\x24\xe2\x2c\xb6\x5e\x1a\x7d\xfb\x2f\x02\xa1\xfe\x6f\x1c\x12\x71\x73\x49\xd9\x4c\xb7\x88\x8e\xd1\xf5\xed\x88\x5d\x8b\xd8\x18\x42\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xa6\x19\x17\x0a\x33\xa5\x15\x01\x10\x03\xec\x8a\x18\x0e\x70\xca\xd3\x34\x57\x58\x1f\xb4\xda\xa2\x32\x63\x0e\xb9\x23\xea\x3c\x06\xd7\x4a\xc3\x1a\x1a\x39\xa1\x98\x4b\x26\x74\xfb\x5a\x46\x29\xeb\xd0\x34\xae\xa9\xb2\xae\x09\x2c\x04\x2e\x4b\x13\x1f\xa8\x22\x69\xf5\xfd\x8e\x41\x9e\xff\x6c\x34\x10\x9c\x9a\xa4\x0a\x22\x06\x22\x9a\x53\x45\x22\xa5\x8f\xe0\x46\x34\xf1\x70\xf5\xe3\xd5\xf5\xcf\xa1\x04\xf1\x61\x70\x79\xf6\xe7\x7f\x2f\xfd\x70\x7b\x59\xfb\x61\xfc\xd3\x9f\x6b\xbf\xfc\xff\x96\xd2\x53\xb5\xa7\x9a\x9e\x1f\xcc\xe5\x10\x44\x6a\xb0\x09\xbb\xa9\x22\x9a\xe2\x19\x41\x32\xcf\x34\x05\xc8\xa3\xf2\xfe\x6a\x91\xf2\x82\xe3\x98\xb2\x99\xc9\x00\xbd\xa0\x8a\x08\x9c\x5c\xe2\xec\xa3\xb3\x5f\x6f\xb0\x3a\xff\xf7\xae\x94\xaf\xfb\xe1\x97\xc1\x65\x98\xf1\xfb\xe1\xe6\xf6\xfa\xfe\x7a\xe9\xac\x4b\x2d\xd4\x8f\x91\x7e\x7c\x02\xff\x8b\x8e\x91\x6e\xdd\x4b\xbe\x29\x51\x58\x6b\x04\xe8\x6b\x93\x34\xe7\x13\x69\x28\x4b\xe0\xd4\x64\x82\xa6\x14\xae\x14\x63\xc1\xfb\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x00\xda\xb2\xbb\x94\x59\x8c\x45\x8c\xfe\x26\xab\xe9\xe3\x60\x38\x36\x3f\x90\x18\x1d\xa2\xb9\x52\x99\x3c\x39\x3e\x7e\x7e\x7e\x3e\xd2\x6f\x1f\x71\x31\x3b\xd6\x7f\x1c\x12\x76\x34\x57\x69\x62\xd2\xe5\xf5\x2a\x9c\xa0\x1b\xc1\xf5\x15\x02\x0a\x3a\x11\x14\x27\xf4\x37\x12\xa3\x89\xe1\x7f\x7c\x8a\x7e\x8d\xb8\x20\x47\xc5\xc6\x58\xa3\x92\xbd\x47\xac\xe1\xe9\x58\xbf\xd4\xc0\x4c\xaa\xfb\x89\x62\x12\xd1\xd8\x8a\x19\x84\x45\x1c\x2c\x8f\xc6\x57\xa1\xdb\x73\x99\x86\x5a\xa3\xc9\x72\x55\x2c\x67\xa0\xac\xe0\x98\x04\xd9\xee\x8a\x97\x09\x4e\x2b\x3e\xe7\x46\x6d\xcd\xb5\x8a\xae\xef\x56\x0c\xb7\xaa\x7b\x35\xd3\x13\x8e\x78\x82\x26\xf9\x74\x4a\x44\xe8\x90\x3e\xd0\xda\x0c\x95\x48\x90\x88\xa7\x29\x48\x0c\xfa\xab\x5c\x1a\xaa\x86\x15\xb3\xa3\x3d\x1a\x31\xd8\x7f\xad\xe6\x00\x05\xc4\x1c\x58\x1d\x23\x24\x46\x98\x2d\x4c\x37\x93\x7c\x1a\xb6\x6f\x60\x28\x70\x8c\xa8\x1a\xb1\x41\x92\x20\x41\x52\xae\x48\x90\x43\x09\xce\xb3\xf2\x82\x03\x8b\x14\x24\x4b\x70\x44\x62\x43\x0f\x09\x8f\x70\x82\xa6\x34\x21\x72\x21\x15\x49\xc3\x06\xbe\x06\x5b\x8d\x5e\x33\x2a\x51\xcc\x9f\x59\xc2\xb1\x9d\x47\xf5\xb3\x6f\xca\xa7\x71\xe8\x20\x02\x86\x42\x70\x01\xff\xf3\x23\x65\xf1\xce\x38\xd4\xc3\xdd\xf0\x36\xfc\xf7\xdd\x2f\x77\xf7\xc3\xcb\xf5\xb8\x8f\xa7\x2c\x18\x1e\xe8\xf0\x27\xe8\xce\x2c\x02\x17\x5a\x22\x12\x2d\x93\xba\xb4\xa4\x54\xfc\xc0\xe3\x0d\xb9\xef\xe5\xe0\xea\x61\x50\xe2\x28\x77\xa7\x3f\x0c\xcf\x1e\x2a\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\x0f\xe7\x17\x67\xe3\x06\x85\xf1\xc3\xed\xf0\xf4\xfa\xa7\xe1\x6d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x6f\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa2\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x9e\xa0\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x7d\xa7\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xfd\xf3\xd5\xc5\xf5\xe0\x6c\x3c\x1c\x7c\x2a\x9f\x78\xff\xe4\xee\xfe\x76\x38\xb8\x2c\x3f\x1a\x5f\x5d\xdf\x8f\xdd\x1b\x4b\x49\xbe\xa5\x83\xfa\x3d\x5d\x7e\xf1\x04\x69\x96\x0b\xac\xd1\x01\xde\x05\xfc\x71\x42\xa6\x5c\x18\x3e\x9f\xba\xd0\x05\x2b\xc2\xb8\xb5\xb5\xba\x58\x65\x16\x27\x60\x19\x6b\x6a\xd2\x58\xbd\x95\x20\x38\x85\x7b\x02\x33\x34\x64\xf1\xe1\xf5\xf4\xf0\xce\xfc\x98\x62\xf1\x48\x84\xff\xf4\x59\x50\xa5\x08\x2b\xa9\x74\xd8\x0d\xd9\x2b\x89\x45\x07\x47\xe8\x56\xf3\x7d\xfd\xbe\xbf\xd4\x34\xb1\xc7\x44\x61\x9a\x48\x3b\xd8\xd2\xba\x9e\xa0\x0b\x2c\x66\x85\x1d\xee\x6b\x3e\x9d\x9a\xc6\xbe\x31\xc3\xd0\x77\x58\x69\x16\x0d\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\x87\xeb\x54\xf5\x90\x6d\x47\x53\x0f\x37\xb0\xe2\x46\x63\x2f\xe9\x86\xf6\x49\x03\xad\xc1\xc4\xcd\xe3\xe5\x97\x4c\x73\xdb\x75\x72\x2a\xbf\xd8\x40\x4e\x26\x97\x4a\xef\xfc\x54\x6b\x9b\x0d\xb4\x44\x3e\x53\x6b\x30\x08\xc7\x5d\x21\xa1\xa2\x19\x30\xaf\xe2\x2c\x23\x58\xc8\xa6\xdd\x2e\x8b\x81\x2d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x81\xc1\xc1\x0b\x11\x15\x8a\xec\x40\x03\xa6\xad\x1a\x05\xdc\x00\xda\xd2\xb5\x45\x36\xba\xa4\x52\x2b\x8d\xe6\xc7\xef\x2d\xe4\xd2\x66\x04\xf1\x71\x70\x7e\x51\x11\x2e\xc6\x67\xc3\x8f\x83\x87\x8b\xe5\x66\xc2\xd2\x77\xd5\x2d\x46\x87\x48\x3f\x2f\xfb\xcd\xe9\xd4\xdc\x19\x0e\x38\xca\xa8\xb4\x84\x81\xd1\xca\x42\xd5\x18\x7b\x75\x4c\xb2\x84\x2f\x52\xc2\xc0\xc4\x53\xba\x09\xf5\x7a\x4e\x31\xb5\x57\x4b\x30\x58\xb0\xe2\x58\xb3\x1b\x5c\x63\x87\x0e\xad\x8a\xc4\xfe\xe6\x2d\x83\x55\x55\x58\xf7\x8d\xf1\x9e\xd9\xff\xdc\x29\xac\x36\x3c\x63\x83\xd3\xfb\xf3\x9f\x86\x65\xfd\xf0\xf4\x87\xf3\x9f\x9a\xa4\x9a\xf1\xa7\xe1\xd5\xf0\x76\x70\xbf\x42\x38\xa9\x34\xd9\x24\x9c\x48\x3d\xe0\xaa\xf7\x94\x4a\x1f\x11\x14\x19\xc8\x2b\x44\x95\x44\x4f\x54\xd2\x09\x05\x80\x30\xeb\x89\x7c\x38\x07\xce\xfa\x84\x13\x1a\x53\xb5\x70\xe2\x8b\xe9\xb7\xbc\x8f\x9a\x93\xda\xf6\x8d\xd9\x21\xf4\x4f\x82\x95\xcf\x6c\x8e\x9b\xf4\x09\x02\xdd\xf6\x09\x94\xb6\xe0\x33\xa6\x05\x69\x36\x23\xc2\x0c\x07\xbc\x2f\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x52\xac\x9a\x17\x5a\x67\x84\x11\x01\x20\x70\xbe\x13\x23\x48\x09\xc2\xbe\xd2\x32\x57\x96\xd0\x88\xaa\x64\x81\x22\xb0\x61\x81\x39\x33\xc5\x0c\xcf\xac\x70\x00\x6a\x4e\x85\x24\xfe\x6a\x50\xd4\xae\xa7\xd6\xb4\x7f\x4f\xc9\x86\xc7\xec\xe1\xea\x6c\xf8\xf1\xfc\xaa\x4c\x02\x3f\x9c\x7f\x2a\x89\xb0\x97\xc3\xb3\xf3\x87\xd2\x6d\xae\x25\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x41\x67\xe6\xd3\x13\xbd\xb8\x0d\x10\x71\x5e\xf9\xad\xac\xc3\xad\x0b\xc9\x73\x7f\x0c\x99\x12\x8d\x7e\x89\xae\x26\x24\xeb\x83\x2c\xd9\x90\x9a\x43\x15\x6a\x7d\x5f\x55\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xa8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x33\x62\x35\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x8f\x7f\x91\x7a\x41\xc1\xd5\x78\x84\xee\x08\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\x7c\xc2\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x38\x83\x08\x18\xe7\x4e\x3d\xf6\xcd\xce\xf8\xbf\x5e\xfc\xe9\xdb\xc3\x8b\xbf\x7c\xfb\xa1\x6e\x21\x6b\xdb\xff\x21\x8b\x70\x26\xf3\xc4\x46\xcc\x89\x70\x6d\xdc\x91\xcf\xc9\xaa\xfd\xbe\x2a\x6f\xd7\x76\xfa\xeb\xe9\xcd\x43\xc9\x62\x5d\xfe\xe7\xe5\xf0\xf2\xfa\xf6\x97\x12\xa7\xbc\xbf\xbe\x1d\x7c\x2a\x31\xd4\xe1\xcd\x0f\xc3\xcb\xe1\xed\xe0\x62\xec\x1e\x6e\x63\x7b\xfb\x91\xf1\x67\x56\x5e\x1a\xe9\x38\x60\xad\xa7\x13\xf4\x91\x0b\xf4\xa3\xdf\xc9\xc3\x09\x96\x70\xc5\xb8\x3b\x4b\x1e\xa0\x8c\xc7\xc0\x78\x11\xc9\xe6\x24\x25\x02\x27\xd6\x66\x20\x15\x17\x78\x66\x6e\x7a\x19\x09\xac\xa2\x39\x92\x19\x8e\xc8\x01\x8a\x80\x1a\x66\x07\xb0\x29\xa0\x6a\xf1\x59\xd5\xce\x77\x9b\x33\x45\x53\xe2\x54\x70\xfb\xcf\x7b\xb3\x19\x1b\x6c\xce\xf5\xfd\x0f\x65\x61\xef\xe3\xc5\x2f\xf7\xc3\xf1\xdd\xd9\x8f\x4b\xd7\xd3\x7c\x56\x1a\xd9\x1d\x04\x20\x9d\xf2\x24\x4f\x59\xf8\xf7\xe6\x63\x3b\xbf\xba\x1f\x7e\xaa\x8e\xee\x7a\x70\x5f\xa6\x8c\xdb\x72\x80\xdb\x87\xef\xaf\xaf\x2f\x86\x25\x97\xf0\x87\xb3\xc1\xfd\xf0\xfe\xfc\xb2\x44\x3f\x67\x0f\xb7\x06\x8d\x70\xd9\x34\xdd\x08\x1a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x13\x27\x1a\xd8\x80\x72\x73\x96\x0f\x03\xb8\x1d\x13\x0e\x06\x56\x9d\x43\x6f\x52\x8d\xcc\x48\x1b\xd9\xa1\x2a\x6f\x13\x6a\x67\xc7\x4b\x37\x7a\x19\x57\xbe\xf7\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4d\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\x35\x70\xbc\xf2\xb6\x90\x48\x10\x75\xc9\x73\xa6\x36\x27\xb9\xc1\x55\x89\xef\x0c\xaf\x7e\x1a\xff\x34\x28\x53\xe0\xf9\xc5\x72\x56\x13\x36\xd1\x70\x15\x0f\xae\x7e\xf1\x97\x30\x04\x7c\x1f\x78\x0d\xd5\xc8\xae\x51\x42\xb5\xd8\x1b\x61\xad\xbd\x26\x20\xd1\x20\x42\xc1\xe4\x90\xea\xc9\x41\x80\x69\x66\xfc\x49\x86\x3f\x99\x41\x9e\xb8\x3f\x2a\xed\x49\x58\x17\xb0\xa6\xba\x78\x7a\x68\xc7\x6a\xd5\x0c\x11\xf6\x44\x05\x07\x3c\x5b\xf4\x84\x05\xd5\xd2\xb8\x69\x59\xcf\xf5\x04\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x77\x5c\xa8\x33\x1f\xc8\xbb\x99\x35\xa4\x29\xa0\xb5\x1e\xca\xda\x6c\xe8\xa8\x7f\xdb\xb0\x39\x5b\x06\xfc\x96\x27\xfc\xf7\xe4\x8c\xe2\x44\x33\x80\xdd\xc9\x8b\x83\xab\xbb\xf3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb1\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfd\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x71\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa1\xf3\x29\xb0\x04\xfd\x3a\x43\x39\xb3\x0e\x30\x7d\xe1\x9a\x41\x1e\x68\x51\xd6\x0e\xc1\x6b\x88\x60\x78\x61\xc4\x05\x4b\x15\x83\x1f\xb1\x9f\xbd\x13\x0d\x1e\x4d\xb9\x66\x40\x7a\x17\x6d\x7b\x27\x08\x33\x49\x0f\x90\x56\x58\xaa\x7b\x0a\xa9\x03\x5a\xa1\xb4\x21\x5c\x9a\xd3\xd8\x3f\x5f\xff\x1a\xa8\xc5\x09\x87\x97\x41\xf3\x5d\x50\xb9\x0a\x5a\x44\xe3\xc4\x78\x4c\xc6\xdd\xef\x84\x88\x0b\x62\xfd\x2c\x6b\x5f\x03\xab\x18\xfb\x3d\x96\x8f\x35\xdf\xc3\x39\x93\x0a\xb3\x88\x9c\x26\x58\x6e\x18\x84\xe4\x6c\x1c\x07\x65\x89\xe3\xf6\xf6\xe1\xe6\xfe\xfc\xfb\x15\x5c\xbe\xfa\x71\x3d\x0c\x28\x4a\x72\xe7\x9e\x9b\x08\x8e\x63\xa4\xd9\xe7\x8c\x1b\x57\xa0\x15\xfc\x0b\xe8\x6f\x93\xd7\xe3\x03\x2a\x4b\xb0\xe3\x45\x3a\x82\xb5\x73\x84\xae\x04\x6a\x17\x02\x45\x7a\x25\x50\x60\xf2\x70\x5b\x0d\x9e\x45\x53\x90\xc4\x5a\xb7\xb2\x04\xab\x29\x17\xa9\xe1\xf2\xa5\x49\x9b\xc6\x97\x37\x4a\x99\x22\x42\xe4\x99\xa2\x0e\xcb\xbd\x2a\xa5\x42\x85\x77\x3e\xbb\x24\x52\xe2\x19\xd9\xc6\x01\xdd\xa4\x3c\xdc\xfd\x14\xfe\x13\x1c\xcc\x5d\x64\xff\xd2\x08\x5d\xe4\xbb\xa3\xa7\x6b\xf6\xd1\x04\xf2\xdc\xf0\x84\x46\x1b\x06\xdc\x7d\x1c\x9c\x5f\x8c\xcf\x2f\xb5\x12\x3f\xb8\x1f\x5e\x94\x44\x09\x78\x36\xf8\x78\x3f\xbc\xb5\x20\xd6\x83\xef\x2f\x86\xe3\xab\xeb\xb3\xe1\xdd\xf8\xf4\xfa\xf2\xe6\x62\xb8\x22\x32\xa7\xb5\xf1\xba\x75\xb5\xfa\xea\x49\xed\x17\xd8\x61\xcd\xcb\x42\x7b\x19\x64\x8d\x61\x9a\x80\x13\x9c\x1b\x67\x38\x46\x8c\xc7\x04\x7e\x96\xce\x3a\xe3\x91\xa3\xd1\xb9\xfa\x2a\x49\x10\xce\x15\x4f\x31\x78\x6d\x92\xc5\x88\xe1\x89\x66\xad\x38\x49\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\x40\xb4\x47\x09\xd1\xec\x3c\x0b\x92\xfd\xac\xdf\x60\x4a\x19\x44\xda\xa6\x58\x3c\x1a\x37\x53\xd1\x65\x71\x28\x24\xc2\x72\xc4\xf4\xb8\x88\x35\x0c\x75\x59\xe1\x93\x4e\x6f\xb5\xae\x4e\x8a\x1f\x89\x5e\x95\x34\x8f\xe6\x28\x13\x7c\x26\x88\x94\xd6\xb6\x1c\x61\x66\x02\x10\xec\xeb\xfa\x1a\x1a\x31\xc6\xf5\x52\x38\x13\x76\x4c\x32\xc2\x62\xc2\x22\x6a\xd2\xfa\xc0\x77\xef\x4d\x9b\x33\x81\xb3\x39\x92\x1c\x9c\xde\xb0\xec\x60\xbf\x32\x1f\xb9\x9b\xcc\xcc\xd8\x3c\x0e\x2d\xd0\x22\xd7\x7c\xe2\x1a\xe4\x44\xb3\xca\xf0\xb1\xbb\x0c\x9d\xdb\xc5\xd8\x01\xd3\x2c\x21\xca\x80\xf5\xc3\x92\xc3\x66\xe8\xb5\x2e\xed\x87\xde\xa6\xa6\x4d\xd0\x17\xb6\x1b\x33\x96\x76\x44\x47\x0d\x96\x6d\x7b\xa4\xd0\x0f\x98\xc5\x89\x6e\xc5\xf9\x30\xca\x67\x11\x52\x51\x06\x9a\x6a\xdc\x69\xdc\xe6\x16\x8d\x70\x2e\xb7\xb9\x46\x2b\xb9\x98\xc6\x2a\x78\x58\x04\x85\x00\x79\xdb\x44\x4c\x58\xdd\x4c\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xdc\xd4\x7f\x42\x30\x9a\x96\x6b\x36\x13\x94\x45\x34\xc3\xc9\x46\xba\x5f\x25\x18\xdf\xc6\xb8\x7f\x4d\xa7\x9a\x7c\xbe\xa9\xb9\x6d\x15\x11\x29\x24\x28\xdb\x61\xfa\x2d\x5c\xc3\x92\x64\xb3\x1a\x88\x2c\xa2\x49\xb0\xe0\xb9\xf1\xc7\xc1\xba\x90\xb8\xe1\xa8\x1e\x35\x6d\xb7\x3e\x19\xb8\x1c\x00\xbd\xc1\x66\x9b\xc8\x9f\xb6\xf5\xab\xb4\x62\x7b\x37\xc1\x78\x38\xb9\x69\x6e\xb3\x69\x07\x82\x87\xff\x5c\x46\x3b\x97\x38\xd3\x34\x63\x61\xfb\x71\x31\x47\xab\x24\xd9\xaa\x60\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xee\xbb\x51\x2c\xa1\x0d\x80\xaa\x77\x52\x8a\x21\x08\x72\xcc\x2d\x8d\x4f\x73\x2d\xcb\x22\x0c\x51\x08\xe8\x6b\x72\x34\x3b\x42\xae\x08\xc3\x01\x1a\xdc\xdc\x0c\xaf\xce\x0e\x10\x51\xd1\x37\x2e\x66\xd1\x06\x2c\x8d\x98\xe2\x56\x5a\x59\xb8\x02\x1a\x29\x11\x33\x52\x9a\xb3\x8b\x6e\x82\x50\xe5\x19\x95\xca\x86\xcf\x6a\xbe\x12\x94\x3a\xa1\x69\x55\xcc\x36\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\xad\xcb\x8e\x29\x4e\xc7\x82\x27\xdb\x30\x85\x33\x98\x0a\xa8\xcb\x3e\x3d\x9f\xe2\x14\xe9\x66\x6d\x28\x88\x77\x39\x7a\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xf7\xc1\xc6\xa3\x51\x17\x02\x01\xe9\xfb\x2d\xac\xa2\x30\x1b\x8f\xad\xa5\x7e\x8c\xa3\x48\xab\xdc\x3b\x9e\x54\x50\x3f\xc7\xb9\x04\x6c\x47\x2f\x36\xcd\x55\x74\xee\x86\x99\x69\x0e\x06\xc1\xc0\xfa\xca\x95\x3c\xa2\x45\xfb\x0d\xfd\x4e\x16\xb5\x5e\x5d\x85\x9b\x07\xe9\x4d\x2a\xe6\x12\x96\x04\x76\x52\x9a\x0a\x39\x6a\x4e\x16\x68\x8e\x9f\x48\xa9\x4b\x97\x10\xa3\x1b\x5e\xf0\x5c\x34\x31\xba\x11\x3b\x23\x99\x20\x5a\xd2\xaf\x3a\x50\x3c\x4d\xdf\x96\x29\xb1\xa7\xeb\x9e\xae\xdf\x3d\x5d\x9f\x9a\x42\x49\x03\x5f\x18\x6b\x2b\x01\xce\x34\x36\xce\x38\x4f\xc6\x1d\x6c\x22\xdd\x57\xbc\xe4\x09\xab\x94\x8d\x02\x48\x00\x9e\x83\x7c\x54\xba\x36\xb9\xbe\xeb\x82\x14\x5b\x3b\xbc\x25\xcb\xe0\x5c\x66\x41\xbd\x9c\x6d\xce\x7b\x53\x2b\xcb\x5a\x42\x2f\x2e\xe6\x9c\x1a\xf9\xc6\xbb\xcb\xc2\xfa\xa7\xa5\xc3\xe4\x44\x11\xca\x6a\xd5\xd8\x0c\x3d\xeb\x05\x36\x72\xc7\xdf\x73\xae\xb0\xfc\xe6\x68\xc4\xb4\x10\xf5\x48\x16\xc6\xdc\xaa\xc5\x94\x3f\x68\x59\xfc\x50\x12\x26\x21\xdc\xfb\x0f\xc6\x3d\xa7\x49\xdc\x99\xab\x8d\x6a\x6a\x8a\xc0\x41\xd0\xb5\xef\x05\x42\x74\x6d\xa3\x56\x4a\x2a\x02\xa0\x41\xce\x37\x73\xb1\xcf\xcc\xf0\x67\x44\x41\x8a\xb5\xa2\x0a\x74\xa6\xd8\x54\x99\xab\x0d\x7d\xa5\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xed\x18\xbf\xac\xb7\xb1\x92\x33\x7a\x6d\xe1\xce\xc6\xbc\x1f\x3b\xbb\x51\x24\x78\xad\x74\x1b\x96\xc8\xec\xf4\xc4\xb0\x03\xe7\xbf\x26\xec\xe8\x99\x3e\xd2\x8c\xc4\x14\x43\x04\xbc\xfe\xd7\xb1\x9e\xd7\xbf\x9e\xde\x5e\x5f\x8d\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe5\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc6\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x89\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\xaf\x7a\xcc\x45\x52\x91\xd4\x9a\x6c\x44\x32\x85\xfe\x1f\x41\x26\x9c\xab\xe6\x4b\x8a\x4f\xa7\x92\xac\x75\x21\x15\x4a\xda\xdd\x35\xfa\xcb\x9f\xbf\xfd\xa3\x26\xa1\x4d\xd6\xf8\xfc\xee\x7a\xac\xbf\xff\xd7\x33\xfb\xbd\x5c\x83\xdd\x5d\x67\x05\x6b\x73\xc4\x63\x02\xe7\x73\x06\xb7\x9f\x00\xe7\x05\xb0\x37\x20\x87\x62\x1f\x9b\xb8\xdb\x59\xa9\xf5\xed\x54\xb6\x8d\x16\x13\x54\xec\x60\x8e\xe8\x10\x31\x8e\x52\x13\x6b\x8a\x19\xfa\xf7\x1f\xbf\x6f\xde\xc0\x5c\xd0\x8d\x3a\xa4\x16\xae\x21\xe8\x52\xd2\xdf\x88\x44\x9a\x6a\x34\x15\xf3\x54\x77\x2d\x88\x9c\xf3\x24\x46\xcf\x04\xd4\x24\x1b\x07\xea\xb5\x72\x41\x46\x2c\x6c\x02\x42\x0e\x11\x4e\x14\x9f\x11\xb8\xab\x9d\xa2\xa6\x88\xd0\xa2\x8a\xc9\xd2\x50\x5c\x90\x03\x03\xf5\x75\xf7\x27\x17\x5b\x0d\xd3\x84\x47\x2e\xa9\xc5\x9a\xe4\xe2\x49\xf3\xcc\xa7\x55\xd3\x2b\x6a\xb7\xe1\x57\x37\xd9\x9a\x6d\x9b\x97\xc6\x26\xa1\x58\x1b\x56\x75\x67\x9a\x07\x43\x23\xce\xc6\x09\x65\x8f\x1b\x6d\xc6\xb5\x13\xe5\x74\x0b\x76\xcd\x74\x8b\xde\xce\x6d\x2c\x20\x6b\x9c\x8f\x8f\x79\x92\x98\xd4\x96\x70\x7b\x40\xee\x32\xeb\x06\xc2\x40\x66\x72\x40\x49\x6c\xfd\x5e\x56\x13\x16\x84\x41\xc0\xdb\x88\x4d\x16\xd6\x67\x2b\x0f\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x2a\x1c\xa9\x11\x2b\xfa\x5b\x71\xf2\x4c\x05\xa4\xed\x52\xf7\xba\xbb\x74\x8a\x4a\x4b\x4b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\xd7\xcf\x92\xd9\xb0\x16\xcd\x40\xce\xb9\x50\xe3\xb8\x91\xe7\xac\x24\x9a\x2a\x23\x64\xe4\x30\x81\xa0\x61\xfe\xa4\x85\x7f\xf2\xec\x8d\xaf\xcb\x86\xa0\xa9\x7a\xd9\x08\xba\x1d\xa3\xa5\x23\x5b\x97\x04\x5b\xd6\xca\x20\x78\x44\xe5\x98\xf0\x55\x63\xbc\x83\xaf\x4e\xf5\x47\x4b\x17\xaf\x7a\xee\x9c\x10\xc4\xe3\x02\x6c\xce\xdc\xeb\x36\x23\x64\xd9\x9a\x5a\xe8\x84\x97\xcb\x1c\x5d\x36\x95\x87\xb2\x25\x57\x8f\x05\x4c\xf6\x92\x80\xac\x89\xc5\x84\x2a\x81\x45\x09\x29\xc4\xeb\x83\x92\x60\x01\xf1\x59\x23\x66\x70\xe3\x8c\xa6\x10\xa3\x98\x4a\x48\x10\x81\xbb\x34\x70\x86\xa1\x6e\x4a\x60\xe5\x68\x17\x79\x8e\x26\xfe\x1c\x02\xcb\x0a\xd2\x70\xcc\x4e\x77\xe4\xf1\xb1\xb4\x7e\xc6\xa3\xbc\x10\xe4\x22\x90\x70\x2d\xa6\x0e\xa2\x4c\xd2\xd9\x5c\x21\xca\xac\xdd\x11\x27\x33\x2e\xa8\x9a\xa7\xf2\x00\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x3a\x71\xa1\x6d\x93\x88\xe3\x4a\x83\x75\x15\x65\x03\xd2\xe8\x76\x28\x87\x95\xbb\x62\x05\xe1\x0c\x3c\xce\x60\xb5\x0d\x0a\x75\x1b\x0d\x3c\x25\x32\x71\x80\xdc\x21\x3b\x41\x15\x90\xb6\x73\x00\xa8\x90\x3b\xf3\x52\xbc\x46\x21\x2e\x64\x92\x41\x05\x71\xb1\xdb\x20\x79\x95\x91\x29\x0d\x7a\x93\x77\x3a\xa5\x99\x6a\x0c\xdc\xaa\xbb\x8a\x6e\x03\xcc\x9f\x6e\x8b\x0d\xc9\x58\x40\xcd\x80\xd4\x36\x62\x77\x84\xb4\x03\xb9\xd5\xf6\xde\x94\xc6\x85\x29\xd8\x44\x8f\xe5\x24\xbf\x8d\x13\xfb\x6c\x78\x77\x7a\x7b\x7e\x63\x20\x27\xae\x6f\x2f\x07\xf7\xe3\x06\xbf\x76\xc3\x5b\x97\x83\xdb\x1f\xcf\x56\xbf\xf6\xc3\x7d\x39\x2b\xbb\xe1\x95\xdb\xbb\xe5\xc9\x1c\x1d\x86\xd8\x90\x14\xd6\xd8\xcf\x09\xca\x16\x6a\xce\x99\x0f\x51\x88\x4b\xbc\xe9\x10\x99\x8c\x60\x05\x21\x44\x42\xaa\x06\xc7\xe1\x3d\xc4\xe5\xac\x96\x30\xcb\x9b\x65\x60\xd8\x76\x2a\x1a\xad\x71\x22\x3f\x25\x7c\x02\x7e\xeb\xbc\x54\xe2\x76\x49\x04\xfa\x96\xf1\x3e\x67\x54\x66\x09\x5e\xd4\x7a\x58\x75\xe5\x5c\xe1\x94\x40\xc4\x71\x81\x1f\xe7\x92\x45\xf4\xce\x40\x02\x93\xbf\xd7\xe9\x14\x32\x99\x14\xc5\x8a\xa0\x09\x51\xcf\x90\x37\xe7\x7e\xf5\xb6\x54\x17\x30\x22\x8f\x46\x0c\xcc\x39\x23\xbd\xc8\x71\x0e\xd1\x7e\xa3\x0f\x07\x68\xf4\x21\x26\x4f\x24\xe1\x99\xde\x79\xfd\x43\xcb\x25\x33\x4c\x31\x4d\xae\xb8\xf2\x96\xb9\x6d\xf6\x53\x90\x88\x66\x20\x99\x8f\x89\x6e\xf7\xf5\x04\x8f\x12\x25\x3b\x76\x06\x63\x40\x38\x8e\xb5\x92\x0d\xac\xcc\x0d\xaf\x08\x01\x62\xc1\xd4\x4b\xb5\x32\xd7\x11\x29\xbc\xf9\xdb\xf4\x18\xb6\x59\x36\x7b\x36\xee\x00\x7b\x7a\x41\x97\xec\xb6\x17\xb9\xd6\x4a\x7e\x24\x0b\x48\xc1\xb8\xc1\x54\x6c\xe8\x9a\x6d\x8a\x79\x7d\x11\x27\xed\xb0\xa1\xa3\x3d\x72\xd7\x36\xaf\xc3\x76\x8e\x5b\x1f\xab\xf7\x5a\x5a\xaa\x8b\xe5\xf2\x1d\x77\x54\x5b\x1f\xda\x94\xd4\xd6\x10\x06\x54\x55\xbc\x32\x12\xad\xa1\x71\xf9\x01\xde\xe9\xef\x56\x6a\x2a\x5e\x5c\x8b\xc2\x9a\xfe\xb0\x0b\x36\x39\xbe\x9a\x8f\x4f\x56\x8e\x38\x4a\xb8\x2c\x63\xe5\x74\x1e\xf4\xa9\xfd\x74\xd9\xb8\x87\x21\xf9\x6a\xb9\x70\xad\x80\x86\x86\x85\xaf\x80\x41\x9a\x7b\x46\x59\x0f\x99\x7d\xfb\x00\x51\x88\xb6\x04\x85\x2c\x29\x90\x03\x58\x8c\x0a\x37\xc8\x88\x15\x31\x2b\x12\x3d\x93\x04\xc2\xdc\x22\x9e\x66\x60\xe2\xb7\xc3\xb5\x2d\x91\xd8\x44\x0c\x1f\x20\x9e\x2b\xdd\x98\xc9\xc9\x71\x46\x5c\x9b\xf0\x53\xb8\x3d\x8c\xef\xcd\x06\xbf\x7b\x60\x69\x43\xeb\xe6\x2e\xa5\x0c\x7d\x22\x0a\x5a\x01\xe0\xfe\x70\x82\xa0\x27\x54\x43\x28\x9b\xd7\x7e\x8b\x13\x65\x67\xb2\xc6\xce\x17\xc0\x29\xdf\x27\x7c\xb2\xdc\x48\x00\x8d\xa3\x87\xdb\x73\x67\x91\x2c\xe2\xa7\x02\xf4\xe2\x92\x47\x71\x78\x73\x3b\x3c\x1d\xdc\x0f\xcf\x8e\xd0\x83\x24\x7a\x79\xfc\x74\x21\xbf\xda\xab\x24\x66\xe4\x16\x89\x85\x49\x45\x70\x9b\x21\x84\x08\x51\xca\x82\x5e\xc1\x38\xca\x30\x2d\xcb\x09\x1b\x40\x52\xa8\x35\xd4\x01\xb0\x50\x75\x9e\x36\x32\x6f\xd5\x09\x84\x38\xa9\xf1\xfb\x89\x52\x33\xe3\x4d\xeb\x91\x79\xab\xc8\xa7\x1c\xd1\xf7\xd2\x93\x81\xa3\xa5\xe6\x84\x0a\xd4\x69\x5a\x86\xa8\xc6\xdd\xe7\x14\x84\xb8\x5f\xe2\x6c\x79\xfa\x29\x7e\x2e\x11\xad\x11\x85\x03\xdf\xfd\x4b\x9f\x03\xc7\xd6\xc6\x86\x15\x6e\x3f\xc1\xc2\xa1\x65\x78\xab\xe7\x9b\x26\xe3\x43\x3a\x23\x59\x38\xb1\xca\x20\x6c\x1c\xab\x44\x70\x76\xe0\x17\xca\x50\xe9\x4a\x3c\x40\x53\xfa\xd9\x36\x5a\xc4\xb7\xbb\x57\x83\x80\x87\x96\x78\xca\x39\xae\x9f\xa9\x35\xc4\x86\x1b\xf8\x7e\xa9\x10\xc9\xa5\x16\x89\x22\x2d\x2e\x09\x12\x71\xa1\x6f\x0a\xe8\xb6\xf0\x42\xac\x12\x19\x14\x16\x7a\x51\xea\x5e\x99\x65\xa7\xbf\xa8\x41\x12\x63\x45\x0e\xb5\xe8\xb5\x22\x01\xda\xe6\xc8\x40\x36\x0d\x56\x01\x1c\x58\x71\xf3\x4c\xc8\x0c\x33\x17\x9a\xdd\x32\x5c\x77\xe5\x6d\xc1\xaa\xb4\x0a\x84\x21\x3d\x0c\xe4\x2b\x48\xfd\x29\x8d\x43\x66\xb0\x9e\x4b\xc7\x61\xa3\x5f\xf6\x61\xd9\x9e\xb1\x0f\xc6\x69\x19\x6c\x9e\xc5\xfb\x34\xd8\x04\x4b\x85\xec\x98\xda\x4c\x11\x81\x8a\xf8\xb2\x46\xd8\x92\x6e\xdf\x55\x79\xd3\x24\x54\xd6\x62\x09\x78\x46\xa4\xc3\x4d\x31\x28\x31\x5a\xa7\x71\x82\xb0\x29\xc5\xec\xcf\xb6\xad\xc9\xec\x6e\x89\x90\x99\x40\x90\x7e\xbd\xe9\x23\x34\x60\x35\xbc\x2c\x17\x97\x55\x5a\x2f\x73\x27\xe1\xe4\x19\x2f\x24\xca\x84\x81\x96\x31\x91\xfb\x6e\xf2\xa0\x81\x95\x3f\xf2\xa1\x10\xca\xa5\x4e\x20\xb0\xc5\xac\x0e\x9a\x73\x72\xef\xf8\x05\x5c\x79\x95\xa8\x72\x2f\x90\x17\xcd\x15\xb6\x8a\x0e\xac\x4e\x91\x71\x34\xc7\x6c\x46\xc6\xce\xc8\xba\x89\xb6\xa4\xdb\x39\x85\x66\xce\x6c\x2b\xcd\x97\xd3\x8d\x51\x98\x6c\xfd\x17\xf3\xaa\x37\x20\xea\x43\x20\x15\x9e\x11\x64\x46\xd4\xc9\x2c\x5d\x8a\x18\xb3\x60\xc3\xa0\x27\xd8\x56\x87\xe5\x28\xfa\x36\xe1\x1d\x42\x9f\x2e\xf0\x84\x24\x6f\x13\x39\x01\x5d\x5b\xe3\x3c\x78\xeb\x4c\x36\x00\x41\xcf\x60\xcf\xaf\xb0\x0c\x6b\xbd\x17\x79\x53\x6e\xc0\xb2\x79\x96\xaa\x9f\x6f\x31\x51\x57\x2b\x64\x93\xa9\xb6\x55\x10\x09\xaf\xbd\xa0\xd2\x46\x93\x81\x2d\xbc\xfe\xaa\x36\xe5\xcd\x06\x12\x14\xfc\x68\x19\xc7\xd6\x15\x3f\x56\x4e\x65\x63\x90\x81\x8e\x55\xf0\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\x0e\xe5\x21\x7a\xb4\x88\x6f\x8c\x2f\xbe\x4a\x97\x2f\xbe\xf4\xd2\x96\x96\x02\x3c\xc1\xdb\x06\x5c\x7e\x37\x23\x5a\x51\xc5\x62\x01\x10\x9f\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xef\x10\x5c\x83\x48\x5d\xc5\x11\x88\x91\x95\xc1\x21\x83\x83\x6a\x5f\xb2\x1f\x59\x98\x9a\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\xf0\xe9\x31\xae\x8a\xaf\x0c\xec\x92\xf2\x5b\x78\xe0\x04\x71\x69\x6a\x68\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xc3\x5b\x3a\x68\xde\x19\x7d\x22\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\xcc\x98\xc4\xa1\xe7\x63\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xfb\xc6\x30\x1a\x03\x92\x56\x42\xb7\x77\x81\xe1\x21\x95\x5a\xdc\x5e\x93\x09\x8e\x25\xfa\x03\xe3\xea\x0f\x01\xb2\xb1\x33\x5e\xc0\xa7\xce\x04\x75\x50\x2b\xd9\x02\x87\xd6\x12\x0e\xc2\x01\xc2\xd6\xca\x95\xdf\x36\x36\xa0\x08\x7c\x7f\x51\x69\x74\x58\xcf\x82\x6b\xab\x79\xd5\x7b\xec\x51\xf5\x5a\xa8\x1a\x3c\x4d\x59\xbd\xe2\xa4\x97\x0c\x9d\x72\x95\x8b\xde\xef\x45\x27\xd7\x7c\x0d\x11\x60\x1b\x6a\x4b\x3b\x47\x4e\xad\x00\x41\x6e\xb6\x4b\x6c\x92\xe7\xd9\x26\x97\x8b\x72\xe8\x9a\x2d\x83\xd1\x82\xf2\x7b\x34\x62\x1f\xb9\xb0\x57\xb0\xb4\x75\x06\x26\x38\x7a\x3c\x24\x2c\x46\x38\x57\x73\x83\xb6\x6b\xfd\x0a\x0b\x4b\x0d\x5a\xd2\x00\xb2\xf1\x50\x1a\x54\x46\x58\xc4\xae\xe2\xc5\x13\x77\xa3\x18\xb1\xa0\x11\xa8\x64\x00\x85\x9e\xa0\x54\x6d\x9b\xaa\x49\xa4\xd6\xaf\xda\xd6\xa2\xa9\x08\x6b\xad\x04\xeb\xf2\x73\x56\x2a\x2a\x0b\x35\x18\x20\xc0\x89\x4f\xeb\xab\x73\xee\xac\x8d\x4e\xbf\xd3\xf4\x5c\xf7\x42\x1c\x58\x8d\xc2\x98\xa4\xec\x0c\xb4\xa4\xf3\xad\xe3\xb5\x25\xd4\xe0\x69\x2e\x20\x5c\xb7\xa9\xcd\xaf\xa3\x39\x4d\x0a\xdf\xc5\x37\x07\x7e\x98\xba\xc9\x84\x3c\x91\xc4\x60\xd6\x47\x02\x22\xf3\x8d\xd5\xf0\x5b\xf4\x7f\x4c\x61\x52\xf4\xc7\x11\xfb\x04\x6c\x38\x49\x16\x80\xa8\xe9\x5b\xc6\xaa\xd2\xcc\x63\xe3\x00\x94\x4d\x05\x42\xe5\x81\x98\xbd\x9e\xe3\x27\x32\x62\xae\x99\xff\x83\x1e\xd1\xbf\xa1\x3f\xb6\xa9\x77\x2e\xc0\xfe\x85\xed\x1c\x1f\x83\xf0\xf5\xe0\x96\xb3\x8c\xd2\xf2\x1b\x67\x06\x29\x19\x21\x1b\x90\x35\x3c\x30\x36\x65\x4f\x3c\xaa\x65\x71\x84\xa7\x16\x0b\xc2\xd4\x98\xf1\x98\x8c\x49\x83\x4b\x73\x09\x93\xd0\x42\xc0\x15\x8f\xc9\x4a\x87\xa4\x67\xa6\x3f\x83\xe9\x46\xe6\x13\xbf\x1d\x90\xe0\xef\xb3\xb9\xbd\xf5\xa1\x4c\x69\xcd\x23\xf7\xe8\xb3\x9b\x8c\x7b\x53\x67\xaa\x0b\x13\x3d\x80\x0b\xc1\x0e\xa0\xd9\xa1\x97\x60\xe5\xdc\xeb\xd5\xe3\x58\x75\x04\xe8\x97\xf5\xcc\xed\x65\x15\xe0\xea\x42\xed\x13\x41\x67\x54\xcb\xef\xdd\x1d\xb6\xc0\x09\x37\xf1\x66\x18\x90\xd1\x4e\xee\x8c\x62\x29\x1c\xd0\xca\xa1\xa7\xbf\xc2\x09\x39\xe1\x79\x55\x80\xb7\x0b\x40\x65\xe8\xee\xb7\xb2\xfa\x42\xf3\xe1\x99\xc9\x00\x24\x73\x6a\x72\xee\x07\xa7\x17\x48\x9f\x0e\x9e\x1a\x60\x2a\x58\xb4\x5c\xcd\xb9\xa0\xbf\xb5\x66\x28\xb5\xcb\xe8\x85\xa7\xb5\x48\xe8\x32\xe3\x2c\x4b\xeb\x40\xac\x46\xa4\x50\x25\xad\xa4\x49\x67\x42\x93\x1c\x30\x58\x35\x9b\x9d\xe6\x89\x29\xdc\x10\x71\x11\x9b\xca\xe9\xb2\x94\x3e\x06\x61\xb8\x4e\xbc\xc7\xca\x37\x48\x2d\x54\xa5\x2d\x0d\x61\x2c\x38\x4b\x05\xd0\xbf\xe6\x24\xdf\x51\x06\xde\x9b\xc6\x2c\xdf\xe3\x99\x2c\x82\x90\xcd\xda\x68\xde\x5c\xac\xef\xdf\xf5\x4c\x65\x90\xb3\xea\x2c\x8b\x1e\x02\xca\xa8\xe4\xa6\x30\xe8\x5a\x16\x9d\x5b\x03\x7d\xbf\x03\x93\xce\x6b\xc4\x73\xd4\x65\xa4\x06\xf6\x63\xc9\xef\xc9\x67\x70\x56\x59\xc4\x0b\xd9\x49\x5c\x0d\x81\x8a\xf4\xf1\x82\x26\x93\x0d\x98\x5c\x5d\xa8\x5e\x1a\x15\x5d\x18\x50\x3c\x5b\x6b\x48\xa6\x56\x1c\xd2\x2e\x9e\x05\x05\x84\xb8\x45\xf1\xb2\xaf\x81\xeb\xae\x8b\x90\xc7\x68\x29\xc5\x88\xb5\x10\xd7\xe1\x96\x70\xd1\xcc\xe3\xd7\x30\x40\xd8\x86\xca\x5d\xd7\xfd\xf6\x6d\x27\xc2\xb0\xa4\x7d\x3d\x12\x75\x78\x98\x95\x87\xc1\x57\x02\x79\x1b\x03\xa2\x17\x6d\x5e\xef\x64\x78\x72\x1c\x47\x38\x9a\xb7\x4e\x6a\xc2\x79\x42\x30\x6b\x93\x5e\x1b\x1f\x57\x8f\x88\x01\x37\x05\xd6\x9d\x24\x80\xf0\xeb\x96\xc0\x56\x85\x2c\xc4\x77\x16\x03\x32\xbb\xe1\xe1\x26\x36\xd0\x0d\x54\x11\xe6\x2c\x3f\x94\xcd\x12\x52\x5d\x2b\x0b\xa1\x7f\x60\x3b\x49\xa2\x3c\x09\xca\x42\x66\x44\xe8\x51\xeb\x25\x7e\x22\x4c\xeb\x0c\x76\x1c\xce\x99\xf1\xec\x12\xa2\x7d\x31\xa8\x03\xdf\xb5\xf3\xa7\x41\xd6\x61\x3c\x62\x70\x70\x79\xf9\xb0\x6a\x5a\x95\x5a\xcd\x08\xed\x52\x1b\x9f\xce\x40\x88\x58\xfb\x78\xde\x95\xcd\xc4\x6b\x9f\x49\xd3\xf7\x18\x62\x0c\xb6\x76\xad\x05\xee\x97\x02\xaa\xc1\x6c\xac\x83\xe3\x7a\x25\x23\x32\x44\x6d\x94\xc3\x4e\x83\xa0\x8d\x36\x38\xa8\x17\xbd\x4b\x8a\xf2\x17\xee\x36\xe8\x38\x94\xa5\xae\xea\x8e\x8e\x67\xb0\x4e\x2e\x3b\xb7\x17\x36\x64\xbb\xec\xb2\xf5\xf9\x3d\x45\x98\xa3\x2d\xf0\xaa\x04\x06\x74\x02\xc8\x29\xff\xd9\x68\xd8\x54\x1a\x0b\x98\x2b\x73\x91\x66\x6a\x61\xab\xa2\xc1\xbd\x18\xe6\xf4\x1a\xc4\xb7\x26\xf7\x70\xf5\x8e\x8c\x4b\x0e\xe2\xa6\xce\xa0\x23\x6b\x56\x68\x6c\xd2\x2d\x74\x88\x20\x52\x41\x6c\x68\x8b\x06\x31\x05\x66\xc7\x38\x69\xb5\x65\xed\x80\x69\x42\x9a\x6d\x81\xd2\x60\xc1\x5f\x95\xc8\x89\xe6\x5d\x38\x49\x2a\xf3\xc2\x90\x0e\xad\x7c\x91\xb9\x49\x51\x09\xb7\xbb\xb3\x3a\xc1\x13\xb2\x96\x7b\xfa\xc2\x7c\xb0\x94\x8a\xe0\x15\x88\xec\xce\xb2\x64\xd1\x2d\xa2\x3c\x0c\xbd\x6b\x04\x49\x5b\x35\xb0\x10\x5a\x6d\xe9\xdd\x54\x86\x27\xdb\x6c\x88\x92\x44\xb9\xa0\x6a\x31\xb6\x46\xbf\xee\x4c\xeb\xce\x7e\x79\x6a\x3f\xec\xa2\x51\x9f\x20\xd7\x9f\x33\x32\xc2\x3d\x25\xa8\xa9\xa0\x63\xa7\xd0\x65\xbb\xb5\x96\xdc\x08\x9e\xb4\x6c\x61\x1d\x7a\x53\xb7\xa1\xea\x2e\x36\x1d\x9e\xad\xcc\x31\xe6\x53\x87\x8b\xd4\x7d\x61\xab\x25\x4b\xd6\xb0\x96\x3a\xf8\xe5\x4c\x50\x2e\x6c\x65\x90\x2e\x41\x6d\x29\xfe\x3c\xce\xb0\xc0\x49\x42\x12\x2a\xd3\xcd\x6d\xbb\x7f\xfa\x6e\xe9\x68\x4f\x4d\x05\x1b\x69\xeb\x41\x7d\xa6\x69\x9e\x22\x96\xa7\x13\x2b\xe5\x62\xf9\x18\x82\x5f\xba\x54\x7d\x83\xe1\xe4\x06\x58\x02\x0c\x10\x01\x9c\xe9\x88\x05\xc0\xd6\xd6\x54\x81\xa3\x39\x25\x4f\x00\xbb\x29\x18\x91\xf2\x08\x5d\x71\x45\x4e\xd0\x25\xce\xee\x41\x50\x33\x25\x25\x67\xc6\x3a\x8e\x25\xd2\x52\x6b\xce\xa8\x3a\x18\x31\x8b\x86\xed\x56\xe5\x38\xe2\xcc\x20\xa2\x46\xb0\xb0\xbe\x09\x30\xf7\x3a\x68\x50\xe5\x12\x1b\xa9\x6c\x59\x6c\x81\x9f\xc7\x41\xf4\xea\xd8\x64\x07\xac\x41\xc7\xb7\xf8\xd9\xc4\x6b\x9f\x61\x85\x4d\xb5\xd8\x65\x92\xbb\x0d\x88\xb2\x15\x84\x0c\x10\xb0\x0b\x1c\xe1\x16\x8d\xc2\xd7\x3e\x33\xd1\xa9\x5f\xd3\x23\x72\x84\xbe\x4f\xf8\x44\x1e\x20\xe9\x41\xb3\xe1\xa1\x24\x4a\x1e\x18\x07\x15\xfc\xdb\xa4\x82\x7d\xe3\x56\xbf\xe0\xfb\x50\xf6\x6f\x4a\x3f\x1b\x10\x0c\xf9\xa7\x93\xe3\xe3\x74\x71\x38\xc9\xa3\x47\xa2\xf4\x5f\x20\x53\x34\xae\x90\x43\x90\xc2\x4d\x78\x54\xab\x56\xa7\x8e\x65\xd5\x89\x22\x6d\x5a\x8d\x24\x80\x9b\xae\xaf\x74\x5f\x58\xd5\x41\x1f\x71\xd6\x5c\x35\xd2\x4e\x59\xe4\x6d\xc7\xab\x04\xb8\xfc\x3a\xda\x8a\x29\x1c\x1b\xe2\x3c\x4f\x13\x3c\xab\xa8\x2c\x6b\x28\x29\xd7\x29\xb5\x54\xa4\xe7\x0e\xf1\x16\xfa\x94\x95\xa3\xcc\xbe\x72\xee\x48\x70\x2b\x5a\x77\xcb\xd1\x88\x0d\x24\x7a\x26\xa6\x1e\x2c\xe4\x24\x82\x77\x22\xa7\x72\xee\x33\x12\xc1\x5e\x0a\x8d\x1a\x38\x5c\x83\x9a\x60\x15\x47\xa7\x59\x39\xff\x8d\xd5\x40\x71\x22\xc9\x81\x6e\x18\x20\xd1\x5c\x20\x21\x7a\x16\x38\xcb\x88\x18\x31\x0b\x6d\x0a\x00\xde\x9c\xdb\x20\x91\xb6\x68\xf2\x5e\xa3\x7c\x5d\x8d\x32\x4c\xfa\x28\x27\x2c\xae\x3a\xdf\x90\xdf\xb8\x34\xd5\x63\x49\x6e\xa0\x96\x45\x97\x46\x7a\xaf\xd2\x74\x07\x95\x90\x77\x28\xdd\x9c\x82\x32\x26\x8b\x0a\x95\xce\x6e\xe6\x55\xe1\x92\xc8\x00\x28\xd3\xf0\x71\xcc\x89\x0c\x0c\xe2\xc8\xdb\xb5\x12\x3a\x25\xfa\x26\x1f\x31\x4d\x12\xa1\xf1\xde\x80\x55\x3b\xec\x6a\xdd\x69\x24\xb8\x94\x36\x8a\xdd\xb4\xb3\x3c\x17\x69\x8b\xba\x78\x06\x71\xfb\xfc\xfa\x6a\x5c\xaf\x90\x17\x3c\x73\xb5\xf2\xec\xc3\xc6\x84\xf5\xd6\xa6\x56\x56\xc6\x2b\xd6\x62\x8d\xda\x78\xc7\xa7\x17\xe7\xbe\x20\x54\xa5\xeb\x7a\x71\xbc\x10\xa5\xbc\xbd\x3c\x5e\x7d\xc6\x41\xa1\xbc\x4a\x13\x4b\x4a\xe5\xad\xde\xac\x72\xec\xec\x36\x10\x74\x95\xad\x5f\x79\xd6\xca\x34\xb3\x2a\xc4\x7b\x47\xdb\xd4\xc2\xa2\x23\x10\xbe\x5e\xda\x5b\x0d\x42\x8c\x7e\x4b\x2a\x9c\x66\x61\xfa\xa2\xc3\xe0\xb4\xd3\x34\x47\xad\xed\x42\x79\x55\x6c\xf0\x08\x9b\xc8\x90\xea\xe0\x6a\x5b\xb1\x9e\xf7\xe8\xde\x42\x8e\xef\x22\x24\xf8\xf5\xf2\x81\x93\x45\x11\x01\x27\xad\x1c\xe4\xca\x59\xb7\xd8\xd0\x27\xc4\xc3\xab\xb7\x6e\xe8\xb6\x09\x7f\x1e\x86\x49\x10\x2c\x6d\x68\x03\xe4\xc5\x55\x72\x66\xd6\x30\xb5\xfa\x31\x9b\xcc\xda\x43\x5f\xd0\x20\xb8\x6a\x6c\x8d\xae\xc8\x1d\x44\x2a\x04\x79\x22\x02\x68\xc7\xc6\xcf\xb0\xf2\x51\xc5\x89\x20\x38\x5e\x04\x2b\xe2\x9d\xf7\xa6\x67\x30\x35\x49\x9a\x6a\x65\x18\xc4\x7c\xc6\x0f\x79\xe6\xe4\xff\xd2\x5b\x50\x8d\x82\x4e\xf5\x8d\x15\xb8\xfe\xf5\x17\xec\x90\x7c\xa6\x52\xe9\x3b\xba\x21\xee\xd1\x35\x02\xd2\x03\xd4\xa8\x9a\x13\x7b\xc3\x8d\x3e\x0c\xbe\xbf\xbe\xbd\x1f\x9e\x8d\x3e\x14\x91\xee\x2e\x95\xcb\xa3\x2b\x39\xb0\x7c\xce\x46\xcc\x07\xa7\x7a\x30\x61\xd8\x4b\x84\xe3\xb8\x40\x09\xb0\x0a\x99\x91\x7f\x96\x72\xe4\xe0\x54\xac\x0c\x4b\x5d\xd2\xcc\x03\xe4\xf3\xec\xeb\xc9\x5a\xe2\x86\x2a\x9d\x1c\x93\x95\xb4\x24\x7d\x64\x47\x97\x4d\x88\x83\xaa\x8c\xde\x4a\x94\x03\xea\x63\xe4\xd9\xe9\x1d\x70\x3b\x1f\x63\x73\x09\xaf\xc7\xed\xdc\x86\x6c\xb0\xa9\x1f\xe9\x67\x12\xdf\xb6\x48\x55\x3b\xc9\x0e\xe9\x14\x55\xd7\xb8\x0b\x39\xa3\xeb\x68\xcf\x7e\x2a\x0f\xfa\xbb\xee\x6c\xe9\xba\x80\x37\x2b\xa0\x4a\x01\xa7\x54\x21\x8c\x22\x22\x14\xa6\x0c\x4d\xe1\x60\xb3\x68\x81\x00\xfc\x82\x80\x3f\xf8\x3b\x94\x52\x06\x59\xf8\xcb\x96\xf6\xa1\x3c\x8f\x35\x84\xd6\xcb\xf3\xab\x87\xfb\x92\xa8\xfa\xc3\xf5\x43\xb9\x40\xfa\xe0\x97\xa5\xb2\x6a\xa5\x85\x65\x81\x37\xc1\x14\x8b\x8c\x3e\x8b\xd8\xea\x57\xa6\x71\xa2\xc9\x42\x91\x87\xdb\x8b\xad\xe4\xbb\x66\xc7\x53\x2b\xde\x76\x28\x5d\x35\xa3\x0b\x74\xf9\x34\x26\xd1\x2a\x44\xd0\xee\x74\x64\x22\x8a\xf4\x3a\x58\xcb\x9c\x45\x0b\xc3\x12\x65\x58\x58\x9f\x4e\x6c\x82\x89\xca\x55\xb6\x8c\xe6\xb5\x0c\x8d\xe1\x13\x51\x3f\xe9\xab\x8f\xb3\x5d\x64\x14\x58\x51\x16\x7c\x8d\x64\xfc\x64\x1a\x5e\xe3\xa4\xd9\xa1\x2c\x49\x1b\x71\xc2\x32\xf4\x80\x6c\x0f\x21\x86\xc1\x91\xa9\xb6\x3e\xd0\xcd\xc1\x8a\xb8\xd8\x3c\xad\x92\x72\xa6\x29\xd2\x40\x93\x3a\x3c\xd3\xa0\x39\x3e\x35\x1f\x77\x44\x77\x0b\x22\xc4\x75\x5b\xc5\x52\xa2\xc1\xcd\x79\xc3\x5a\x5f\x54\xdd\x31\x5f\x56\x69\x98\xc4\x7b\x86\x76\x0d\x38\x14\xa4\xfa\xed\x05\xc2\x90\x9d\xe9\x76\x90\x42\xc6\x81\x7e\x53\xf6\xca\xef\x03\xf2\x6d\x93\xca\x50\x4a\xe1\x5d\x01\x72\xbb\x5e\x56\x5b\xb1\x0c\x6b\x02\x08\x85\x03\xb2\x29\x15\x21\x68\x4e\x3d\x5e\xf7\x20\x04\xd1\xe1\xa6\xf8\xac\xf5\xd3\xef\x0c\x58\xa8\x98\x4d\x17\x64\xa1\x9f\x0c\x45\x7b\xe0\x09\x80\xd2\x70\xc5\x0d\x5d\x9c\xad\xcd\x03\x0f\xa7\x1b\x52\xdb\x7a\x60\x44\xc5\xf8\x9c\x29\xd9\xe2\x3a\xe3\x0c\x5b\xbb\x03\x28\x51\xae\xea\x40\x53\x91\xba\xa3\x11\x0b\x82\x3f\xa4\x51\x7b\xf4\x19\x71\x85\x3e\xa0\x7a\x2c\x03\x90\x68\x48\x78\xf1\xc2\x4f\x69\x07\xaa\xe9\xe6\x6a\x5e\x2e\xd5\x51\xeb\xc7\x9e\x4e\x39\xc7\x2e\xa9\xcf\x59\x50\x6c\x4c\x5d\x68\x5f\x82\xf6\x02\x70\x7e\xdb\x31\x98\x76\xc1\x68\x81\x83\xd2\x6f\x41\x22\x78\xcc\x89\x64\x5f\x29\x9f\x36\x49\x13\x5b\x5e\x04\x57\x4d\xed\x5a\xaa\xc3\xd4\xb6\xbc\xfc\x80\xef\x00\xe9\x68\x5d\xc5\x21\x38\x56\x2b\xcd\x54\xce\x5f\x0a\x94\x10\xc6\xf5\x40\xa7\x6d\x16\xea\xcf\x19\x89\x36\x81\x63\xb9\xc1\x02\xa7\x44\x11\xb1\x2c\xb4\xa7\x5c\x98\x19\x44\x1c\xb7\x83\xb6\x5f\xb3\x8b\xa6\x6a\x45\xb5\xbc\x89\xd7\x6e\x2f\x56\xc1\xab\xf8\x59\xac\x85\x24\xa5\xa7\xf1\x93\xb5\xa2\xaf\x39\x0b\xdb\x4f\x31\x0d\x1b\xb9\x14\xa0\xe9\x6c\x3b\xa7\xd7\x81\x15\xb9\xaf\x01\x74\x94\x42\x6f\xf6\x04\x4f\x64\xf5\x28\xdb\x80\x44\x56\xf1\xd2\x9d\xf0\x6e\x97\x2d\xe0\xd2\x51\x2b\x87\xaa\x94\x87\x00\x54\x02\x2a\x95\xc1\xd4\x68\x06\x03\x01\xa1\xa5\x29\xda\x30\x70\xa1\x59\xa8\xb8\xc2\xa0\x6b\x25\xab\x6a\xa1\xa6\xca\x72\xad\xe0\x71\xbb\x02\x4a\xe8\x25\x9a\x5d\x4b\x34\xab\x48\xb9\x14\xa9\xaa\xa9\x93\x88\x0a\x66\x8b\x2d\xa0\x6c\x93\xed\xcb\x13\x84\x3c\x1e\x7b\x45\xda\x2a\xac\x70\xf5\x53\xe6\xff\x55\xe6\xe0\x8e\xa8\x43\x52\x6d\x4a\x50\x3c\x0a\x5c\x50\xe0\x81\x4a\x42\x69\xc0\xc6\xa8\xc0\x68\x4d\x48\xa1\xb1\xf2\x9f\x5f\x19\x07\x16\x24\x0a\x2f\x78\x8e\x9e\xa9\x9c\x23\xc5\x47\x0c\x62\xee\xbc\x37\x40\x71\x64\x5e\x3c\x80\xb7\x00\x52\x40\xe6\x93\x94\x2a\x84\x83\x19\x96\x4c\x92\x07\xf6\x3c\xeb\x0f\x60\xc6\x8d\x39\xeb\x4d\x70\x37\x2b\x0e\xcd\x06\xf6\xb5\xa2\x91\x6d\xd3\xd2\x83\xf8\xe0\x97\x4d\x4c\x0f\x34\x9e\x50\xc3\x6c\x3c\x73\x7d\x66\x3a\x6a\xb6\x36\x58\x00\x4e\x40\x49\xa5\x52\x55\xee\x16\x6b\xe8\x59\x91\x95\x5e\x6c\x44\xa7\xb4\xf4\xe2\xf5\x5d\xe4\xa5\xb7\x95\xfc\x5a\x96\xa7\xe8\x3e\x69\xb1\x7f\xbb\xfc\x57\xc5\x5d\x10\x7a\x28\x29\xdd\xb4\x4a\x4a\xfb\x86\x10\x56\x04\xd7\x6f\x1e\xaa\xbd\x8e\x3a\x58\xe4\x3a\x85\x54\x14\xa4\x2e\x96\xf1\x55\x48\x95\xf3\x33\xae\x20\x3f\x25\x82\x72\xe8\xb5\x9c\xc9\x11\x6b\x96\x40\x96\xf3\xc4\x6d\xd3\x1d\x76\x8a\x24\x16\x9c\x3f\x37\x0b\x6b\xd1\xfa\xd9\x07\x8c\x19\x65\xd9\x16\x36\xaf\x8a\x98\x85\x8b\xaf\x2d\xd0\x47\x0b\x1e\x9b\x24\xef\x36\x9c\xca\xe6\xa1\xd7\x92\x11\x56\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\xb9\x1b\x5e\x46\xb6\xdc\xd8\x05\x1f\x3b\x35\xbe\xe2\xa9\xdd\xa4\x60\x2b\x00\x74\xee\x0c\x56\xb4\x9a\xe9\xaf\x1b\x3f\x00\xef\xae\x1d\x3a\x36\x91\x2e\x1e\xec\xba\xb2\x25\xa5\x09\xdb\x42\xf8\x2f\x30\xe9\x75\x8b\xec\x06\xde\x46\x61\x23\x67\x69\x68\x37\x80\xea\xba\x36\xe0\xb0\xc2\x87\xbd\x68\x97\xb3\x98\x08\x46\xb0\x9a\xbf\x5e\xbe\xc2\xe9\xb6\xc6\xe9\x30\xc0\xfe\x45\x73\x17\x4e\x77\x52\x61\xbd\x92\x0f\xb0\x66\x2a\xc0\x1a\x71\xf5\x45\xbd\xdd\x9a\xe2\xd8\x60\x34\x0c\xe0\x5c\xd6\xa1\xd2\xad\x52\x1a\x9a\x95\xb9\x97\x49\xee\x68\xb0\xfa\xd4\xd2\x3a\xf4\x61\x0f\xab\x14\xaf\x58\x92\x2f\x22\x8b\xe2\xe5\x03\xfb\x97\xd5\x43\xce\x83\x58\x7f\x28\x4a\xad\x30\x65\x96\x7b\x2d\x0b\xef\xd7\x12\x65\x8a\x9b\x22\xfa\xf7\x3e\x57\xe4\x8b\x4f\x15\xe9\x13\x07\xfa\xc4\x81\x86\x3d\xea\x13\x07\x10\x7a\x6f\x89\x03\xcb\xcc\x9f\xde\x23\x07\x75\x2b\x4b\xc5\x62\xcc\xfe\xae\xd0\x22\x37\x0f\xe8\x77\x16\xc4\x30\x1a\xca\xfe\x62\x7f\x68\x0c\x88\xaa\x7d\x56\x9d\x6d\x68\xcd\x64\x8b\xaa\x53\x00\x8b\x38\xb1\x88\x6e\x36\x5c\xb9\x6c\x7d\x5a\x66\x28\x1d\xb1\x1f\xf8\x33\x79\x22\xe2\x00\x61\x85\x52\x2e\x15\xf0\x61\x17\x1d\x03\x07\xa1\x04\x0e\x6e\xa2\x20\x30\xba\xc2\x29\x89\x4d\xed\xc0\x20\xa8\xd1\x9a\x6b\xad\xa3\xb5\x09\xb8\x14\x30\x38\xcd\x36\xb8\xa8\x89\x11\x33\x81\x86\x26\xb8\x0d\x64\x05\xea\x26\x06\x04\xf3\x07\xef\x06\xfe\xc3\x11\xba\xd7\xf7\x13\x95\xe5\xf1\x06\x38\x66\x6d\x63\x1b\xb1\x99\xe0\x79\xe6\x2d\x68\x7c\x62\x8a\xc8\x9a\xd8\xa7\xba\x1b\x18\x06\xe3\x7c\xc0\x11\x8e\xb5\x26\xbe\x9c\x70\xde\x24\x06\x75\x23\x30\xa0\x90\x80\xf4\x31\xf4\x81\x75\x36\xd0\xdd\x78\x6f\x03\x08\x94\x65\x90\xe6\x2f\xe4\x5a\x3e\x23\x12\x6c\x42\xde\xe6\x5e\xca\xc8\x2e\x67\xfd\x37\x8e\x73\x99\x45\xd4\x7b\x2d\x9c\x65\xbf\x19\x50\xa0\xe8\xdc\x46\x7c\x99\x74\x4f\x7b\x4f\xbc\x98\xad\xb4\x73\xec\x6c\x1b\xbf\xb8\xc9\x45\xc6\x41\x12\x4b\x16\x0e\x00\xc1\x62\xa6\x65\x3c\xcb\x4d\x54\x1b\x0d\x83\x9c\x1a\x29\x9b\x4a\x75\x89\x55\x34\xd7\x9c\xbb\xc0\x0e\xdb\x51\xb4\x5f\xc1\x95\x5f\xd6\x7e\xda\x30\x83\xd3\xb0\xf7\x16\x87\x42\x07\x7b\xba\xb9\xf7\x5d\x70\xbd\x93\x24\x52\xdd\x9f\x71\xba\xd9\xd2\xd0\x81\x55\xd4\x7d\x62\x9f\xe8\x89\xae\xa2\xa2\x55\xe3\xef\x46\x5b\xe5\xda\x55\x3b\x8f\x23\xdc\x02\x8c\xe5\xcc\x42\x5f\x15\x2f\xda\x5a\xa7\x2d\xce\x7f\x41\x37\xcb\x01\xb2\x78\xf3\x4f\x5a\x1c\xf1\xf6\xd6\x14\x67\x5a\x89\x50\x5c\xdf\x92\x62\x66\xe4\x58\x13\x25\x8b\x30\xca\x05\x75\x67\xbf\x92\x5d\xdd\x4e\x1d\x60\x9f\x3c\x0e\x6b\x13\x45\x38\x28\xdb\x66\xdc\xfd\x38\x52\x39\xf6\x61\x89\x40\x13\xae\x9c\xb8\xc9\x24\x77\x6e\x75\xe1\xc4\xbb\x86\x3d\x5d\x49\xd8\x5b\xec\x32\x6e\x42\x0a\xec\x74\xd2\x28\x9b\x05\x30\x83\xcd\x36\xe2\x2e\x55\x04\x1a\xbf\xec\x56\x09\xa1\xf1\x53\x27\xfb\x6c\xf2\xed\x12\x18\xa4\x8d\x23\xb3\x4b\x51\xee\x36\x0c\xd6\x4a\x4f\x21\x00\xa4\xb5\xdf\x01\x8e\x2b\x05\x37\x3d\xb6\xd2\xd4\x7f\xfa\xbf\x4c\xd5\x29\xb3\x34\xff\x89\xb8\x18\x31\xf3\xfb\x81\xaf\xf8\xa0\x5f\x28\xa0\x54\x71\x4a\x0a\xb0\x49\x51\x86\xa5\x03\x70\x0e\x0b\x2b\x66\x60\x73\x3d\xe0\xbd\x1e\xc3\x63\x3e\x21\x82\x11\x3d\x34\x97\xc6\xef\x99\x59\x8a\x19\x9e\x01\x48\xef\x01\xc4\xc5\x81\xb8\x5a\xa8\x22\x86\xa4\x4d\xe5\x40\xe0\x56\x9a\x59\xda\x6c\xdb\xa2\x82\x2e\xf4\x69\x44\x59\x8b\x11\x5a\x04\x57\x34\x53\xff\xad\xed\x7f\x33\x89\xfd\x7e\x70\xf7\xe3\xf8\x76\x78\x77\xfd\x70\x7b\x5a\x12\xdb\x4f\x2f\x1e\xee\xee\x87\xb7\x8d\xcf\x8a\x4c\xd5\xbf\x3e\x0c\x1f\x5a\x1e\xb9\x06\x2e\x06\xdf\x0f\x4b\xe5\xa8\xff\xfa\x30\xb8\x38\xbf\xff\x65\x7c\xfd\x71\x7c\x37\xbc\xfd\xe9\xfc\x74\x38\xbe\xbb\x19\x9e\x9e\x7f\x3c\x3f\x1d\xe8\x2f\xc3\x77\x6f\x2e\x1e\x3e\x9d\x5f\x8d\x5d\xd0\x71\xf8\xe8\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x3c\x0e\xba\xbc\xbe\xfa\x78\xfe\xa9\x69\x16\x83\xbb\xbb\xf3\x4f\x57\x97\xc3\xab\xe5\x65\xaf\x9b\x57\xa3\xb5\xa2\x6e\x70\x91\x05\x46\xa3\x40\x4c\x9a\x2c\x2c\x69\xd3\xdf\xc0\x75\x71\x63\xe8\xf1\xf0\xc0\xfd\x65\x8a\x54\x1f\x6a\x16\xe8\xbc\x62\x05\xf7\x18\x31\xef\xb6\xf4\x97\xaa\xc2\x33\xe9\x12\x8f\x4b\xa3\x3d\x41\x03\x38\x2b\xa0\x30\x94\x3a\x85\xbc\x06\x3f\x52\xe7\xe8\x06\x3a\x4c\x68\x4a\xc1\xe7\x8d\x0e\x51\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\xd7\x2e\x5e\x76\x1a\x64\x35\xa7\x19\x28\xe5\x04\x39\x0e\x4d\x8c\x39\xc1\xa0\xb8\x2e\x18\x4e\x69\x54\x4d\xc0\x00\x20\x53\x54\x80\x76\x54\x5b\x2c\x11\x58\xb9\xe5\x39\x41\x3f\xfe\xa5\x18\x14\x78\x30\xac\xe6\x9d\xd7\x6a\xd3\xd9\x07\x22\x37\xab\xba\x8a\x3c\x4b\x3d\xb9\x63\x6e\x4d\xcb\x70\x6e\x6d\x0d\x6c\x70\x37\xe5\x2c\x00\xee\x2a\xf9\x9e\xf4\xf1\x36\x33\xaa\xd0\xf8\x09\xba\x03\xd0\x10\x59\xa8\xee\x7a\x17\xb3\x24\x9f\x51\x86\x68\x9a\x25\xa4\xa8\x9e\x3e\x21\x73\xfc\x44\xb9\x2b\x04\x61\xea\x65\xc0\x3a\x5a\xd1\x0a\x1d\xa2\xd6\x83\x72\x82\x06\x71\x2c\xcb\x0c\xae\x44\x39\x8e\x65\x1e\x96\x87\x1d\x62\x6d\xb1\xd8\xb3\xcd\x0a\x1d\x15\x47\x0e\x56\x6c\xf7\xb0\x28\x75\x76\x58\xbe\x7b\xb7\xb8\xfe\xf5\x0a\x8e\x1d\x29\x8f\x37\x12\x06\xee\xb1\x7c\x74\xac\x79\x95\x40\xe0\x00\x6a\xb6\xeb\xd1\x22\xd5\x74\xed\xd4\xaf\xec\x18\x0e\xda\x66\x7d\xb6\xe2\x2b\xaf\xe8\xd2\xcd\x38\xa9\x14\xc1\xea\xdc\x5f\xa9\x88\x56\x63\x67\x3b\xf5\xf6\x34\x4b\x63\x70\x24\xc7\x9e\xfe\xd7\x98\xc7\x0d\x7c\x7a\xed\xbf\x5c\x2a\xb2\x8d\x83\x75\x5b\xd7\x07\x54\x4b\xd1\xb5\x7e\xa0\xa5\x74\xb8\x23\xa0\xa4\xee\xc2\x20\x94\x30\xa0\x11\xb8\xfb\x30\x65\xb6\xb0\x0d\xf1\xfe\x28\x57\xca\x59\x9f\x63\x5f\x6c\x0d\x4f\xf8\x53\x49\xb9\x4c\x89\x94\xb8\x05\xae\x24\x30\x89\x6d\xc3\x18\xfc\x09\xb5\x1f\x76\xa4\x27\x77\x26\xef\xf5\x57\xcb\x8c\x3e\xb7\xa1\x66\xec\x26\xaa\x05\xd6\xd8\xc5\xd9\xa2\x6b\x93\x6d\xa7\xf9\xcb\x41\x11\x4a\xc3\x45\x10\x61\xd4\xe6\xfe\xe9\x68\x56\xab\x2e\x58\x63\xbd\xa2\xd0\x85\xb7\x7e\x04\x4e\xd0\xfa\xc6\xd8\xd2\xd6\xaf\x82\xcb\xeb\xb3\x06\xd5\x95\xfc\x9d\x61\x2d\xe7\x88\xa7\xa9\x91\x0b\x4a\xb6\xd4\x03\x84\x4d\x92\x63\x21\x4d\xc9\x3c\x9a\x1b\x2f\x93\xbe\x32\x0e\x46\xec\x39\xd8\x90\x52\x18\xf0\x20\x6c\x09\x70\x39\x3f\xeb\xe3\x46\x9f\x4a\xc1\xd5\x20\x32\x52\x88\xf4\x0d\x08\xc1\x38\x04\x8b\x42\x4c\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x83\xaa\x7b\x95\xf5\x6d\xab\xbd\xe7\xe7\x16\x94\xbc\xdb\x42\x53\xee\x3a\x84\xa0\xea\x5e\xd3\x08\x76\x50\x74\xef\x55\x81\xb2\x7d\xb2\xa6\xc9\xed\x4d\x27\x16\xa1\x42\x4f\xd7\xad\xf6\xbf\xb9\x19\xfd\x9b\xf1\x3b\xe4\x2d\x90\x26\x41\x6b\x1e\x2b\x1b\x1d\x6a\x99\xd5\xa5\xda\xdb\x40\x0c\x89\x0e\x0d\xfe\xde\x57\x10\x67\x39\xb8\x39\xff\xea\x00\x7d\x15\xe6\x9a\x7d\xb5\xd1\x01\xb4\xe3\xb6\x85\xf7\x40\x9b\x2a\x25\x1c\x94\x8f\x1d\xec\x55\xe5\x24\xda\x3d\xb3\x07\x11\xb5\x9d\x43\xfd\x65\xe9\x1b\x70\x4e\x43\x21\x39\xe3\xbf\xf5\xe1\xce\xd6\x05\x64\x64\x5c\x2a\x1b\xd6\x2e\x1e\xb1\xc9\xa2\xea\xe4\x39\xf0\x5e\x9e\xce\xa7\x74\xeb\xe2\x68\xba\xbd\x7a\x72\xf2\x8e\xc3\x70\x97\xdf\x07\x2b\xd2\x9d\x07\x26\xe2\x9a\x4f\x03\x2e\xd6\x16\xa5\xd0\xc7\xaf\x37\xcd\xaa\x64\x2f\x73\x8b\xd9\xb8\x29\xab\xe4\x9f\xf7\x46\x6e\x1d\x82\xbe\x07\x4d\x2b\x62\xe3\xfd\x5b\x84\xeb\x9e\xca\x5e\x96\xca\x76\x91\xef\x50\x1e\xdc\xfa\x17\xe8\xa9\x91\xe3\x82\x66\x9c\xc1\x55\x2b\x13\x9e\xc1\x97\x2a\xe8\xad\x2e\x3d\xbb\xa6\xcf\x37\x58\x93\xd5\x4e\xdf\x3b\x13\x38\x60\xdc\xae\xf5\xb1\x56\x87\x3a\x50\xb6\x9c\x0f\xa7\x26\xb7\x51\xd1\x94\x1c\x20\xce\x92\x45\x10\xec\x60\xcf\x2b\x90\x9b\x89\x51\x9a\x13\x2a\x5c\x27\x16\x61\x70\xad\x64\xf8\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\x6a\x70\x39\x3c\x1b\x0f\xaf\xee\xcf\xef\x7f\x69\x40\x8f\x2c\x3f\x76\x00\x92\xc1\x0b\x77\xbf\xdc\xdd\x0f\x2f\xc7\x9f\x86\x57\xc3\xdb\xc1\xfd\x0a\x70\xc9\x65\x9d\xb5\x01\x17\xe6\xb2\x49\x7d\x5b\x07\xbc\xd0\x99\x79\x1b\x7a\xaf\x43\x4c\x06\x9d\x50\xd2\x02\x33\x69\x12\xff\x59\x4c\x04\x8a\xc9\x13\x49\x78\x56\x98\x55\x1b\x17\x2c\xc0\x9f\x6c\x68\x7f\x19\x06\x25\xb4\x59\x5d\xe3\x13\x64\xaa\xa6\x05\x85\x63\x7d\x83\x20\xf2\x61\x41\xd8\x57\x0a\x91\xcf\x59\x42\x23\xaa\x82\xc4\x40\x2e\xac\x7b\xc5\xb8\x0f\x21\x3a\x75\x05\x71\xed\x2c\x1a\x65\xe7\x3a\x7f\xe8\x49\xaf\x6b\xfb\xfe\x44\x79\x3c\xb4\x95\xa5\x78\x76\xa0\xd8\xb7\x38\x8d\x6b\x70\x6d\x1b\x8c\xee\x25\xcc\x03\xf5\x0c\x1d\x9b\xdc\xd7\x02\xe5\xd6\x3c\xc8\xd5\xb7\xe1\xb2\x38\x99\xd2\xb9\x5e\x1e\x28\xd3\x8d\x52\xdf\x38\xdc\xa5\x54\xa2\x72\x07\xb8\x1b\x36\x76\x7d\xcd\x80\x85\x5a\xe5\x15\x66\x62\x4e\x31\x12\x24\xe5\x4a\x2b\x60\x26\x22\xe0\x40\x0b\x55\x14\x27\xf4\x37\x40\xa8\x12\xe4\x28\x88\xa0\x70\xb8\x5e\x85\xfb\xc0\xa2\x47\x1c\x8d\xd8\xd9\xf0\xe6\x76\x78\xaa\x19\xd2\x11\x7a\x90\x00\x3e\x55\x9a\xfa\x99\x25\x6f\x23\x8e\x85\x91\x0c\x94\x49\x45\x70\x5b\x30\x18\x11\x82\x8b\xee\xfc\xc1\xf7\x37\x84\xef\x9a\xc9\x1b\x9e\x95\x6c\x53\xce\x00\x70\xd5\x5a\x5f\x38\xc8\x19\xd8\x79\x4a\xd6\x2d\x7e\x2e\xad\x48\x08\xbe\x01\x92\x48\x79\xd5\x5f\x70\xb5\x01\xbe\xb3\xfb\xfc\x4a\x7d\xde\xc0\xb7\xcb\xe6\x79\x0f\x21\x76\x52\x15\x58\xa0\x06\x2e\xd4\xd7\x8f\xa9\xcc\xb3\x55\x54\x14\x6f\x01\xd4\x51\x21\xfd\x09\x99\x61\x86\x44\xce\x58\x05\x1c\x36\xb4\xb4\xd5\x83\x66\xd6\x3d\xaa\x7a\xcd\x70\xca\x73\x06\x4a\x03\x84\xb1\x36\x0c\x46\x66\x84\xa9\x15\x83\x79\x2b\x18\x96\xca\x50\xf7\x17\x89\xa5\x61\xa0\x6d\x60\x2c\x4d\xfe\x24\x28\x62\xbc\xde\xb5\xec\x82\xf2\x4a\x4e\x25\x7d\xa8\xfc\xfd\xdc\xac\x65\x63\xf9\xb8\x75\x77\xf7\x58\x3e\xae\xee\x2a\x26\xd1\xe3\xba\x97\x4d\x35\x33\x33\xb1\x35\xa0\x6b\xc6\xbe\x85\x7e\x6a\x8b\x9c\x40\xe9\xef\xe8\x11\xfd\x70\x7f\x79\x81\xa6\x54\xcb\xbd\xfa\x5a\xb9\xc2\x5a\xc6\x7e\x10\x89\xb3\x0b\x5b\xdb\x6a\x2e\x12\x7f\xf7\xc2\xc6\x3b\x51\x2a\x90\x12\xf4\x8d\x86\x67\xc4\x19\x7b\x85\xc5\xda\xab\x14\x39\x11\x98\xc5\x3c\x35\xf3\x38\x96\xf9\x74\x4a\x3f\x1f\x29\x2c\xbe\x69\x59\x0f\x13\x55\x31\xfe\x1b\x9f\x8c\xf5\x88\xb6\xbc\x88\x9b\x9a\x43\xb6\x34\xb1\x5f\x36\x3b\xb3\x33\xf3\xee\xff\xe5\x13\xc8\x75\xcf\x04\x07\xfc\x3f\xf0\xce\xd9\x48\x05\xfb\x8a\xa3\xa4\x23\xe4\x12\xa8\x4a\x10\x27\x11\x17\x82\xd8\x14\x79\x53\xa5\x33\xc3\x42\x51\xb0\xd6\x3a\x88\x94\x12\x36\x7e\xb1\x45\x61\xf1\xec\x39\x2e\x70\xa8\x27\x84\x80\x83\x27\xa3\xc9\x7a\x4a\xef\x69\xc9\x37\x59\x39\x81\x36\xf2\xd4\xa2\x66\x82\x41\x66\xa5\x88\x35\x7c\x22\x4c\xed\x44\x3f\x81\x26\x1a\x92\xf6\xbb\x79\x19\x4c\xb1\xcc\xf3\xb3\xe2\x72\x73\x21\xbd\x61\x54\x93\x12\x18\xee\x79\x9b\x28\x65\x5d\xea\x6d\x8e\xfe\xa7\xce\xbe\x63\x78\xb5\xbe\x2e\x2b\x42\xe3\xed\x6a\x17\x45\xb3\x8b\xb0\x56\x07\xec\xbf\x21\x8c\x8f\x24\xc6\x8a\x11\xc0\x47\x58\xe5\xb4\xba\xe7\xa6\x4f\x4d\x5b\x95\x2e\x57\x6e\xf9\x06\x98\x35\xa5\x66\x3e\x11\x48\xe9\xdc\x45\x20\xfa\x3a\xa9\xfb\x30\x90\x07\x91\x40\x08\xf5\x52\x2b\x96\x29\xd8\xad\x39\x9f\x97\xec\x70\x07\x19\xdd\x0c\x46\x0b\x8d\x24\x13\x24\xd2\x57\xd9\x09\xba\x49\x88\x96\xbc\x72\x2d\x7d\xe5\x49\xe2\xf0\xbd\x96\x4b\x87\x6b\x61\xd2\xbd\xf8\xbc\x02\xdd\x63\xc9\xc4\x1c\xbe\xdd\xf2\x99\x05\x6b\xb0\x7b\xc0\x85\x60\x7d\xc1\x84\x0c\x86\xc4\xb2\x16\x09\x1c\x7e\x61\xe2\x66\xc1\x94\x84\x4b\x17\x19\xfd\x4d\xb3\x5f\x41\xe4\x9c\xb7\x26\x39\x86\xb3\x7d\x99\x39\xb8\xa5\x7c\xc1\x49\xb8\xfb\xb0\x2d\xae\xba\x83\x5c\x53\xb9\x03\x4b\x22\xce\xb2\x29\xfa\xda\x0f\x3e\xfa\xc3\xa2\xad\xda\xbb\xd5\x0e\x0d\x6e\xc9\xc2\xd4\x16\x22\x9f\x15\xae\x8b\x42\x99\x59\x18\xdf\xab\xff\xbc\x30\x20\x17\x29\x01\x54\xc9\xa2\x7e\x1b\xd2\x77\x6d\xdb\x16\xeb\x79\x8e\x73\xb1\x16\x24\x45\x81\x59\xbe\x0e\xe7\xb6\xc9\x28\xc5\xb0\xf4\x22\x34\xb3\x4b\x5b\x4a\x02\xc4\x68\x1b\x6a\x24\x4b\x38\x70\x96\x6c\xcc\x32\x36\xaa\x78\xed\x4c\x79\x5b\xb7\x1a\x48\xc9\x85\x28\xf3\x52\xde\xb5\x12\x05\x96\x26\xd0\x23\x8b\xad\x8f\x2c\x66\xeb\x8a\x78\xda\x03\x1c\x40\x25\x20\xf1\xbf\x70\xa0\x55\x05\x07\x6b\xf4\x5e\x95\xf9\x54\xda\x9d\x4e\x69\x4e\xa5\x2f\x34\x2f\x39\xdb\xd2\x03\xa7\x27\xb3\x18\x43\xe2\xe8\x36\x51\x38\xa5\xf9\x1b\xef\x01\xb4\x49\x62\x64\xd0\x0b\x0c\xee\xb1\x5d\x3b\xef\x39\xc9\xb0\x20\x4c\x8d\xd8\xad\x1e\x85\xf9\xa2\x88\xc4\x70\x71\x38\x0e\x8b\x1e\xaa\xbf\x4e\x11\xb6\x5f\xc1\xa2\xb7\x05\xc2\xc9\xb1\x79\x09\x54\xd3\x17\x4c\xb2\xff\xde\xbc\x63\x30\x0f\x2c\xe6\x8f\x9e\x2a\x9d\x16\x6a\xbc\x16\x20\xa3\x39\x05\xc8\x81\x98\x48\x7b\x21\x51\x65\x31\x25\xbc\xf8\x9d\x13\x87\xbe\x0c\x9f\x79\xfe\xd5\xc4\xb0\x9d\xa1\x80\x39\x03\x9d\x1c\xb1\xa0\x8f\x25\x60\x9d\x46\x59\xdf\x50\x95\x80\x7d\xa6\xb1\x77\x7c\xc1\x3f\xcd\x0e\x71\x41\x67\x94\x05\x25\x93\xec\xf4\x52\x9c\x81\x79\xd7\x9c\x41\x3e\xf5\x77\xda\xbd\xcd\x32\x38\x82\x11\xff\xf7\x7f\xfd\xcf\x11\x6d\xf3\x7e\xc8\xb1\x5d\x81\x7d\xd8\xc9\xf5\xb6\x25\xdc\xf9\x00\x45\xa4\x05\x9d\x22\xd0\x69\x65\x29\x73\xa2\xf8\xd5\x5e\x6e\x9a\x68\xb8\x9a\x1b\x77\x6f\x99\xdc\xc1\x37\x22\xf2\xe5\x55\x04\x02\x16\x57\x04\x04\x14\x5e\xdf\x20\xe8\xd6\xd5\x88\x30\xc1\x92\xba\xfd\xca\x85\x52\x61\x50\x01\x98\xdf\x36\xc1\x89\x73\x2c\x5f\x2e\x02\xa5\xb1\xb6\x91\x31\x1a\x87\x77\xe4\xaa\x58\x14\x33\x48\x93\xd4\xa8\x77\x25\x97\x44\x98\x03\xed\x51\x9f\x2c\xf1\x84\x50\x85\x10\x8a\xb8\xc2\xa5\x46\x52\x4c\xd7\x0a\x9b\xd7\xef\x37\x03\x29\x96\x6c\xea\x78\x46\xc4\x38\xce\x4b\x31\xd2\xab\xda\xbe\xd1\x1f\x9d\xe5\x6a\xb1\xba\x7d\x99\xe0\x7a\x6d\x97\x65\xe0\x95\xfa\xfd\x96\x66\x57\x0b\x86\x41\x24\x4b\x59\x38\x6c\x81\x86\x24\x15\x68\x48\x1b\x5a\x59\xb2\x04\xc0\x45\xc3\xa0\xae\x7e\xa0\x30\xd8\x9b\xc8\x00\x58\xc3\xc8\xd1\x24\x2f\x2c\x27\xbe\x24\x40\x7c\x34\x62\x1f\x4d\x4d\x0d\x50\x66\xcc\x00\x22\xc8\x6b\x21\x9f\x33\x2e\x49\x29\xd1\xaa\x01\xe6\xdf\x26\x4a\xda\x61\x34\xcb\xa4\xc5\x47\xdb\x8b\xa4\x6f\x0e\xf2\x59\xdf\xf0\xfa\x94\x9b\x29\x70\x2b\xa9\x27\xa2\x19\xd5\xb4\x33\x6e\x3c\x69\xeb\x4f\xbd\x6b\x95\x98\x22\x74\x09\xe0\x9e\x54\xb2\x38\x40\x7e\x7a\x15\x82\x48\xc8\x13\x01\xab\x31\x8c\x31\x2c\xe6\x50\x36\x5f\xb5\xb0\x93\x55\x07\xa8\xc8\x72\x04\xb6\x80\xe2\xea\x08\xca\xb9\x60\x4d\xb4\x58\xce\x72\xd9\x3a\x21\xab\x29\xfe\x62\x0d\x29\x74\x10\x16\xb5\x58\x10\x85\xc8\x67\x45\x6c\xd9\xcb\x7b\x97\x32\x57\x8f\xb2\x47\xcd\x59\x3f\xed\x22\xd2\xee\xa9\xa2\x36\x11\x9b\x28\xed\x72\x02\x63\x77\xef\xdb\x1c\xb9\x39\x66\xb1\x4d\xfc\xb4\xb2\xb4\x96\x29\x60\x76\xc6\xb6\xe4\x43\xe2\x6d\xfa\x62\x80\x06\x6e\xda\x34\xb0\xe5\x70\x91\x39\xbd\x48\x4b\xe6\x10\x45\xc0\x85\x16\x50\x73\xa6\x68\xa2\x89\xc3\x8e\x41\x6b\xcd\x39\xf3\x78\x7c\x10\xc0\xdd\x06\xf9\x46\xa5\xa4\x6c\x36\xb6\x2b\xe9\x72\x18\xbb\x5d\x0c\x65\x9a\xba\x34\x4d\x99\x1f\xbf\x77\x0d\x2d\xb7\x1d\x1b\xb2\x06\x38\x2e\x97\x3d\x09\x82\x35\xe3\x6e\x32\x16\x47\xcd\x25\x5d\x8e\x69\x6c\x96\x82\x9a\xea\xca\x30\xd1\x75\xcc\xcb\x20\xd6\xd5\xe1\x0a\x8a\x2b\x44\xda\x8c\x48\x93\xe7\x04\x01\xe9\xaa\x25\xe5\x53\xb6\xa6\x7a\x9e\x33\x2f\xa2\xd9\xda\x4e\x3e\xa1\xbd\x92\x35\x8a\x5d\x77\x36\xea\x1e\x27\xc9\x04\x47\x8f\x5e\xd9\xf0\x2a\x37\x17\x0e\x1b\x5f\x0b\xa8\x50\xfc\xcb\x10\x97\x1e\x68\x04\xd2\x4d\xe8\x14\x33\x80\x35\x76\xd8\x45\xe7\x66\xd5\x2c\x12\x98\x41\x28\x32\xa3\x37\x21\xfc\x31\xc9\x12\xbe\x48\x5b\xee\xb3\x6a\xa6\xdc\x36\x01\x29\x6d\x89\x7a\x3b\xbd\xca\x2a\x4c\x6f\xed\xcb\xac\x96\x76\xb3\x03\xf8\xa4\x35\xb8\xe4\xa7\x84\x4f\xc0\x72\x68\xb5\x6c\x97\x4a\x12\x64\x34\x54\xcf\xf3\xba\x09\x2e\xd5\x13\x49\x65\x96\xe0\xc5\xb2\x1e\x4c\x6a\xc5\xcb\xee\x9b\x49\xc5\x5f\x6d\x04\xeb\x1e\x94\xdc\xf8\xf9\x4b\x00\xf5\x5e\x38\x49\xc0\xbc\x6b\xf8\x57\xc5\x98\x64\x72\xda\x8e\x8c\x2f\x56\xf1\x11\x53\x78\xe6\x36\xd7\x0a\x97\xfc\x99\x11\x21\xe7\x34\x2b\x15\x05\xdc\x3a\x0a\xda\x52\xb4\xfd\x8f\x89\xf9\x5d\x83\x77\xf2\xec\xd0\x00\x71\x68\xfa\x90\x19\x8e\x0a\xe3\x5f\x94\x60\x29\xe9\x74\x11\xe0\x67\xf8\x80\x52\xc8\x52\x2a\x6b\xcb\x41\x1d\xae\x26\x46\x63\xc6\xb7\x9b\x04\xf2\xed\x93\xe7\x1e\xca\xc7\x8f\xc6\x21\x50\x99\xbe\x4f\xea\x60\x29\xee\xa6\xb6\xa0\x29\xad\x80\xab\x26\x53\x7e\xb3\x84\xef\xa5\x18\x37\xed\x66\x84\x42\x98\xb4\xc3\xb6\x8a\x8c\xc7\xb5\x08\x31\x5f\x54\x29\x63\x10\x36\x5f\x2b\x4e\xce\xfc\xa9\x89\xd3\x63\x62\x00\x74\x40\xf1\xf1\x01\x92\x5b\x61\x49\x75\xa1\x8b\x33\x92\x90\x9d\x04\x16\x6f\x40\x24\x55\xaf\x7d\x40\x1e\x4b\x49\xa3\xc0\xd2\x5f\x6d\x5c\xd8\x20\xde\xb9\x05\x91\xa6\x79\xe8\x3f\x9b\x81\xda\x90\xe7\xa6\x5d\x04\xfb\x17\xac\x72\x57\xdd\xa5\x09\xda\xce\xb4\x60\x49\xae\xe8\xa6\x44\x57\x45\xa7\x5e\x5e\xd9\x47\x52\x7b\xe3\xc8\xe0\xda\xb8\x3e\x91\x2e\x51\x0c\x2b\x0f\xc0\x46\x1c\xa8\xce\xa7\xbb\xd1\x85\xf5\x13\x2a\x8e\x66\x44\x99\x12\xf7\xbe\x8e\xff\x7b\xa2\x89\x9d\xe5\x35\xec\x68\xf5\x9b\x0f\xf9\x7a\xa7\xf6\x8e\x28\xe9\xae\x84\x1a\x5a\xa0\xdd\x9c\x3d\xdc\x82\xfd\x38\x96\x46\x70\xfd\xe2\xe5\x96\xad\xb1\x00\xec\xc8\x6c\x46\xfc\xef\x48\xa0\x32\x73\x8c\xed\x17\x3e\xfb\xbd\x84\xfb\x84\x4b\x58\x79\x66\x8d\xde\x9e\xeb\x55\x49\xfb\x4b\x17\xbd\xd6\xa7\xf1\xea\xa8\x0a\xea\xee\xe5\xc1\xf5\xe4\x41\x87\x25\xb9\x87\x97\x7f\xdb\x31\xd8\xcf\xfb\x67\x0f\x84\xc3\xda\x95\xb8\x3b\x11\xf1\x1d\x91\xc9\x5e\x48\x8a\xb5\xad\x78\x2d\x79\xf1\xd0\x81\xf9\x14\xd0\x38\xfb\xbb\x45\xfb\x71\x92\x6f\xad\x1b\xe8\xe5\x2e\xd8\xd5\xf4\xb2\x13\xfa\x00\x5c\x4b\x0c\xe9\xbf\xb9\x2d\x94\x01\x87\x37\x08\x19\xab\xf9\x1e\x56\x04\xe3\xd9\xe1\x75\x0a\xc3\xab\x2d\xe7\x4b\x6c\xaf\xcd\xf5\xea\xbc\xb9\x2f\x49\x6a\xeb\x8e\x65\x17\x3a\xca\x0b\x7b\x71\x2c\x35\x06\x1f\xf4\x31\xb1\xdd\x6e\xd1\x06\x04\x19\xb7\x65\xbb\x3c\x64\x4d\xd5\xcd\xb6\xcf\x56\x77\xa9\x6c\xe3\x4c\x90\x29\xfd\xbc\x91\x28\x7e\x03\x9f\x5a\xf5\x52\x2f\x73\xa5\x5e\x1a\xb8\x67\xa0\xbe\x5a\x10\xb7\x67\x57\xda\xd6\x54\x1a\xb1\x22\x01\xd0\x66\xff\x3d\x92\x05\xe2\xa2\xf4\xd3\xa6\x58\x87\xbb\xaf\xed\x66\xf6\x75\xae\x54\x26\x4f\x8e\x8f\x67\x54\xcd\xf3\xc9\x51\xc4\x53\x13\x6e\xce\xc5\xcc\xfc\x71\x4c\xa5\xcc\x89\x3c\xfe\xee\x8f\x7f\x2c\xb6\x78\x82\xa3\xc7\x99\x41\x8f\xa9\xfb\x9d\xca\x5b\x4e\xb0\xdc\x2e\xb2\xc7\x65\x6a\xbd\x70\xc6\x6e\xd0\x8d\xcb\x91\xd4\xdf\x48\x85\xd3\x2c\x8c\x1e\x35\xd5\xd1\xa4\xc2\x45\x4d\x06\x48\xbf\xd3\xd3\x44\x73\x9c\x65\x84\xb5\x9b\x1d\x4c\x3e\xe5\x16\xac\xc7\x65\x64\xda\x11\x92\xcf\x59\x82\x59\x19\x65\x00\x0a\x0c\x09\x12\x11\xa6\x6c\x06\x7c\x51\x2f\x19\xa8\xd1\x20\xdd\x18\xfe\xbf\x5e\xc6\x1d\xcc\x91\xca\xa2\x72\x98\x1b\x8e\xad\xe2\xe9\x6a\x3b\xe2\x60\xe9\xaa\x95\x53\x8b\xb5\x23\x6e\xd5\x96\xe5\xe2\xdd\xd5\xeb\x67\xaf\x5f\xb9\x45\x70\x36\x26\x9f\x35\x93\x93\x9b\xe2\x52\x3d\x48\x22\xd1\xe0\xe7\x3b\x24\x17\x4c\xe1\xcf\x27\xe8\x92\x32\x10\x60\x7f\xe0\xb9\x90\xe8\x0c\x2f\x0e\xf9\xf4\x30\xe5\x4c\xcd\xd1\x25\xfc\xaf\xfd\xe9\x99\x90\x47\xf4\x0b\xc1\xc2\xf2\x07\x5b\x79\xcd\x17\xf1\xd6\x24\x24\x72\x26\x11\x79\xd2\x27\xf4\x8f\xff\x81\x52\xd3\xf2\x09\xfa\xf6\xf8\x8f\xff\x81\xfe\x00\xff\xff\xff\x47\x7f\x68\xd1\xf4\xd7\x43\xb6\x82\xfa\xbc\xb7\x65\x77\xee\x41\x65\xa5\x36\x28\x59\x7e\x2a\x78\xb1\x53\x8d\x2d\x3f\xd2\xe8\x91\x4f\xa7\x63\x4d\x18\x26\x5f\x6d\x8c\x45\x0d\x15\x79\x43\x98\x50\x6a\x0b\x2c\x9b\x82\x6d\x45\xa9\x14\xdb\xa9\x01\x36\x70\xec\x5a\xe6\x45\x81\x59\x08\x22\x2a\x15\xed\xa5\x12\xbe\x22\xb1\xe6\xaa\xeb\x9c\x0e\x67\xdd\x73\x39\xce\xce\x82\x13\x02\x81\x84\x45\xc3\x7d\xe0\x5f\x18\xc5\x6a\x02\x7d\xec\x42\x36\x1e\x87\x5a\x78\xed\x17\x13\x33\x09\x53\x7b\xab\x78\x49\x59\xeb\x7c\x75\xa8\xe4\x1d\x17\x5b\xe9\x5b\x8f\xa4\x16\xb3\xdd\xb1\x2c\x90\x2b\x55\x1b\x96\xaf\x87\x44\x68\x2e\x3c\x5c\xaf\xb1\x8b\xd8\xe2\x81\xab\xad\x98\x54\x98\xe0\xb2\x6e\x87\x5e\x4f\xfd\xcc\x7f\xb2\x6a\x98\x10\x69\xe6\xde\x2e\xca\xa2\xc1\x68\xb5\x88\xa4\x59\x62\xc3\x88\x1b\x30\xfd\x56\x6d\xe8\x9d\x87\x71\x80\xc6\x21\xec\x11\x52\x3e\x98\x93\x6c\x6d\x9e\x7c\xf3\x7e\xe6\x22\x22\xa7\x7c\xbb\xb0\xd7\x84\xb2\x5a\xbc\x7c\xf7\x8a\x3b\x7e\xf5\x2e\x6c\x6d\x25\x07\x7b\xcb\xe3\x42\x59\x30\x6e\x01\x5b\x6c\x21\xc0\xdb\x2c\xcf\x06\x70\xdb\x76\x01\xe9\x58\x2b\x01\xb0\x05\xd7\x36\x86\xe3\x82\xe1\xb9\x0a\x12\x95\xc2\x11\x02\x6b\x5e\xb8\x24\x76\x0d\x82\x8a\xb6\x1e\x47\x50\x0c\xa5\x88\x54\xaa\x14\x1d\xc7\xa6\x22\x88\xd8\x10\x92\xd3\xd4\x25\x3a\x40\x02\x43\x50\xa6\x9a\xeb\xf6\x24\x11\x87\x53\x1c\x51\x36\x3b\x08\xd0\x18\x01\x19\x21\xbc\x0e\x9a\x88\xf4\x1e\xcb\xc7\xdd\x06\x1a\x6e\x5d\xa7\x91\xc6\x45\xad\x30\x8b\x9f\x62\x1c\x1b\xb4\x06\x45\xa7\xb0\x7c\x6c\x03\x10\xaa\xa1\x97\x2d\x19\x9d\x5f\x0a\x87\x79\xb6\x6c\x7c\x2e\xd3\x9a\x84\xfa\x14\x94\x26\x70\x95\x83\x2d\x96\xa1\x4b\x6c\xc3\x1e\x6c\xa4\x0a\xe2\xb9\x64\xfc\x72\xce\x85\x1a\x6f\x08\x7f\x5a\xcd\x16\x67\xe4\x30\x01\xdc\x12\xfe\x44\xc4\x13\x25\xcf\x65\x14\xd1\x75\x68\xd1\x18\xcd\x82\xa8\x3a\x80\x99\x4c\x33\x0e\x29\x34\x53\x94\x62\xb6\x30\x8c\x52\x33\x17\x2c\x1f\xa5\xaf\x57\x8a\x64\x8a\x93\xe4\x00\x09\x92\x4b\x53\xc7\x57\x92\x64\x7a\xe8\x2a\x3e\xc4\x28\xe1\x33\x1a\xe1\x04\x4d\x12\x1e\x3d\xca\x11\xd3\x82\x02\x9b\x19\x26\x95\x09\x1e\x11\x29\x03\xc9\xaa\x48\xda\xb6\xa9\x74\x50\xac\x54\x11\x91\x52\x46\xa5\xa2\x91\x13\x99\x0a\xec\x05\x53\x32\x3b\xc2\x60\x12\x86\xc4\x44\x18\xae\x96\xf4\x88\xc1\xa0\xcc\x99\xad\x0d\x04\xd7\xb5\x85\x96\x73\x41\xe2\x6d\x07\x68\x07\x48\x79\x8e\x42\xc6\xaa\x7c\x20\x57\x1c\xa9\x53\xfb\x19\x1c\xe3\x65\x24\x70\x5b\x3e\x51\x9e\x20\xfd\x49\x2b\xa1\xf7\x40\x4c\xb9\x0f\x81\x2f\x49\x2e\x3e\x32\x7c\xcf\x80\xbb\x60\xc8\x2d\x70\x5d\xab\x68\x5a\xaf\x22\x88\x3c\x50\x8e\xaa\xea\x35\xa7\x2c\x4a\xf2\xd8\x17\x24\xd4\x22\xc0\x93\x26\x12\xb7\x3c\x7a\xed\xb5\xa0\x70\x80\xb0\x44\xcf\x24\x49\xf4\x7f\x4d\x04\xfc\xa1\xaf\x0f\xa0\x59\xb2\xa9\xe1\x00\x9d\x38\x2e\xdd\x46\x51\x7b\x07\xc2\x78\x83\xd5\xdc\xa4\xb6\xa7\x5c\x99\x5a\x90\x06\x84\xd1\xd9\xb7\x0c\x6a\xdf\x24\xe1\x13\x38\xe9\x80\xcf\xe8\x52\x63\x83\xb4\xba\x3c\x8a\x08\x89\x49\x8c\xbe\x0e\x0e\xae\x87\x5d\xf8\xa6\x19\x2d\xb0\xb4\x22\x7b\x80\xcd\x58\x35\xac\xb5\x22\x34\x96\xcb\x99\x1d\xa1\x9b\x0a\xfe\x48\x58\xa6\x1c\x57\xd1\xa8\x0e\x6a\x5b\xf8\x36\x78\x8e\x95\x49\xbc\xdc\x0e\xad\x89\xe7\x58\xea\x73\x07\x78\x8e\x95\x79\xb6\xc4\xee\xf3\xd9\x8b\xe6\x1c\xeb\x49\x5d\xf0\xee\x89\x60\x06\x07\xcb\xdc\x9d\x25\x12\x74\x07\x72\xd1\x44\x88\xfb\x85\x55\x59\x29\xfa\xf7\xb6\x58\x95\x95\xc1\xec\x33\x56\x65\x65\xa8\xfb\x8b\x55\xd9\x30\xd0\x0e\x58\x95\xc6\xb9\x3f\xd6\x44\xdd\x8d\x29\x40\x62\xcb\x24\x9f\xde\x41\xaa\xf7\xd2\x31\x9e\x9a\xc0\x01\x73\x8d\xb9\x3b\xda\x42\x37\xc3\x68\x6d\x0e\x64\x5b\x38\x54\xc5\x09\xb1\x2e\xed\x79\xef\x1b\x95\x46\x43\x5b\xcf\xec\x7e\x10\x5a\xbb\xc1\x0e\x19\xe1\xcc\xe6\x94\xb7\x55\x54\xd9\x9f\xec\xd9\xf5\x60\x40\x01\x62\xaf\xc4\xea\x3b\x01\x64\x5d\x56\x8a\x12\xcc\xf9\xb3\x2d\x0c\x04\xe4\x67\x88\xb1\x95\xf4\xa0\xd3\xb1\x55\xd6\xda\x56\x8c\x32\x45\x66\x55\x5d\xb6\x38\x2c\x94\xa9\x3f\x7d\xb7\x92\x03\x19\x04\x41\xa7\x16\x06\xa5\x01\xbc\x93\xc3\x3e\x23\x31\x8a\xe6\x5a\x1b\x92\x5a\x6d\xd1\xd3\x31\x37\xaa\x44\x29\xa6\x4e\x81\xca\xa5\x71\x29\x51\x39\x62\x25\xc8\xcd\x23\xf4\x11\xea\x9d\xe2\x34\xd3\x7a\x97\x9f\x1f\xd5\x14\x34\xca\xbf\xfd\xf6\x4f\x04\x7d\x8b\x52\x82\x59\x49\x77\x05\x75\x49\x5f\x79\x00\x51\xa7\xe6\x64\xc4\x1a\xb7\x02\x0d\x3f\x9b\x12\x4a\x2e\xce\xef\x9c\x4d\xb9\xd3\x85\xa1\x8e\x1f\x8e\xe6\x48\xe6\x13\x53\x88\x36\xb0\x5d\x38\x01\xfa\x82\xcf\xc0\x41\x0d\x37\xb1\x1b\xf4\xb2\xd3\xf7\xb2\xbe\x7f\xeb\x66\xec\x7a\x0b\x0f\xe0\xfe\x38\x94\xa4\x04\x5d\xd4\xe0\x2c\x33\x1c\x2f\x3c\xf0\xd2\xe0\x9e\x1e\x18\xdf\x81\xd6\xcb\xb0\xb5\xe8\x6b\x19\x1a\xc2\x78\xc1\x3b\x96\x27\x58\xd8\x23\x3f\x62\x5a\xc1\x10\xe4\x89\xf2\x5c\x26\x0b\x14\x73\x46\x0e\x80\x12\xf2\x68\x6e\x1c\xaa\x5a\x57\xc1\xb6\x1e\xc3\x13\x95\xb9\x56\x64\xa1\x2d\x57\xfe\x41\x2a\x6c\x20\x97\xe6\x14\xfa\xd1\x6a\x37\x81\xaf\xc2\xec\x38\xd4\x4d\x7b\x0a\x51\x51\x2b\xbc\xbe\x23\x2a\x6a\x89\xaa\x7a\x54\xd4\x66\xc6\xb7\xb7\xa8\xa8\x95\x3d\xef\x86\x8a\xda\xb4\xe5\x1b\xa0\xa2\x96\x9a\xf9\x62\x50\x51\x2b\x2b\xfa\xc5\xa0\xa2\x56\xe6\xd5\xa3\xa2\x7e\x79\xa8\xa8\x5b\xe2\x7e\x36\xf3\x62\x83\xab\xa4\x28\x5b\xac\x4d\x64\x5f\x49\x74\x7e\xad\x09\x2c\x7a\x2c\x07\xb3\xf9\xeb\x6a\x7b\xac\xd1\x66\x26\xb4\x1e\xd6\x68\xa3\x8a\xde\xce\xea\xb6\x05\x76\x02\x85\xe0\x95\xb1\x46\x4b\x13\xe8\xe3\x2a\xd7\x8f\xab\x6c\x24\x3e\xdb\xb7\x1e\x9e\x0b\xb6\xac\x5e\xc8\x1d\xd1\x46\x4b\xfb\xd3\x29\x02\x13\x44\xf7\x1d\x50\xe2\xcb\x4a\xf3\xf7\xa5\x43\xbe\x52\x96\x0f\x57\x51\x5a\xdc\x63\x2d\xe1\x39\x94\x38\xa3\x7c\x87\x7e\xff\x9e\x72\x37\x88\x08\xae\x2c\xaf\xf7\xa7\x18\x5a\xec\x40\xaa\x9d\x29\xd4\x69\xa5\xbb\x49\x90\x75\x49\x93\x6b\xba\x96\xdd\x20\xee\x32\x12\xb5\xd8\x96\x69\x4a\x77\xd5\xec\xaa\x8b\xcc\x63\x60\x81\x42\x5e\xcb\x07\xd5\xd7\x93\x19\x8e\x91\xf1\x2b\x69\xb0\x00\xd0\x61\xbe\x9c\x51\xa9\x44\x6b\x4c\x53\x6d\x84\xdb\xb8\x48\xb3\xbc\x73\x20\x4c\xb0\xaa\xb3\xcd\x3e\x4b\x49\xca\xc5\xaa\x80\xaa\xc6\x2f\x6d\x25\x97\x4d\x3e\x25\xd9\x9c\xa4\x5a\x92\x19\xaf\xdb\x48\xd7\xfd\xf6\xc9\xc2\x36\x67\xcd\x04\x38\x96\x88\x20\x70\x80\xea\x77\x63\x83\x44\xd9\x79\xbb\xb7\xdd\x66\x8b\x95\xb9\xa6\x23\xc8\x61\x05\x2f\x37\xb8\xd9\x97\x4a\x6e\x6e\xa0\xef\xc6\x58\x0e\x1f\x4a\xb3\x3a\x5a\x63\x49\x9c\xc6\x32\xbc\xa9\xe2\x2b\x5b\xe7\x78\x0d\x17\x7e\xd9\x2b\xaf\x39\x61\x58\xe4\x76\xfd\xc0\x8e\x16\xb4\xd4\xfa\xf2\x40\x44\x8e\x24\xe2\x30\xd4\x0c\x4a\x83\xa9\xaf\x57\x89\x4a\x9c\x46\xb9\x05\x91\xe4\xa2\x35\xba\xb4\x8b\x21\x3b\x52\x39\x4e\x40\x93\x08\x8b\x33\x56\x37\x75\xb2\x68\x48\x77\xec\xe6\x29\xa1\x4c\xfd\xf9\xdf\xd7\xda\x4d\xad\x5a\xd9\x75\x83\x82\x52\x38\x8a\x88\x34\xb6\x75\x1b\x7d\x8c\x27\xfc\x09\x6a\x49\x6d\xb3\xab\xfa\x28\xeb\x79\x6b\x06\xef\x21\x88\xe3\x82\xd4\x8d\xb8\x30\x17\x3c\x9f\xcd\x9d\x0d\x49\x9f\x19\x3d\xb5\xa6\xbd\xfc\xa9\x66\x23\x5f\x7b\x2f\xbf\xcf\x69\xb2\x99\x85\xee\xae\x54\x65\xeb\xd3\xf9\x3d\x92\x73\x7f\x5a\x27\xd0\x6c\xe3\xc6\xd6\x07\xdd\xbd\x4f\xfb\xad\xf7\xd3\x40\x37\x07\x0e\x76\x73\xca\x93\x04\x3c\x0d\x92\xa4\x4f\x61\x71\xfc\xb0\x7b\x98\xf0\x3d\x5d\x0f\x31\xcf\x0f\x00\xbe\x2e\x12\x22\x3a\xc9\x5f\x37\x46\x34\x94\xc8\x8d\xbe\x1a\xac\x60\x42\xd4\x38\x23\xac\xc9\xc6\xf6\x73\xbd\xc0\xc9\x3b\x0b\x14\x74\x51\x63\x3b\x0b\x16\x74\x4b\xf2\xca\x01\x83\x2b\xe6\xb1\xaf\x41\x83\x15\x66\xe7\x63\xf8\x8a\x6b\xc6\x05\x0c\x19\xc5\x67\xa0\x97\x78\xc4\x06\xa5\x3c\x0a\x57\x08\x7a\xb2\x28\x02\xb1\x8d\x0e\x11\x32\x33\x28\x23\x61\x0d\x2b\xe0\x46\xd3\x7f\x81\xa6\x63\x40\x6b\x4d\x28\xa1\x0b\x17\x84\x28\x72\x12\x1f\xe2\x68\x11\x25\x34\x0a\x74\xe6\x99\xc0\xd9\xbc\x89\xe3\xb9\x9d\xef\xd1\x76\xde\x0a\x6d\xa7\xad\xde\xd2\x3a\xf1\xda\x8e\xae\x18\x4e\x49\x8f\x02\xd4\x84\x02\x74\xe0\x71\x2e\x58\x51\x39\xea\x0d\xe1\x13\xea\xe7\xae\x87\x02\x7a\x03\x28\xa0\x4d\x0e\x5f\x81\xf3\x53\x3a\x76\x3d\x3c\xd1\x87\x4e\xf0\x44\xfe\x12\xdc\x2b\xc4\x99\xf6\xf3\xf8\xc6\x48\x26\xf5\x81\xbd\x25\x1c\x51\x83\xb8\xb0\x8e\xdc\xb4\x0c\x8f\x68\x19\x5d\x74\x5a\x97\xb7\x45\x07\x5a\x6f\x65\xd6\x02\xfe\x69\xbc\xbb\xf6\x04\x06\xa8\x7d\x1b\xf6\xe4\xdc\xec\x32\x9b\x65\xbd\xd2\x98\x61\x46\xcb\x3a\x0a\xd6\x7a\xc9\x2d\x9e\x1e\xde\x57\x82\x4b\x51\x43\x6c\xb3\x24\x97\x81\xf3\x41\x13\x81\xe6\x3c\x89\x1d\xf8\x84\x5f\x2d\xdf\x81\xcf\x00\xf0\x0b\xe4\x36\x03\x6a\x79\x83\xb6\x55\x14\x02\x5b\x96\xca\xe2\x37\x11\x86\xbb\x03\x46\xb3\x0b\x2b\x82\xe7\x24\x9b\xd8\x0f\x56\xca\x22\xb2\x6c\xfe\x5e\x32\xc6\xd2\x0a\x81\xd5\xbc\x79\x98\x2b\xed\xbe\x2b\x06\xb7\x4c\xf4\x08\x8c\x83\xa2\xa9\x92\xa5\xa1\x33\x78\xfa\x44\x9d\x21\x02\x87\x3d\x2e\xf5\xd2\xb9\xd9\x75\xf2\xd4\x55\x89\x65\x83\x60\xb0\x5a\xc5\xb6\xed\x41\x81\x52\xfc\x79\x9c\x61\x81\x93\x84\x24\x54\xa6\x2f\x16\x0c\x7c\x5a\x76\xd7\xea\xb3\x2a\xb8\x31\x11\xb1\x3c\x9d\x18\x52\x74\x03\xb1\x75\x22\x15\x47\x22\x67\x21\xa4\xd9\x73\xad\x98\x7e\x0e\xf7\x02\x58\x95\xa2\x39\x14\x25\x9d\x62\x2a\x18\x91\xad\x25\x20\x49\x94\x0b\xaa\x16\x63\x5b\x51\xb3\xfb\x81\xbb\xb3\x5f\x9e\xda\x0f\x97\x7b\xb8\x5d\x36\xbf\xeb\xcf\x57\xf0\xcc\x88\x80\xf2\x40\xae\xd0\x4d\x50\x35\xd4\xa2\x35\x10\x5f\x63\x08\xc2\x9f\x6b\xd7\x76\x5b\xe0\x30\x7e\x1e\x07\x99\x54\xe3\xa8\x4a\x1c\xab\x0e\x6b\x13\xde\xd4\xb2\x49\xbe\x30\xe2\x52\x8b\x17\xf9\x05\xaa\x8b\xd8\x74\x09\xd3\xb4\x1e\x70\xe0\x0a\x06\x7b\x65\xb1\x31\x41\xaa\xbb\x55\xaa\x5a\xc6\x69\x31\x7e\x9a\x82\x8f\x96\x0c\x76\x10\x7c\xd5\x61\xc4\x41\x27\x3b\x1a\xb6\x3e\xe8\x42\xe4\x99\xa2\x93\x3a\xa4\x8d\xda\x5d\xb5\xd1\x41\x02\xe9\xd5\xce\xcd\x50\xea\xd6\x94\x20\x2d\x71\x62\x3b\x3b\x2d\xff\x5b\xfc\x30\x87\x0c\x64\x90\x95\xc2\xfc\xbd\xeb\x94\x2a\xe5\x12\x05\x8c\x01\x5a\x53\x67\xd9\x36\xfb\x95\x0b\xf7\xc0\x50\xc8\xd4\x98\x88\x8e\x46\x6c\x20\xd1\x33\x41\x8c\x58\xe8\x88\x86\x12\xa5\xde\xaa\x0d\x35\x9f\x26\x44\xf7\xe4\x63\x53\xb4\xf0\x40\x95\xf4\x65\xc7\x4c\x1f\x53\x9c\x48\x72\xa0\x1b\x86\x6a\xa5\x8a\x43\xf0\x27\x46\xcf\x02\x67\x19\x11\x23\x66\xb3\x38\xc0\xe1\xc2\x79\x62\xda\x6f\x0b\x71\xb5\x6b\x40\xc6\x11\x8e\xe6\xaf\xb4\x47\x18\x92\x70\xa2\x39\x89\x5d\x9e\x70\x79\x7b\xdc\xbc\x8d\xc1\x7a\x8d\xcd\x3a\x9f\xba\xb2\x59\x07\xb6\x93\x24\xd2\x1c\xc5\x57\x51\xce\x88\xd0\xa3\xd6\x34\xfc\x44\x18\xa2\x53\x37\x0e\x1b\xbb\x83\x9e\xc1\x33\xa5\x49\xff\x09\xd3\xc4\x24\xde\xbb\xae\x9d\x10\x68\xcc\xef\x23\x66\xdc\xdd\x2c\x2a\x65\xa6\x52\x46\xe5\x5c\x73\xea\x1c\x7c\x92\xa0\x66\xb4\x25\xce\xb0\xa7\x75\x4e\xf3\x50\xbf\xbe\x9c\x83\x3e\x51\xc1\x59\x0a\x49\x32\x16\x8f\xc9\x2d\x9f\x24\xca\x1f\x8f\xc6\xd4\xc6\x95\x12\x71\x1c\xcb\xb2\xf1\xd3\xa8\x95\xf4\xb7\x92\xd9\xe5\xb0\x94\x0d\x18\x05\x70\x42\x10\xc4\xe9\x2a\x8a\x2d\x93\x7f\xfb\xd4\x86\x7a\x6a\x43\xf3\xda\xec\x63\x7a\x83\x3f\xc4\xeb\xa6\x38\xb4\x6d\xff\x2e\x24\xdb\x1d\xa6\x3a\xbc\x71\x4e\xc0\xcb\xa4\x03\xbc\x6d\xfe\xc6\x4b\xa4\x6e\xf4\x09\x0e\x6f\x98\xe0\xd0\xd9\x52\x5b\x8e\xcd\x6e\x3f\xb6\x6b\x25\x07\xac\x00\x71\x6a\xea\xe5\x92\x28\x41\x23\xb9\x0b\xfe\x20\x33\xdc\x31\xaa\x0d\xb4\xc0\x6c\x85\xd4\xa4\x5f\xf0\x4e\x48\x88\x13\xf3\xf5\xfd\x26\x82\xe0\xc7\x98\x3f\xd7\x6c\x75\x32\x44\xd1\xb8\xe4\x5a\xec\x11\x24\xa2\x92\x94\x22\x59\xa8\x44\x8c\x48\x6b\xec\xc4\x23\x36\xa7\x44\x60\x11\xcd\x21\xbb\xb1\xd8\x18\x93\x25\x6b\x80\x8c\x4c\x2c\x43\xe8\x6d\x5a\x63\xd3\x3b\xac\x7b\xd5\xc2\xe4\x71\xe9\xec\x9e\xeb\x91\xa4\xe6\x13\x2f\xcc\x58\x29\x23\x34\xc9\x75\xda\xfe\x6d\x03\xf1\xfd\x62\xbf\x68\x30\xbe\x0f\x26\x0a\xbe\xe8\x18\x90\x5f\x50\x43\x1f\x94\xff\x42\x41\xf9\x0d\x4b\xbc\x5e\x60\xfe\x46\x26\xbf\xd7\x8f\x19\x76\x3d\xbf\x46\xdc\xf0\xaa\xa0\xad\x7c\x32\x7e\xf1\xa3\xd7\x38\xe7\xae\x27\xf0\x67\x4f\x14\x46\x22\x16\x9a\xce\x26\x24\x8e\x81\xd3\x2a\x6e\x2b\x44\x17\xb4\xe3\xcc\x03\xfa\xee\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x90\x95\x0c\x43\xa5\xd6\xd0\x78\x01\xe0\x02\xb0\xbf\x49\x42\x84\xf3\x4a\x08\xf4\xb5\xa4\xcc\xa2\x28\xfa\xdf\x62\x4e\x24\xfb\x4a\x19\x63\x01\x66\x0b\xf4\xc8\xf8\x73\x42\xe2\x19\xec\x50\x75\x30\x87\x88\x92\x03\x44\x95\xff\x4c\x00\x1a\x01\xcf\xd5\x48\x8f\x1d\x62\xcd\x8c\x06\x40\xec\xb7\x41\x2d\x74\xdf\xcc\x37\x47\x08\x9d\x33\x34\xc5\x91\x3a\x40\x32\x9f\x14\xed\xc7\xdc\x14\xb7\xd6\xda\x77\x30\xf1\xa2\x91\x3e\x66\xbc\xa1\xf3\xe6\xb3\xe1\xb8\x83\x26\xd7\x41\x42\xf1\x56\xb1\x75\x4f\x78\x1b\x68\xd1\xcb\x5c\xda\x20\x0c\xc4\x99\x3f\xfa\x16\x56\xc9\x63\x43\x03\xce\xa7\xc1\x59\x66\x3c\x6e\xb5\x75\x56\xa6\xb2\xee\x58\x8a\x40\x48\x2b\x28\x59\x47\x15\xb4\x6b\x96\x5b\x4b\x4d\x52\x09\x82\x53\xeb\x1c\xd0\x57\x0d\x88\x35\x26\x0c\x52\x8f\x9e\x0a\x23\x61\xae\xb3\xc5\x17\x94\x3d\xea\xdd\x2d\xd0\xb0\xa1\xae\x3c\xf4\xdc\xb4\x69\x99\xbe\xf1\xc8\x29\x67\xc6\x41\xb8\x95\xdc\x49\x67\x0c\x27\x6b\xda\x38\x6a\x2b\x57\xf7\xe9\x39\x39\xcb\x8a\x0b\x5a\x8a\x30\xc6\x3e\x64\x7a\x5c\xcb\x86\x54\x99\x6f\x28\xef\x61\x14\x93\x8c\xb0\x98\xb0\x68\x01\x24\xc2\x00\x31\x47\x30\x9c\x20\x0c\xdf\xe1\xe4\x08\x9d\x99\xfc\x1a\x2f\xe1\xd9\x6b\x1d\x2e\xf4\x14\x33\x3a\xd5\x7a\x02\x18\x61\xed\x28\x47\xcc\x0c\xd3\xf9\x40\x82\x62\xfd\x7e\xc5\x1a\x76\xe6\x7b\xca\x70\x29\xa1\x69\x83\xf3\x94\xe4\x6b\xc5\xac\x07\xd6\xd4\x45\x1b\x44\xbc\xc2\xab\x50\xdb\xd7\xd8\x0c\x24\x69\xaa\x45\x32\xdd\x1d\x82\x2b\xd3\x17\x10\xc0\xe0\x68\x99\x93\x24\x0b\x4a\x85\x67\x58\x28\x8f\xd7\x62\xa0\x75\xf5\x2d\x93\xe6\xcc\x60\xef\x18\x43\xd3\xb3\x85\x2f\xb5\x3e\xb6\xa2\xf1\xa3\x11\x3b\x57\x5f\x49\xcd\xf9\x38\x9b\x25\x0b\x84\xe3\x27\x2a\x0b\xcc\xf8\x88\x33\x99\xa7\x44\xd8\x2e\xa8\x34\x31\x64\x16\x6f\x19\x3b\xd2\xd4\x63\xd3\x2a\xdf\x13\x4e\x68\xec\xea\x1a\xe8\x1f\x27\x64\x0a\xaa\x0e\x16\xd2\x19\x6a\x1b\x3c\xed\x76\x73\x63\xbd\x56\x6f\xc6\x2d\x7f\x0a\x19\x22\x4a\x0b\xde\x89\xad\x09\xe4\xb8\xca\x39\xed\xaa\x2f\xe1\x9a\x93\xda\xa4\xd0\x72\x01\xc7\xae\xc2\xd9\x2a\x70\x28\x07\x50\x98\x9b\xc8\x2a\xdd\x8f\x93\xa5\xcd\xe0\xd6\xe2\x00\x95\x09\xda\x51\x1b\xfb\x7f\xc8\x35\x09\x05\xe1\x42\x2a\xac\x68\x64\xc5\x76\x2e\xec\xc5\x61\x2f\x96\xf6\xad\x3d\xdb\x12\x75\x5b\x46\x38\xa9\xef\xf0\x12\x35\xde\xbc\xbf\x9c\xb7\xda\xe3\x66\xda\x5e\x9a\x4b\x15\xf1\x24\x59\x07\x11\xbe\x32\xf3\xd3\xe2\xf3\xe5\x23\x2a\xfa\xd1\x1b\xe0\xf6\x02\x4e\x8d\x71\x89\xe3\xc4\x4a\xa8\x52\xd9\x5d\x0a\x5f\x32\xb7\xdb\xc2\xba\xdc\x47\x8c\x4f\x4d\x41\xe8\x36\x67\x79\x26\x78\x4a\xd7\x01\xad\x34\xfe\xe3\x5b\x67\x6e\x58\x21\xbc\x39\xa3\x84\x3e\x45\x96\xbc\x6c\x8f\x90\x06\x81\x99\x91\x57\x97\x9c\xa1\x14\x67\x1b\x2d\xf8\x2a\x63\xdb\x00\xa5\xc6\xd2\x69\x57\x0f\x60\xac\x08\xc0\xef\xc3\x22\x3f\xe3\x45\x91\x71\xd6\x06\x47\xc8\xd6\x22\x87\x07\xfd\xfa\x39\x9b\xf2\x35\x0e\x67\x91\x21\x66\x4f\x1f\x76\x34\x1b\x9c\x3f\x6f\xfc\x31\xbb\x6f\xd6\xb4\xcb\x79\x3c\x6d\x22\xea\xb5\x4f\xa6\x5b\xc1\x97\x54\xfd\x42\x26\x12\x6a\x7d\xeb\xdc\xad\xe5\xa3\x15\xb4\x88\x60\x38\xcb\x97\xea\xb2\x44\x87\x3b\x5f\xa3\x4a\x3b\xc8\x58\x18\x5c\x8c\xda\x4d\x73\xab\xaf\xb0\x66\xf6\x90\x74\x5a\xac\x2d\x53\x62\xd7\x83\x55\x74\x3d\x7a\x30\xc5\xe6\x13\xba\x12\x33\x7a\x1d\x5d\x71\xaa\x25\x21\xa3\x3e\x14\x01\x2f\x36\xf2\x7f\x4a\x13\x22\x8f\xd0\x79\x83\xde\xe8\xe2\xee\xbd\x9f\xda\x44\x20\x3a\xe9\x29\x17\x34\xa8\xb3\xe6\x64\x24\x44\x01\xef\x3d\xb4\x9d\x09\xa2\xc7\x1c\x19\xd7\x2d\x37\x18\x8a\x10\xf4\x27\xa8\xe6\x59\x46\x58\x55\x20\x45\x6b\x5e\x40\x2d\xea\x81\x91\xe1\xfd\x07\xdc\x84\x62\x60\x5b\x4a\xb2\x18\x55\xcb\x96\xee\xa2\x62\x46\xf7\xb4\x06\xd7\xeb\xbd\xfe\xa2\xbe\x37\x8d\x23\xbc\x2f\xb7\xbe\xf6\xe8\xbc\x94\xbf\xbe\x1f\xfa\x23\x7c\xea\xac\xa2\x18\x4d\x05\x01\xbf\x49\xea\x53\x95\x0d\x56\x21\xe7\x70\xdf\xdd\x9d\xfd\x78\xfc\x70\x8e\x88\x8a\x50\x42\x1f\xc9\x88\x45\xf2\xe9\x40\x8b\xc7\x7f\xcf\x89\xd2\x3f\xb7\x18\x5a\x68\x4a\x98\x04\x4e\x40\x55\x0d\xd2\xa1\x79\x21\xdd\xc2\xe8\xff\x9e\x95\xbf\x5f\x42\xf2\xb5\xac\x2c\xa0\x5d\x57\x3e\x00\xc8\x14\x10\xd2\xcd\xd2\xca\x06\x8a\x31\x2a\xde\xb0\xa9\xb8\xd8\x06\x51\xd8\xec\x6f\x39\x5b\x53\xe8\x3a\x2d\x3e\x0a\x46\xd1\x22\xd3\xa5\x19\x06\x08\xd1\xf5\xc2\xbb\xcd\x37\x8d\xad\xaf\x62\x22\x45\xb6\x9b\x53\xd9\x8b\x3a\x6c\x48\x09\x42\x80\x85\x78\x7a\xb2\x77\xbd\x4d\x70\xf6\x13\x0b\x3e\x3a\x1a\xb1\x4b\x67\xc8\x2f\x7e\x95\xae\x09\x93\x32\xe0\x91\x55\xcb\xad\x40\xb3\x31\x95\xfe\x07\xc0\xc7\x97\x79\xa2\x4c\x81\xa0\x29\xd5\x5a\xba\x1b\xa8\x79\xd2\xc4\x25\x04\x66\xd1\xfc\x6a\xcb\x3a\x41\x74\x3a\x26\xc9\x3a\x92\xe8\xf9\x74\x98\x48\x4d\xdf\xd1\x63\xcb\xe9\xdc\xa4\x04\x56\x31\x19\x5b\xd8\xcf\x94\xd1\x30\x3a\x8e\xb1\x1e\x27\xa6\x40\x0f\x41\x60\xfa\xad\x06\xe5\x9b\xbc\x5b\xbd\x8b\x56\x52\x37\x96\x5f\x13\x0d\xeb\x23\xdd\xa0\x17\x84\xd5\x88\x89\x9c\x01\x76\xb7\x77\x04\x61\x54\xc0\xb0\x46\xce\x2c\x63\x8d\x64\x33\xcd\x26\x0c\xca\xa9\x79\x59\xeb\x67\x3c\x97\x10\x58\x9b\x12\xa5\x2f\xa8\xaf\xa1\xac\x9e\xf1\xc4\x1e\xa0\x4c\xd0\x94\x2a\xfa\x44\xe4\x37\x0d\x5b\x77\x8a\x15\x4e\xf8\x6c\x20\x14\x9d\xe2\x48\xdd\xe3\xad\x34\x70\x6c\x9b\xd9\x34\xaa\xc7\x0d\x03\x9d\x9f\xe9\xc5\x9f\x11\x46\x04\x4c\x54\xeb\xe4\xcd\x47\x18\x9e\x6c\xc4\xb9\xc1\x7b\x1a\x99\xc2\x19\xd2\x5b\x2c\x70\xae\x78\xaa\xf5\x5b\x9c\x24\x0b\x28\x88\xa1\x9f\xcc\xb1\x9c\xbb\x8d\x36\xd1\x71\x5d\xee\x26\xbb\xb8\xa7\x38\x9a\x93\x3b\x28\x32\xd9\xb4\xb8\x95\x51\x7e\x20\x2c\x4f\x3f\x9c\xa0\xff\x2e\xe6\x78\x3a\x38\xfd\x61\x38\x3e\x3b\xbf\x1b\x7c\x7f\x31\x3c\x0b\xe6\x63\x9f\x5c\x9e\xdf\xdd\xd5\x7f\xfd\xe1\xfc\xbe\xfe\xe3\xcd\xf5\xcd\xc3\xc5\xe0\xbe\xa9\x95\x8b\xeb\xeb\x1f\x1f\x6e\xc6\x1f\x07\xe7\x17\x0f\xb7\xc3\x86\x4f\x1f\xee\xdb\x1f\xde\xfd\x78\x7e\x73\x33\x3c\x73\xab\xf2\x3f\xc1\xe9\x82\xe8\x34\x88\x68\x6d\x9e\x46\xf5\x00\x1e\xa2\xf2\x8b\x27\xe8\xa1\x8a\x28\x6d\x43\xbc\x4c\x7a\xf0\x33\x96\x9a\x87\x41\x84\xe1\x88\x21\xf7\xb9\x5e\x94\xb6\x4f\x8d\x17\x34\x9a\x13\x94\x70\xfe\x98\x67\x96\xb5\x19\xb7\x3b\xe3\xc6\xf0\x43\x64\xd0\xda\x0f\xe7\xf7\x27\x75\x64\x6b\xdf\x58\x00\x44\xe2\xce\x00\x8c\x0b\x3b\x76\x0a\xb6\x14\x87\x78\x5c\x98\x4a\x83\x1e\xfc\xce\x2c\xeb\xc7\xb4\x86\x99\xaa\x74\x13\xc7\xb6\x86\xa2\x9b\x58\xd0\x70\x79\x5f\x97\xad\xa6\x5f\x0e\x53\xca\x03\x4d\x48\x84\x73\xe3\x2b\xd6\xf7\x94\x10\x5c\x84\x03\x2e\xe8\x61\x77\x8d\x5a\x3a\x6a\x6c\xb0\xb2\x67\x7a\xe2\xf2\x91\x66\x19\x89\x3f\xd4\xe5\x97\x72\xb1\x3d\x5b\xe2\x95\x4f\x51\x70\x26\xb5\x5e\x0f\x3a\xbf\xc3\xa1\x9f\xdb\x7a\x21\x54\x1a\x7f\x58\xe1\x21\x04\x7c\x4c\x7d\x27\x78\xbc\x70\x0a\xde\x6b\xac\xd0\x33\x81\x4c\xb5\xdc\x16\xe2\x30\xba\xb7\x3e\xdb\xd0\x9d\xf1\x64\xb8\xb2\x3a\xa5\x0c\xb6\x56\x66\xbc\x0b\x81\x5b\x7f\x2f\x49\x13\x23\xde\x22\xdd\xe8\xcc\x34\x0a\xdc\xd9\x85\x12\xc0\x88\x5b\x7c\x46\xee\x36\x68\xb0\x90\x2f\x91\xaf\xea\x37\xd2\x8a\xcb\x42\xb3\xed\x2e\xe3\x71\x29\xd6\x25\xdc\xd0\xee\x03\x2b\x61\x4b\xae\x5c\xab\x7b\x1e\xe3\x85\x26\x0e\x08\xe1\x92\x79\x96\x71\xa1\x50\x4b\x1b\xc6\x3b\x62\xc6\x07\x77\x8e\x9d\x87\xe7\x71\xd0\x88\x96\x30\x64\x03\x44\x79\xb7\xac\x53\xbb\xae\x05\xe3\x08\xe3\x8e\x40\x11\xf4\x65\x24\xd2\x92\x4a\x5d\xa2\xd0\x26\xe1\x77\x9b\xc0\xcd\x4c\x5f\xf0\x5d\xab\x1a\x35\xf5\x7e\xed\x5a\x68\xdc\xf2\x84\x4c\xd5\xb8\xd1\xeb\xb3\xc4\xc0\xa9\x5b\x64\x6d\x89\xfa\x74\x36\xdf\x41\x8b\xdd\xb5\x84\xef\xac\xbf\x54\xab\x06\x81\x85\x40\x70\xae\x8c\x7c\x5a\xe8\x30\xc8\xad\x26\x98\x17\x6c\xa7\x36\xc4\xde\x0b\x81\x5a\xe6\x7f\x64\xfc\x99\x15\xd1\xe8\x47\x23\x36\xc4\x50\x84\xd2\x2b\x22\x2e\xf2\x1e\xb4\x80\x95\xf2\x7f\xa9\x86\xdb\xab\x06\xc1\xb4\x03\xe7\x15\x74\x6f\xcb\x0f\x27\x0b\x54\xd4\xe9\x2b\x7d\xd7\xe5\xf4\x18\xab\xb7\x13\x01\xcd\x84\x6d\x55\x5c\x45\x32\x6b\x99\x37\xf3\x2c\x1c\xa8\xe0\x76\xd7\x5d\x1d\xa1\x9f\x9d\xe5\x07\xe2\x89\x8a\x12\x97\xb6\x5a\x7a\x82\x17\x0e\x6b\xab\x69\x61\x77\x01\x5f\xb5\xeb\x08\xa3\xe5\x0b\xec\x71\x32\x1a\x56\xb9\xa4\x80\x33\x66\x2c\xb2\x6b\x44\xd3\x9e\xfa\x8f\xee\xc8\xf2\x70\xfb\x8f\x50\xd5\xcc\x3a\xac\x41\xe8\x60\xc9\xe2\x7f\x99\xcd\x32\x09\x3e\xae\x5e\x89\xad\x32\x65\x3d\xa8\xfa\xfc\x80\x07\xd0\xe4\xff\xa0\x29\x4d\x12\x90\x03\x8e\xd0\x00\xaa\x2d\x42\x7e\x8c\xbe\x0a\x5d\xd4\x1a\x9d\x31\xbe\x2a\x74\xbf\x85\x98\xa2\x80\x98\xee\xda\x89\x49\x02\x35\x15\xe9\x91\xbb\xa1\xa8\x1d\xa4\xca\x6b\xde\x82\xeb\x40\xa3\xdd\x13\xe4\xd7\x50\xde\xdf\x22\xe8\xac\x36\xdc\xe0\xc3\x7f\x36\x0f\xfd\x53\x8e\x05\x66\x0a\x42\xa9\xac\xe8\x2e\x48\x10\xd1\x4d\x3e\x43\xb0\x22\x33\x86\x60\xf8\x29\xdc\x5c\xe7\xf2\x9f\x51\xc8\x87\x8a\x0f\x10\x3d\x22\x47\x07\xb6\x20\xbe\xcc\x27\xc5\x9b\x73\x2d\x39\x8c\x58\x2d\x44\xe4\x08\x0d\x12\xc9\xed\x17\x84\x45\x09\x54\x37\x0d\xa2\xbe\x3c\xe5\x5b\xb7\xd2\x64\x01\x0a\x0a\x6c\x65\xd1\x3c\xb7\x0f\x82\x0f\xa1\x76\x0b\xf8\xc4\x13\x38\xe9\xc5\xef\x4d\xf5\xa9\x4b\x71\x12\x2f\x88\x92\x5d\xbb\x86\x5e\x6c\x93\x4c\x05\xa6\x65\x1b\x04\x6f\xc0\xc6\x14\xa1\x3b\x41\x62\x3b\xfa\x1a\x2b\x94\x10\x2c\x15\xfa\xe3\x37\x6b\xc5\x86\xb8\x09\x16\xdc\xd5\x1e\xdf\x22\xfe\xde\x45\x70\xb6\x15\xd9\x87\x0a\x79\x08\x23\x46\x9e\xc3\x80\x1d\x0e\x31\x56\xae\xce\x0e\x09\x52\x86\x4c\xc9\x4f\x93\xf0\x08\x41\xb0\x46\x65\x6a\xe1\x23\x0e\x45\xd2\xba\x4f\xed\xb0\x1a\x28\xcb\x2a\x4f\xd4\xa8\x67\x80\x74\x52\xc4\x52\xce\xb1\x1a\x31\xcb\x59\x5d\xd8\x48\x10\x3d\x3f\x48\x92\x72\xfc\x22\x86\x10\x5d\xa6\x27\x0c\xe5\x6e\x8f\xfc\x02\x5d\x81\xfa\xe5\x83\xc8\x4a\x76\xba\xe2\xb0\x68\x4d\x6d\xc4\x3c\x8c\x44\xd8\x76\xa3\xb4\xd3\x64\x5f\x7e\x45\x21\xb8\xa1\xfb\x0b\x53\x77\xb8\x83\x30\x4c\x9a\x86\xbc\xe2\x60\xd5\x6d\xfa\x4b\x64\xe3\x5d\x77\xd0\x5d\x54\x6e\xb6\x8f\xc3\x35\xfb\xcc\x1b\xcc\xed\x2d\x9b\x1b\xc8\x16\xdb\x28\xe0\x3e\x9a\xf1\xb5\x3c\xbe\xa5\xa1\x9f\xc7\x90\x4b\xb1\x9a\x0b\x16\xb9\x09\x8e\x75\x80\xa1\x9b\xc6\x41\xa8\x74\x10\x99\x09\xa1\xf4\x8e\xf1\xd9\x37\x5b\x3c\xaf\xd9\xfb\x9e\xfe\x41\x31\x7f\x37\x15\x1f\x04\x57\x9f\x78\xbb\xb0\x37\x88\xff\x86\x23\x08\xa0\x84\x9e\x5c\xe8\x66\x1d\xe7\xc2\xa1\x83\x62\x30\xe6\x37\x8a\x87\xb6\x84\xf8\x11\x1a\xc2\x45\xe3\x2a\x8a\xe3\xa9\x73\x48\x04\x2f\x8f\x98\xd6\x4c\x5c\x5a\x7c\xd0\x7e\x99\xc4\x9b\x4e\x80\xc1\xd8\xd9\xca\x97\x93\xae\x86\x7e\x6f\xd3\x26\x1c\xc4\x0f\xb4\x01\x68\xd1\x68\x38\x3b\x41\x31\x8f\x1e\x89\x38\x16\x24\xa6\xf2\x04\x7c\xeb\xaa\xd5\xa9\x97\x6a\x6d\x7b\x6b\x49\xa3\x2d\x50\x60\x45\xae\xc1\xa9\xe9\xdf\x06\xd1\xbb\x3a\x8d\x07\x88\x4e\x41\x9d\x70\xa1\xae\x26\xc9\xc6\xa1\x08\x10\xa6\xc4\x22\xe3\x94\x29\x6f\xca\xaa\x2c\x84\xd3\x34\xb4\xd0\xd6\x16\xa4\x2d\x76\x11\x83\xb3\xe1\xb4\xef\xe7\x44\x12\x17\x70\x60\x26\xa5\xb8\xcd\x51\x33\xec\x22\xc3\x6a\x2e\x21\x23\xa8\xbc\x06\x56\xe9\x82\x4f\xf5\x0a\xe1\x0c\xe2\x15\x8c\x95\xa2\xf8\xc8\xe7\xad\x48\x45\x93\x64\xc4\x18\x21\xb1\x44\x90\xbc\xf3\x55\x63\xe2\xa1\xfe\xf4\x00\xe1\x38\x46\xff\xfb\xeb\x8f\x17\xbf\xdc\x0f\xc7\xe7\x57\x60\xb4\x3e\xbf\x18\x7e\x73\xe0\x7f\xbc\x7e\xb8\xf7\xbf\x1a\x0b\xcb\x13\x11\x28\xc5\x8f\xa0\xe2\x31\x69\xe4\x3f\xc8\xee\x08\x47\xea\x52\x32\xf5\x13\x49\x5c\xa4\xab\x15\x53\x3c\x32\x95\xdd\xc3\xd6\x42\x90\xc6\xe6\xb7\x86\xf2\x7b\xeb\x3f\x59\x4e\x83\x8e\x78\x7c\x17\x4e\x0c\x04\x24\x02\x2c\x83\x1c\x3d\xab\xfb\x16\x04\x47\xd8\x8c\xb2\xb6\x78\x3c\xc2\x9e\x5e\x52\x88\xff\x91\x2c\x7e\xd2\xea\xf5\x0d\xa6\xa2\x33\xed\x35\x83\x2c\xb8\x13\xa3\xf5\x74\x2c\xab\x87\x4a\x1a\x59\x18\x62\x34\xb2\xd6\x98\xcf\x26\x7c\x9d\x37\x9f\xae\x45\xed\x20\x9f\x95\x70\xc9\xbf\x1e\x1c\xc6\x21\x64\xf8\x8b\xa6\xa0\xc1\x11\xbb\xbf\x3e\xbb\x3e\x41\x24\xc1\x13\x2e\x20\x1b\xcc\x84\x04\xb9\x26\xec\x82\x45\x3c\x0d\x1a\x2a\x25\x7e\x1f\xa0\xac\x48\xfc\x0e\x8d\x68\x47\xa6\x8d\x55\xf5\xd1\xb9\xa8\xa7\x4d\xef\x56\x05\xb4\x93\xbd\xe1\xa2\xcb\xf5\xaf\x5f\x83\xa5\xe3\x99\x56\xe4\x2a\x9c\xd7\xde\xcd\x53\x82\x4d\x69\x62\xe3\x16\xb2\xb6\x7c\x1b\xc0\x9a\x24\xa5\x32\x55\xfa\xe0\xc8\x23\xeb\x82\x2f\xde\xe4\x0c\xfd\xf8\x17\x89\x26\xb9\x1a\xb1\x72\x1b\x9c\xa1\xc1\xcf\x77\xe8\x7b\xac\xa2\xf9\x37\x23\x76\xad\xd5\xcc\x1f\xff\xd2\x82\x50\xb1\x36\xe8\x93\x5e\x93\x33\xac\xf0\x05\xc7\x31\x65\xb3\x26\xc4\xa7\x02\x96\x7f\x78\x3f\x38\x41\xd7\x56\x87\xf7\x49\xe5\x45\xa6\x55\xd0\x10\x30\x64\x98\x88\xe3\x22\xc0\xca\x59\x19\x15\xc7\x68\x66\x70\x61\x8d\xd8\xbd\x81\xba\xd2\x5c\x95\x2a\x94\x71\x5b\x1a\x42\x6b\x65\x06\x04\xcc\x98\xb2\xad\x25\x51\xaf\x0e\x90\xb1\xdf\x0c\x2b\x8f\x81\x3c\x53\x67\xf6\x23\x06\x0a\xba\xcf\xf4\x4c\x78\x84\x13\x88\xc9\x3b\x0c\x6c\x7a\x5a\x6d\xe7\x39\xa4\xdd\x99\x5a\xb2\x8b\x72\xe8\xac\xcf\x04\xf5\x42\x59\xb8\x51\x60\x00\x80\x7d\xb4\xde\xd8\x94\x6b\x8e\x63\x20\x6e\xc0\xf8\x96\x98\xd5\xd1\x1f\x7a\xc8\x1b\xb3\x2c\xfa\xa9\xe3\x47\x50\xb2\xdd\xa6\x78\x47\x60\xbe\x67\x0b\x08\xdf\x06\x2c\x77\x0e\xa1\x1f\x05\x77\xb6\x44\x59\xdb\x45\x7f\x27\x06\x9f\x8d\x98\x89\x14\x2c\xed\x4b\x08\x8a\x10\xf4\xce\x19\x04\x32\x16\xd7\xa5\x17\x30\x32\x1b\xd8\x68\x65\xfd\x4c\x90\xc3\x98\x28\x22\x52\xb0\xf7\x84\x6b\xaa\x6f\xd8\x23\x74\x1b\xaa\xd7\x31\x8f\xf2\xd4\x01\x56\x42\x7a\x62\x51\xad\xb7\x24\xf1\x98\x8b\x7d\x15\xc5\x43\xf2\xbb\x22\x90\x95\xd7\x59\x3f\x36\x04\x33\x08\x3f\xad\x4b\xea\xed\x82\x2f\xf0\x8e\xed\xa2\xd6\x4c\x43\xe3\xac\xdc\x52\xa9\xb5\xd5\x78\x7b\x2b\xea\xaf\x5c\x15\xa0\x7a\x5c\x80\xb0\x45\x3e\x67\x1c\x8c\xdc\x26\xa7\x8a\xc7\x5f\x49\x74\x7e\xa3\x25\x20\xad\xf1\xfa\x33\x98\x4b\x65\x82\xcb\x20\x5d\xc7\x7c\x6d\xd2\x05\x0e\xd0\xb7\xa6\x96\x76\x84\x3e\xbb\x3f\xfe\xfc\x1f\xff\xf1\xa7\x3f\xaf\x93\x4e\xe2\x14\x72\x68\xb7\x58\x23\x5f\xa5\xa3\x2c\x12\x85\x3b\x50\xe7\x54\x5b\xec\x82\x3d\x80\x6d\xcb\xbf\x09\x78\x56\x10\x3b\x84\x67\xf6\x84\xcb\xf0\x64\xa2\xd2\xd1\x2c\x22\x09\x24\x51\x07\x65\x0e\xe1\x85\x5d\x2b\xd1\xff\xaf\x25\x18\x30\x63\x7d\x54\x36\x8b\x71\xa2\x89\x17\xaf\x75\x23\xe8\x6b\x6b\xff\x53\xe0\x40\xfc\xc6\x5d\x70\x3c\x89\x89\xb0\x75\xf8\x9d\xc9\xce\x1b\x12\x81\x39\x90\xcf\x59\xc2\x63\x87\x3a\x27\x49\x86\x41\x80\xd0\xcc\xe0\x68\xc4\x86\xae\x2c\xbb\x41\x27\x31\x1f\x19\xcf\xcb\x14\x47\x06\x6c\x4d\xa2\xaf\x3f\x9f\xe8\xdf\x0e\xd0\xe2\x04\x82\x48\x0f\xd0\x6f\x27\x16\x84\x00\x0b\x35\xd6\x3f\x7d\xe3\x64\x6d\xdb\x04\x0c\x9a\x4a\xf4\xd5\xf1\x13\x16\xa6\x14\xe7\xb1\x19\xd1\x57\x96\xb3\xfa\x72\x43\xa1\x6c\x9e\x70\xfe\x68\x03\x6c\x6b\x1f\x1e\x3b\x3c\x1b\x20\x6f\xef\x37\x31\x5b\xef\xf3\x1d\x15\x3a\xb4\x45\xe5\x8f\xb2\x09\x3a\xfa\x9b\xe4\x0c\x1d\x2d\x70\x9a\xd8\x5f\xdd\x53\x1b\xff\x8b\xa5\xcd\x89\x8b\x83\xb2\xe6\xc6\x52\xfa\x7d\xc2\x27\x30\xab\x4b\x37\x53\x13\x41\x0b\x03\x2d\x6e\x9f\xe2\xc2\xb2\x13\xb1\x92\x94\x81\x65\x48\xb9\x32\xaf\x00\x8f\x6b\x9a\xd5\x67\x3f\xa4\xff\x32\x7e\x61\x58\x14\x97\xc4\x67\x8c\xc3\x3e\x7a\x4d\x37\xfa\x19\x7d\x6d\x59\xd0\x37\xfa\x8e\xb1\xe1\xca\x66\x19\x9a\x3a\x58\xf8\x0e\x7e\x09\x3a\xa0\x0c\x99\xb4\xcc\x25\x5f\xfe\x76\x7c\x74\x74\xe4\xbf\xbe\xd2\x53\xf9\x7f\x11\x55\x92\x24\x53\xd3\x92\xbb\xc1\x16\x23\x76\xe9\xf0\xac\x9d\xf1\xba\x40\xca\xca\x04\x57\x3c\xe2\x09\x3a\x2c\x0c\xba\x31\x8f\x24\xfa\x57\x2d\xd6\x06\x4b\x09\x3f\x6a\x3d\xae\x05\x5d\xcf\x00\x68\xbe\xd2\xa1\xb2\x06\xf1\xea\xb1\x0a\xc1\x71\xbc\x62\x8b\x65\x08\x8e\x0e\xb4\xa0\x29\xe7\xd8\x02\xe8\x08\xa1\x5f\x26\x9f\x15\x3c\x6a\xc1\x27\x6a\x0c\x65\x6f\xbe\x29\x6b\xec\xb6\x80\x29\x32\x64\xdd\xb2\x00\x16\x46\xc4\x72\x06\x33\xcf\x83\xd0\x7d\xa2\x2f\x17\x16\x22\x2c\xcb\x3c\x4d\xb1\x58\x1c\x17\xa7\xad\x4e\x9c\x05\x80\x0d\xf0\x98\xc4\x2d\x00\xb8\x70\x13\x7b\xb4\x6c\x14\x83\x15\x2f\xdd\x8d\xe6\xcf\x6e\x04\x25\xa2\x20\x20\xcf\x14\x48\x23\x2c\xe2\xb1\xa5\xeb\x22\xfb\xb4\x2c\xb1\xf8\x77\xea\xb2\x8a\x8b\x88\x91\x85\x31\x8e\x29\x93\x19\x6d\xdf\x70\x1f\xb7\xb0\x6f\x3e\x86\x62\x83\x64\xb6\x86\x7b\xf4\xfc\xfa\xce\x7d\xd3\xfd\xd2\x85\x75\x28\x8b\xec\x38\x09\x61\x87\xd8\x0c\x09\xfc\x5c\x5c\xbf\x10\xdb\x61\xac\x33\xb9\xcf\xcd\x35\xff\x3e\xe5\x37\x34\xd1\xb7\x16\xd0\xf8\xd1\x88\x95\x7e\x3e\x40\x24\xa1\x29\x65\x3e\xb6\xce\x30\x77\x3e\x35\xd2\xf3\x23\x55\x7a\xcb\x64\xfc\xa8\x39\x98\x83\xcb\x08\x54\xaa\x01\x5b\x38\xd2\xf1\x8e\x29\x6b\x81\xc8\xa5\x1e\x57\xa1\xa3\x6b\x61\x56\x37\x71\x68\x05\x52\x1a\x10\x1e\x9c\xdf\x11\xd3\xad\xb9\xb3\x54\x84\x0b\x07\xed\x05\xcd\x1d\x3a\x9c\xe1\x80\x03\x40\x1f\xa5\x98\x5f\x2f\xff\x36\x08\x28\x43\x96\xa7\xdb\x26\x9b\xd8\xf0\xe1\xb7\x32\xd3\xdd\x08\xe2\x6e\x2a\x9b\xb8\x44\x58\x9e\xba\x03\xb5\x06\xc5\x0d\xad\xf8\x13\x93\x28\xc1\x06\x00\x40\x37\x04\x91\x8f\x07\xc6\x41\x9a\x05\x7d\x99\xeb\xc5\x74\x63\x4a\x17\x24\x84\x7d\x6d\xfe\xfd\x0d\xb2\x77\xc3\xb7\x07\xf6\x3e\x17\xd2\x01\xab\xda\x3d\x87\xd2\x57\x24\x36\x36\x74\x00\x7b\x9c\x61\x11\x1b\x6b\x79\xa8\x55\x98\x0c\x5e\x2d\x7f\x2d\x78\x8e\x9e\xa9\x9c\x8f\xd8\x3d\x77\x06\x47\xc4\xb8\x87\xcb\x3c\x00\x65\xb4\xd6\x1f\x96\xc0\x04\x60\xd4\x4d\x14\xa0\x99\xf0\x56\xb9\x46\x10\x05\x3b\x66\x3c\x26\xdb\xe1\x42\xdc\x17\xbe\x0a\xe7\xbf\x16\xc4\xe4\x83\xc1\x4d\xd1\x96\x4e\x4b\xa4\x5c\xd3\x36\x5f\xdd\x78\xb8\x87\x6c\x3b\x50\x69\xf1\x79\x2d\xd0\xd2\x10\x72\xc5\xdf\x6a\xd0\x8a\xd3\x38\x83\x6c\xe0\xd2\xda\x7b\x10\xca\x6d\x37\x21\x2a\xa7\xaa\xac\x5c\x01\x7f\xf5\x99\xb9\x47\xb0\xec\x3e\xc0\x18\xa3\x99\xe0\x79\xe6\x53\xe6\x5d\xba\x9f\xd9\x06\x2b\xd3\x9c\xb3\x29\x3f\xb1\x3a\xd5\x05\x65\x8f\x86\xe2\x5f\x6a\x8f\x0c\xce\x28\x89\x4b\xe8\x38\xae\xf8\x1d\xcc\xe1\x10\x51\x16\x25\x39\x5c\x7c\x52\xe1\xe8\xd1\x60\xa5\xb6\x19\x7d\xf5\x37\xe3\xd5\xc9\x94\x2d\x12\x53\x9e\x24\xb6\xdb\xe2\x02\x2d\xaa\x83\x3e\x51\x8c\x30\x7a\xb8\x3d\x6f\xee\xfb\x91\xd6\x9d\x39\xcd\xb7\x67\x99\x40\xe0\x7f\x7e\xa4\x6b\xc5\x5d\x56\xd0\x86\x48\x89\xd4\xbd\x71\xa9\x0d\xcb\x4e\x13\xe9\x27\xac\xc8\xb6\x99\x50\x06\x5a\x65\x8d\x48\xbd\x1a\x66\xcd\x52\xeb\xf1\x96\x80\x2f\x05\x58\x0b\x84\x06\xb5\x23\xcf\x84\xc1\x5a\xf0\x70\x0d\xec\x06\x78\xbf\xdb\x7c\x2a\xef\xae\x98\xce\xf2\x61\x26\x84\xac\x81\x36\x70\xa7\x5f\xef\x38\xc8\xd2\xab\xcb\xc6\xf8\x8c\x0d\xa8\x75\x1d\x4b\x31\xce\x4b\x75\xab\x3b\x11\xb4\x23\x47\x23\x5e\x4b\x9f\x23\xe2\x47\xe2\xc2\x70\xbc\x2c\xe6\xfa\x9d\x81\x6f\x8b\x97\x30\xb3\xbd\x85\xb6\x81\xf0\x03\xb1\x75\xcb\xb0\x09\x2d\x7e\x8d\xd3\x06\x16\xdd\xbc\x13\x45\xc7\x67\xf6\xe3\x4b\xfd\x6d\x33\x2b\xba\x84\x2c\x3e\x0f\x9c\x92\x62\xa6\x4f\xb6\xeb\xb5\xc5\x08\x69\x24\xc2\x8d\x86\xf4\x90\x6d\x34\x20\xd3\x63\xc7\x72\x52\xb6\x2b\xd7\xca\xb3\xb1\xc3\xe3\xc4\xd8\x99\xd4\x1c\x4c\x10\x45\x19\x06\xcd\xd1\xca\xa6\x08\x53\xb2\x21\xc1\x62\x66\x14\x24\x49\x94\xfc\xa6\x61\x87\x8b\x9c\x87\x2d\x76\x78\x83\x52\x77\xa1\xdf\x13\xc4\xef\x65\x27\xcd\x8f\xb2\x8c\xd9\xe6\x6f\x65\x5f\x34\xd2\x0a\x4d\x54\x86\xc8\x5a\x11\x17\x06\xe0\x34\xd6\x67\xa5\x1d\x33\x65\xcb\x92\xa7\x57\x38\xf5\x88\x00\xae\xf0\xa2\xcd\xef\x32\x83\x9b\x10\x80\x1b\x6c\x1f\xc3\xd6\xb5\x4d\xc3\x21\xd8\x5a\x63\x6d\x23\x18\xb1\x81\x7b\xc5\x67\x15\x83\x6e\x27\x8c\x00\x0e\xf1\xa1\x26\x1a\x1a\xf4\x2b\x5c\xac\xba\x9d\x5c\xcb\x24\xd6\x4d\xde\xac\x96\x67\xd5\xfa\x9d\xbf\x8d\x6c\x21\x06\x0f\x8d\xb6\xb4\x08\xc6\xd3\xfa\x05\xb4\x9b\x81\x59\xa2\x6a\x81\xe3\xa6\x8e\x57\xeb\x52\x0e\x31\xc2\x36\x14\xd6\x54\x36\x31\xa4\xc9\xa2\x20\x53\xbd\xe2\x46\x27\xaf\x74\x56\x3f\xad\x6a\x2b\x6e\x4c\x71\x3a\x16\xbc\xbd\x4a\x48\x87\x65\x72\x4d\x94\xec\x3b\x73\x83\x1a\xbe\x40\x7f\xcf\x71\x62\x2e\x37\x66\xc9\xd1\x0d\x1b\x44\xe5\xef\xfe\x8c\x06\x70\xfb\xa0\x4b\xe0\x8b\xe0\xe0\x87\xd6\x14\x47\x34\xcd\x88\x90\x9c\xe1\xd6\x72\x39\x8f\x7f\x91\x63\x0b\xf9\x3f\xc6\x51\xc4\xf3\x3a\xbc\xff\x1a\x33\x69\x68\x2d\x9c\x14\x46\x8f\xf9\x84\x08\x46\x4c\x49\x20\x78\x0f\xb9\xf7\x3a\x0d\x97\xe3\x5c\xcd\xbf\x1b\x47\x09\xed\x5c\x87\x00\xb2\x8b\x06\xfa\xb3\x53\xf3\xd5\xb2\x09\x94\xda\x2f\x0d\x9d\x21\xf3\x0c\x99\x67\x47\xe8\x7b\x1c\x3d\x12\x16\xa3\x2c\xc9\x67\xd4\x82\x09\xc0\x0d\x05\xec\x32\x30\xcf\x96\x27\x66\x64\x0b\xd3\xbe\xbe\x86\x46\x2c\xc5\x8f\x06\x1b\xd0\x0a\x91\x11\x4e\x5a\xa1\xa8\xbc\x58\x3d\xa6\x75\xda\x5d\xb9\x5b\xfe\x3e\xac\x37\x53\xa5\x3d\x99\x9b\xdc\x8a\xe7\x39\xb7\x1e\xe9\x92\x54\xbf\xc6\xc1\xf5\xd4\x5a\xc3\x7c\x71\x79\xf9\xbe\x38\x94\x1d\x8c\x39\xbd\x60\xee\x05\x7c\xcb\x9c\x21\x0c\xb0\x31\x5f\x49\x94\x67\x4e\x3e\x03\x3b\x64\x02\x5e\x61\xb3\x05\x50\xf5\x9b\x6a\x2d\x6d\x4e\x46\x0c\x22\x6d\x91\x9f\x5e\xad\x86\x08\x22\x45\x40\x4c\x13\x6b\x98\x1a\xd0\x84\xed\x7c\x9c\x35\x78\xcc\x15\x74\xda\x31\x8a\x58\xcd\x09\x03\xf3\x48\xf7\x96\x41\xdf\xea\xbe\x69\xa5\x88\x61\x2b\x06\x7b\x7b\xae\x5f\xc2\x9c\x51\x5b\x97\xc3\x9a\xf0\x83\x60\x3e\xe7\xe7\x2a\xbe\xa7\x12\x49\xac\xa8\x9c\xd2\x46\xb3\x51\x08\x55\xb1\xcd\xaa\xe3\xf5\xf0\x31\x1a\xb0\x31\x2a\x6b\xe1\xb3\x12\x8e\xd0\x47\xb0\x82\x05\x9a\x01\xf7\x48\x13\x6d\x0c\x4b\xcd\x49\x2b\xe4\xe2\x2e\xc2\x79\xdc\x0c\xfe\x3f\xf6\xde\xad\xb9\x8d\xe4\x48\x1b\xbe\xf7\xaf\xa8\x88\xbd\x90\xf4\x7d\x20\xe8\xb1\x63\xdf\x18\x2b\x62\x2f\x38\x14\xe5\xa1\x47\x22\x65\x1e\x66\xbc\xef\x62\x03\x2a\x74\x17\x80\x36\x1b\x55\xad\xae\x6e\x52\xf0\xda\xff\xfd\x8d\xca\xcc\x3a\xf4\x11\xdd\x00\x28\xc9\xde\xb9\xd8\xf5\x88\x00\xba\xeb\x98\x95\x95\xf9\xe4\xf3\x04\xdf\xef\x0d\x6e\xba\x0a\x94\x29\x3b\xf3\xd9\x07\xe4\xda\xc0\xbc\xc2\x8e\x1e\x89\x54\x8b\x7d\x16\xdf\xa0\x40\x1d\x64\xe8\x61\x01\x31\xf0\xa4\xb4\xf9\xbb\x27\xe6\x75\xcd\x7c\x82\x22\x4f\xfe\x20\x64\x5f\x34\x66\x78\x0b\x31\x5c\xd6\x1b\x12\x70\x71\x38\x85\xa1\xb8\x7d\x1a\x38\x7c\xdb\x79\x7a\x93\x64\x79\x6a\x86\xdc\x5c\x43\xa2\x07\x2a\x2d\xc1\x68\x2c\x11\xa4\x3c\xad\x95\x0e\xf7\x99\x9d\x3f\xbc\xc9\xe6\xa5\xb0\x25\x24\x50\x9a\xe3\x06\x18\x31\x39\x52\x85\xfc\x29\xd0\x6a\xb7\x49\x31\xd2\xec\xe6\x9b\x59\x13\x0a\xc3\x00\x59\x2c\xfb\xa8\xe6\x6e\xfe\xe9\x7b\x7d\x0d\x3b\xf6\x18\x95\xfa\xed\x6a\x77\x87\xa3\xe4\xf7\xcc\x0f\x38\xfc\x97\x97\xca\xe3\xb1\xe3\x96\xc8\x54\xcc\xfc\xf2\x1a\xaf\x8b\xf7\xf5\xbb\x55\xd3\xd3\x1b\xd4\xb7\x5d\x2b\xfb\x7d\x00\x22\x60\x8b\x32\x41\x69\xda\x8a\x43\xa8\xac\xc7\x21\xa4\x3d\xfe\x13\xed\xce\x93\xf6\x35\xf6\x41\xc5\x87\x2c\xac\xf1\x74\x7a\xcd\x75\x3d\x00\x63\xac\xdb\xa4\x74\x7b\x46\x22\x53\xdd\xe8\xd0\x78\x3e\x5c\x7c\x16\xe0\x00\x8b\x72\x79\x0b\xa4\xed\x5d\x8c\x15\x81\x48\x8b\x2d\x41\x33\xf3\x6c\x5e\xe3\x0a\x22\xba\x26\x85\xb2\xcb\xfe\xf8\xe7\xec\x4f\xb7\xd7\x57\x27\x1b\x9e\xeb\x35\x87\x8a\x60\xfb\xac\x89\xd5\xc1\xc1\xeb\xb1\xcd\x7a\x25\x72\x26\x4f\xd8\x4a\x4d\x30\xc7\xfa\x9a\xad\x8b\x22\xd3\xaf\x4f\x4f\x57\x49\xb1\x2e\x17\xd3\x48\x6d\x4e\xfd\xd0\x9c\xf2\x2c\x39\x5d\xa4\x6a\x71\x9a\x0b\x40\xd9\x9e\x7c\x37\xfd\xdd\x77\x30\x33\xa7\x8f\xdf\x9d\x42\x66\x6d\xba\x52\xff\xf6\xee\x77\x7f\xf8\xfd\xff\x31\x0f\xce\xb6\xc5\x5a\xc9\xd7\x94\xc0\xed\x7d\xf6\x09\x7a\xe5\xa7\xf8\x93\xda\x5b\xfe\x30\xfd\x6d\xd8\x0c\xfa\xea\x46\xc5\x22\xd5\xa7\x8f\xdf\xcd\xed\xc4\x4c\xb3\xed\xaf\xb8\xd4\xaf\x86\x4b\x7d\x48\x8a\x5f\x71\xa9\x5f\x15\x97\x3a\xdc\xc3\x71\x36\xa6\x26\x35\x6e\xfe\xee\x6c\xa4\x0d\xbd\xef\xb2\x43\x2d\x87\x43\x58\x35\x70\xc0\x11\xf1\x20\x46\x5d\xb1\x6b\xdd\x75\x57\x87\x8e\x10\xdb\x58\xb2\xfd\x4e\x67\x7e\x54\x91\x34\xa0\x40\x92\x08\x88\x9c\x31\x24\x98\xf1\xa4\x0d\x6d\x4a\x68\xa7\x43\xc6\xef\x39\x29\xc9\x8f\xcd\x45\x4e\xdd\xdd\x93\x87\x3c\xc5\x5f\x5b\x6c\x96\x7a\xb2\xfc\xe3\xc7\x60\xed\x1e\x28\x8f\xe7\xc8\x88\x71\xf1\x40\x5b\x6c\xbb\x3a\x9a\xb1\xe6\x7a\x3f\x90\xdf\x19\x52\xfe\xb9\x3c\x9d\x13\x1b\xa6\x17\xda\x83\xc3\xb2\x28\x80\xf6\x2a\x91\x35\x65\x65\x9e\x29\x2d\xf4\x94\xbd\xad\x09\x48\x79\xe0\xe2\xcd\xdb\x73\xf6\xdd\xf7\x7f\xf8\xfd\x4c\xbe\x6c\x39\xb7\xc1\xde\xab\x7c\x45\x38\x4a\x38\xad\x37\x5c\x17\x22\x3f\xcd\x97\xd1\x29\x5a\xb9\x53\xf3\xfb\x13\x7a\xe9\x89\x5a\x9e\x38\x4a\xe2\x13\x62\x67\x9d\x6e\xe2\x71\x04\x03\x95\xa5\x87\x67\x0d\x1d\x34\x1a\x0e\x25\xa4\x22\x52\x4b\x47\x3e\x8f\x75\x2e\xa8\x53\xa1\x96\x2d\xff\x01\x12\xe0\xaf\x1c\x01\x1a\xd7\xf6\x1d\x9e\x91\xa8\x7b\x6b\x1e\x87\x9d\xdc\x2e\x91\xe7\x0c\x54\x58\x5b\x12\x5e\x47\xc6\x0c\x7c\xfb\x66\xf3\xc7\x3d\xf2\x31\x90\x86\x34\xb2\x3b\x2b\x29\xd4\x12\x50\x7c\xe0\x09\x5b\x94\x02\xc4\x6a\xcd\x49\xeb\xb9\x17\x72\x91\xe1\x01\x13\x6a\x4e\xb7\x0c\xf7\x81\x0c\xe7\xbb\xc6\xf9\x39\x18\xce\x0f\x1d\x77\x32\x28\x5f\x69\xc0\x0f\x85\x12\xe2\x56\x1a\x83\xaa\x30\xdf\xdf\x99\x41\x75\x76\x00\x52\xa6\xa1\x9c\x32\x72\x8d\x81\x93\x26\x4e\x0a\x75\x02\xa4\x35\x40\x85\x82\x9a\x03\x5d\xb0\x0a\xc8\x3c\x8f\x39\x26\xcd\xf7\x07\xb4\x13\x1d\xf3\xcf\x41\x43\xc9\x27\xd1\x48\xe1\x49\x90\xac\x44\x4a\x91\x53\x4e\x6d\xe7\x89\x3a\x32\x2f\x1d\x4e\x65\x3f\x22\x2b\x90\x0b\x0d\xf8\xe0\x1d\x1e\x9f\x07\x46\x60\xca\xc0\xfb\x5c\xab\x8d\x32\xee\x8c\x2a\x75\xf0\x21\xde\x5e\xe0\x10\xee\xf4\xbd\x36\x3c\x43\x92\xba\xaf\xd7\x1b\xb3\xb5\xcc\x47\x18\xd4\x0b\xbf\x34\x4a\x62\x63\x51\x15\x15\xd8\xd1\x7e\xc7\x06\xdf\xbf\x6e\x00\xf5\xb0\x81\x24\x0a\x28\xf0\x11\xc7\x73\xf2\x37\x73\xaf\x31\x4b\xca\xdd\x14\xdc\xc9\x8d\x20\x1d\xe4\x62\x0c\xe9\x5e\xad\x37\xdf\x59\x2d\x5d\x6e\x46\xce\x81\x03\x19\x0f\x99\x00\x2e\x11\x76\x6b\xf1\xb6\x27\xad\x80\xdb\xae\x7d\x69\xf5\xee\xe2\xb9\xe5\x0b\x1d\xd7\xd4\x5b\xf7\x00\xa2\x06\x6d\xb6\xdb\xd3\x2d\x01\x3a\x1b\xc7\x18\x0d\x82\xf5\x2d\x3a\x40\x37\x72\xfc\x66\x04\x81\x95\x31\x63\x07\x2f\xc1\xc5\xd9\x18\xc1\x60\x2f\x74\x0d\xe0\xb8\x10\x5b\x5f\xc4\xaa\x0d\xce\x8f\x0c\x75\xbe\x7a\xc7\xb4\xb2\x71\x79\x74\x3f\x7c\xf4\xe2\x9e\xdb\x4c\x4c\xd8\xa2\x84\xcf\xaf\xae\xef\x42\xb4\x46\x82\xbd\x3d\x89\xd6\x22\x7a\x80\x80\x09\x1e\x79\xb8\x19\xac\xb0\xeb\x62\x3b\x93\x5e\xfa\xab\x50\x16\x7a\xb0\x75\x6c\xe8\x4e\x11\x40\xe5\x2c\x4e\x74\x96\xf2\x2d\x24\x79\x25\xe2\xf4\x7d\x82\xd8\x15\xb8\x18\x53\xb0\x2b\x5e\x3c\x7c\xa6\xcd\xac\x9c\xf9\xdf\x8d\x1d\x4b\x9e\x2f\x92\x22\xe7\xf9\x96\xf9\xc1\x6c\xda\x03\xa6\xc5\x86\xcb\x22\x89\x66\x72\x23\xb8\x0c\x51\x79\x94\xe4\x36\x83\x1c\x2b\x41\x7c\xc1\xcb\xa5\x88\x0a\x4f\x38\x08\xce\xbb\x1b\xa9\x5d\x7b\x70\x5c\xdf\xdd\xce\xeb\xed\xfa\x8f\x89\xc4\xf2\xf6\x64\x03\x98\x4f\x5a\x43\x74\x34\xee\x99\xbc\x01\xa9\x38\x3a\x72\xed\x65\x10\xfe\x65\xd7\x14\x5b\x88\xe2\x49\x40\x3d\x3d\x15\x00\xb6\xf9\xf8\x07\xcb\x05\x1c\x26\xaa\xd8\x2e\x47\x19\x20\xc1\x70\x83\x85\x60\x32\x47\xfc\x23\x6b\x0c\x3e\x2f\xa8\x24\x11\xa2\x3d\x2f\x28\x6e\xf5\x02\x8e\x69\x73\x7b\xcc\x1f\x45\x3c\x93\x55\x5a\x25\xf2\x19\xfd\x86\x63\x5e\x08\xeb\x38\xd6\xc6\x8e\xf1\xa0\x58\xfe\x05\x50\x49\x78\x12\x49\x57\x74\xd7\x23\xcc\xd5\x2e\xe4\xff\x0c\x9a\x4f\x83\x93\x3c\x5e\x2b\x8b\x84\x6e\x48\x17\xaf\x82\xa7\x70\x8b\xd2\x91\xc6\x20\xa3\x9c\x03\xc0\x52\x5c\xb2\x11\xe9\x6c\x7b\xc6\x4c\xda\x6a\xea\x65\x99\x22\x4b\x68\x97\x54\x18\x71\x48\xd9\xca\x8f\xaf\x57\x01\xe4\xe2\x6a\x2c\xd0\x16\x73\xb0\x87\x00\x8c\x8c\xb6\xce\xae\x7a\x21\x35\xea\x7c\x5a\x59\x21\x08\x3c\xaf\x44\x01\xa7\x79\x5c\xa6\x58\x1c\x0c\x11\x73\xe0\xa3\xe2\x69\xca\x92\x42\xcf\xa4\xa3\xcf\x42\x32\x74\xb0\xb0\x36\xa4\x1e\xd3\x95\x0b\x5e\x01\x8f\x25\x49\x64\xf0\xc3\x92\x28\x29\x1a\x10\xee\x6d\x28\xc5\x91\x65\x82\x63\x2d\x1b\x4e\xdb\x4c\x86\x77\xae\xfa\x24\x50\xe1\x17\x48\xbf\x1e\xa3\x06\xab\x07\x91\x0f\x7a\xb9\xa3\xa7\x64\xca\xce\xb0\x77\xe6\xc2\x65\x55\x36\xb1\xb5\x54\x3f\x4f\x48\x4b\x73\xab\x29\xb4\x8d\x91\xfb\x7b\x6b\xc6\xf3\x22\x89\xca\x94\xe7\x29\x70\xd2\x2f\xcb\x94\x25\xcb\x40\x30\x14\xe6\x00\xc9\x93\xcc\x74\x45\x0a\xce\x6a\x1b\x25\xd7\x7c\x23\x82\xba\x6d\x0a\xef\xa4\x01\x86\x02\x19\xa1\x31\x39\x6f\x9e\xf5\x6a\xca\xde\xd4\x85\x7b\x61\x4f\x04\xa4\x8b\x89\x46\xf3\xe7\xda\x1b\x94\x1c\xa2\x00\x70\xb2\x34\x57\xca\x17\xc1\xae\xeb\x92\xc0\xe7\xfa\x61\x24\x40\xc3\x52\xf7\xf7\xa3\x86\x5b\x4b\x8e\xef\x40\x26\xbd\x02\xdb\x70\x1b\xa2\xa3\x81\xf6\x54\x18\xd9\xc8\x90\xb0\x72\x8f\x86\xfe\x12\xe8\x90\xd7\x1b\xbb\xe9\xd1\x27\x85\x79\x1c\xd9\xd4\x40\xed\x67\x7c\x43\x83\x95\x13\xc2\x71\x86\x8c\xec\x8a\x17\x63\xb1\x39\xae\x18\x67\x7c\x43\x5b\x71\x50\x9d\xcd\xdc\x1d\x69\xfa\xa5\x22\x0f\xc4\x4c\xab\xcc\x2d\x5f\x20\xce\x4c\x2d\x03\x13\x4c\xe7\x0d\xe9\x08\x01\x35\xbb\xb3\x09\x0b\xc1\xd2\x44\x3e\x58\x22\x06\xb3\x40\x27\x8c\xfb\xa7\x83\x8d\xc0\x41\xc6\x3d\xd7\xe1\x79\xb5\x09\x19\x1c\xe0\x8c\x0d\x2b\x67\x6c\xbf\x21\x07\x70\xcd\xf1\xfb\xa5\xad\x1f\xc3\xa7\xa5\x17\x77\xed\xee\x3c\x16\x6c\x8d\xc7\x60\x80\xb1\x0c\xc4\xe6\x3b\xc7\xf7\xc3\xba\x8a\xd9\x1b\x21\xfb\x73\x7f\xf5\xe6\xe2\xed\xe5\x55\x55\xab\xe7\xcf\xf7\x17\xf7\xd5\xbf\xdc\xdc\x5f\x5d\x5d\x5e\xfd\x31\xfc\xd3\xed\xfd\xf9\xf9\xc5\xc5\x9b\xea\xf7\xde\x9e\x5d\xbe\xab\x7d\xcf\xfc\xa9\xfa\xa5\xb3\x1f\xae\x6f\x6a\xea\x40\x56\xda\x27\xf8\xd3\xdd\xe5\xfb\x8b\x37\xf3\xeb\xfb\x8a\xc0\xd0\x9b\xff\xbc\x3a\x7b\x7f\x79\x3e\x6f\x69\xcf\xcd\xc5\xf9\xf5\xcf\x17\x37\x3b\xf4\x81\x7c\x7f\x5b\x87\xf4\x18\x60\xab\xbd\xd5\xa2\xce\xd8\x32\x4f\x84\x8c\xd3\x2d\x22\xd5\xed\x3d\xb0\x06\x3d\x0d\x4f\xaa\x64\x23\x54\x79\x08\xe0\xfc\x6e\x2d\x98\x7a\x14\x39\x70\x46\xe0\xd3\xa8\xc0\x94\xeb\x87\x4e\x46\xc1\x22\x6f\xc6\xd0\x7b\xeb\x6a\x8a\x7c\xeb\x2a\xb7\xfa\x9a\xe3\xf9\x86\xe8\x25\x2c\x13\x79\x5f\x5b\xc0\x8f\xc8\xcb\xac\x48\x16\xdd\x25\x04\x03\x79\x78\xc6\xdf\x54\x91\x1d\xaf\x9d\x4a\xe4\xaa\xdd\x30\x56\x90\xf4\x87\xc0\x74\xe1\x09\xfb\x8a\xa0\xb9\x5f\x5b\x68\x63\x56\x2e\xd2\x24\x62\x49\x5c\x8f\x3e\x60\xc1\x17\x06\x58\xeb\x24\x9a\x99\xc8\xc1\xb1\x33\xfe\x72\x96\x8b\x13\x5e\x16\x6b\xab\xcf\xee\xea\xfe\x90\xd4\x52\x44\xb9\xc0\xc8\xb9\xd0\x10\xd2\x44\xf5\xab\xe0\x4d\xd0\x18\xaa\x77\x8e\x81\x5a\x65\x1a\x10\x9a\x77\x44\xd4\xf1\x97\xf8\xf4\x11\x21\x45\xfc\x7e\xef\xd0\x50\x8b\x13\x5d\x97\x3e\x06\x17\x16\x3f\xb4\x1a\x5a\xa6\xdf\xc6\x52\x3b\x0d\x29\x9c\x64\x5b\xe9\xd0\xde\x8d\x5d\x6b\x2c\x5c\x28\x55\xe8\x3f\x3d\x9d\x3e\x3a\xcf\x05\x1c\x22\x94\x38\xb7\xb7\x7d\x00\x7a\x50\x65\x04\x14\x44\x98\x8b\xcd\x42\xac\x79\xba\xc4\x18\x9e\x99\x1a\xbf\xaf\x9a\x4b\xf4\x4e\x3d\x08\x79\x83\x13\xf6\x55\xcc\xa1\xc4\x7b\x82\xaf\x80\x77\xf1\x13\x1f\xf0\x33\x6d\xb4\xab\xca\x56\x86\x81\xf3\x54\xa0\x57\x1d\x7c\x8c\x05\x10\x9e\xdf\xd6\x16\x95\x2d\x97\xc9\x67\xf3\xc0\x99\x14\xad\x0c\x9f\x80\xae\xb1\x5c\x44\xce\x2e\x03\x92\x08\x09\x5d\x1e\x84\x04\xf5\x2d\x14\xe7\xdd\xb9\x66\xc7\x45\x9b\x9b\x73\xd1\x13\xfe\x86\x08\x59\x52\x11\x25\x0b\x73\x22\x76\x9c\x0a\xac\x48\x99\xb2\x37\x44\x53\x61\xfe\x72\xfe\xee\xf2\xe2\xea\x6e\x7e\x7e\x73\xf1\xe6\xe2\xea\xee\xf2\xec\xdd\xed\xd0\xed\x77\x8c\x2a\xa2\xda\xee\xab\x17\xd3\x38\x0b\x71\x4a\x3b\xcf\x17\xb3\xba\x4e\xf9\x6d\x07\x53\xb2\xbb\xf5\x49\x9c\xcd\xe3\x44\x47\xe6\xf8\xdb\xce\x85\x8c\x81\x1a\x79\xaf\xa5\xda\xfe\xa8\x7a\x2f\xdc\x37\x98\xfb\x86\xb5\x20\x78\xda\x3d\xda\x15\xed\x3e\x07\x8c\x1a\x04\xed\x72\x61\x36\x7f\x3c\x93\xc1\x69\x33\xdd\xad\x87\x61\x1e\x77\x58\xdf\xaa\x8f\xa8\xf7\x09\xdb\x9b\x68\x5d\x72\x63\x1f\xed\xd7\x00\xa0\xd7\x31\x2a\xc4\x57\x17\xf2\x33\x27\x81\xb6\x28\x33\x37\xf9\x0d\x97\x31\x2f\x54\xbe\xed\xe8\xe2\x30\xe3\x19\x6e\x9b\xaa\x09\x0d\x8f\x6c\x29\x44\x6c\x67\x01\xbf\xca\x65\x7d\x29\x21\x8b\xf3\xdd\xf5\x4f\x17\x57\xb7\xf3\x8b\xab\x9f\xe7\x1f\x6e\x2e\xde\x5e\xfe\xc5\xe1\x06\x33\xae\xdb\xb4\x04\xb3\x5c\x18\xeb\x62\x49\x31\x5a\xed\x0b\x0a\xfc\xd9\xe7\x90\xa8\x53\xb2\x9c\x49\x6b\x59\x72\xff\xf8\x75\xae\xca\xd5\xba\xfd\x41\xf5\x56\x7e\x38\xbb\xfb\x71\xaf\x66\x02\x65\x11\xaa\x80\xe1\x6e\x6b\xe2\x27\x93\x25\xd9\x3d\x04\x5d\xd6\x9a\x07\xc4\x5b\xf0\xd5\xb6\x98\x7c\x87\x45\xdb\xeb\xf6\xd2\x34\x5a\xbd\xce\x7f\xcb\xd7\xbb\x16\xd0\x5d\x60\x37\x2b\xc7\x08\xe0\x79\x51\x4c\xb2\xf1\xb4\xd7\x2d\x7f\xab\x9c\x60\xbf\x3b\x49\xc5\x6a\x25\x62\x5c\x5e\xf5\x07\x53\xc4\x8a\x4c\x60\xe4\xcf\xf5\xb6\x51\x24\xb9\xb7\x03\x0e\x66\x87\x8e\x1a\x6e\xc0\x3f\xb8\x9f\xb4\xdb\x8a\x73\x2b\x29\x1d\x29\xa9\x0b\x2e\x3b\xd2\xae\x8f\x4d\x3c\xe3\x20\x53\x74\x9d\x33\x57\x2a\x44\x01\x12\x1b\x60\xf7\xfb\x60\x9f\x84\x13\xc9\xda\x49\x8a\x78\x04\x72\x77\x81\x06\x76\xcb\x24\x40\xa4\xf1\xc6\x5a\xc4\xe7\x0f\x6e\xf4\x5e\x9d\x88\xa7\x09\x02\xa3\xa8\x2b\x44\x50\x6d\x8c\x06\x81\x58\x57\x27\x8c\x76\xd4\x84\xd4\xde\xfc\x33\x0d\x3d\xde\x5a\xab\x81\x59\x6e\x99\xd0\xdc\x04\x39\xe7\x6d\x7c\x7c\xab\xe2\x87\xfb\x27\x67\xb9\x8a\xcb\xc8\x72\xc5\xc0\x63\x3d\x1e\x84\x02\x5a\xf6\x80\x8d\xd9\x89\x99\x66\xba\xa4\x88\xf8\x04\x90\xde\x33\xd9\x95\x7c\xb1\x36\xa0\x23\xcc\xf5\xc1\x9e\x5a\x87\xcc\x7d\xcb\xe8\x77\x6f\x41\x3b\xd8\xc3\x2a\x2e\x99\xfd\x3a\x38\x7b\x1d\x70\x1a\x9a\x97\x05\xc7\xcc\x6a\xf5\x38\xee\xa2\x86\x70\x56\x75\x1c\xea\x67\x18\x68\xa2\x5a\x4a\x81\x47\xe4\x9a\x6b\xf4\x5c\x8b\x68\x5d\x6d\x38\xf4\xa6\x4a\xa7\x56\x6f\xae\xf3\x04\x0f\x8b\x10\x0c\xca\xaf\x4c\xf0\x4e\x9d\x68\x6a\x7d\x28\x8d\xe5\x74\xfe\xc6\x2d\xfc\xd0\x39\x72\x97\x17\xb4\x7b\x60\xb0\x52\x5e\xca\x68\xcd\xb2\x94\x63\x95\xf1\x9a\x6b\x5c\xd2\x16\x64\xc0\x17\x49\x9a\x14\x40\xdf\x82\xb9\xaf\xda\x08\x9b\x1b\x0d\xcf\x1f\x2c\x63\x2a\xf7\x5c\x3d\x7d\x8b\xfe\x40\x30\xa7\x97\x93\xff\x92\x70\x4e\xbf\x65\x83\x5f\xf4\x66\xce\xfc\xb2\x24\x28\xa7\x9f\x0e\x63\xf1\x60\x59\xfa\xbe\x8c\x9b\x59\x7a\xe2\x87\xfa\xcf\x2b\xe3\xdd\x72\x50\x8f\x87\x32\x10\x15\xf8\x08\x33\x5f\x27\x0a\x6f\xdd\x59\xcb\x54\xf1\x0e\xb1\x5a\xfb\x6c\xe4\xfd\xee\x7a\x76\xac\xca\x45\x17\xd3\x2c\xb6\xaa\xff\xe9\x7d\x71\x7f\xbb\x6f\x8f\x15\x17\x0c\x0d\x20\x2f\x44\x91\x8c\x0b\x6d\x04\x9d\xe6\x85\x38\x81\x9f\xb7\x3f\x9c\x4a\xcf\x06\xf7\xb9\xb1\xd0\xbc\xfa\x84\xe3\xb3\x05\x90\x59\x73\x75\xfd\xb9\xe4\xc6\x34\x5c\x2f\x6f\x91\x4f\xe4\x90\x45\x56\x24\xcd\x15\xd6\xbe\x13\xeb\x6f\xbd\xab\x26\x55\xc2\x35\x30\xb8\x5a\xb3\xad\x37\xb7\xe6\xd7\xc3\x37\x64\x55\xd1\x3d\xcb\x13\x05\xbc\x1a\xa4\x23\xdf\x43\xc9\xd7\xfa\xde\x03\x46\xf2\x53\x29\x4a\x61\xd6\xfe\xa2\x8c\x57\xcd\xd8\xe6\x08\xef\xcc\x77\x69\xad\x9e\xd8\xa6\x8c\xd6\xcc\x3e\x9c\xc5\x22\xe5\xdb\x4a\xd7\xc0\x5f\x2a\x54\x0a\x24\xb7\x7b\x32\x6e\x46\xa5\x2e\xd4\x06\x40\x98\xfe\xb9\x79\x29\x61\xc1\x33\x5e\x14\x79\xb2\x28\x8b\x56\xc0\x56\x85\x81\x6b\xcf\x84\xd6\xed\x87\x8b\xf3\xcb\xb7\x97\xb5\x6c\xd2\xd9\xed\x4f\xe1\xbf\x7f\xb9\xbe\xf9\xe9\xed\xbb\xeb\x5f\xc2\xbf\xbd\x3b\xbb\xbf\x3a\xff\x71\xfe\xe1\xdd\xd9\x55\x25\xe7\x74\x76\x77\x76\x7b\x71\xb7\x23\xad\xd4\x7c\x6b\xf7\x44\xf0\x80\x20\xcc\xc2\x42\x2d\x53\xb2\xbd\x5d\xd2\x5b\x5f\xb3\x33\x4b\x97\x56\x21\xf4\xb3\xa9\x41\xc8\xbc\xa3\x6e\x30\x65\x10\xdf\xf0\x82\x93\x0e\xfb\x94\x9d\x31\xab\xa7\x0f\x60\x68\x6d\x9c\x05\xe2\x92\x32\xb3\x83\x8f\x30\x1e\x43\xe4\x6f\x6e\x5e\x0a\x4e\x2d\x89\xc5\x2d\x15\x21\x69\xb8\xad\xfc\x99\xc9\x8b\x47\x21\x8b\x12\x18\x8d\x79\x9a\x32\x2b\xff\x4e\x5f\x08\xaa\x9a\x6d\x2b\x75\xb2\x49\x52\x9e\x7b\xd5\xae\x6b\x7a\x16\x38\xec\xb6\xad\x8e\xc4\xa6\x59\x32\x6b\x2f\x0f\xf7\x97\x0c\xda\x7d\xfe\xee\x12\x5c\xa0\xa8\xb0\x92\x14\xf6\xe5\x33\x89\x2c\x61\xf4\xc6\x0d\x07\x80\x7e\xa1\x28\x9e\x86\xaf\xa7\x2f\x77\x2f\x44\x7d\xc8\x26\xb6\x91\xe7\xe7\x02\x01\xb9\x46\xda\xff\xb8\x90\x45\xbe\x1d\xec\xd7\xdc\x41\x45\xaa\x06\xdf\x94\xf0\x3e\x55\x25\x2f\x0c\x77\x30\xfb\xf4\x2b\x70\x76\x2c\x18\x8d\xa2\xf1\x2e\xe8\x2e\x80\x37\xb9\xc3\xff\x4e\xcd\x21\xf4\xad\x8e\x43\x48\x1a\x02\xa3\xb0\x50\xa5\x8c\x35\x21\x93\x36\x89\x3c\xdd\xf0\xcf\xaf\x6c\x4f\xb1\x08\xdf\xf1\xe9\x03\xc1\x92\x48\xcd\x4d\x64\x6b\x8c\x5c\xff\x70\xcd\x64\xcf\x78\xed\xf6\x16\xad\x65\x85\x6b\x8f\xbf\xa3\x22\xc6\xea\x51\x6c\xdb\xe6\xaf\xa1\x89\x82\x38\x2e\xda\xf0\xf0\x90\x2c\x17\xe6\x8b\x0e\xc0\x95\x22\x2e\xcf\xfd\x1b\x80\xda\x15\xdd\xb6\x76\xdb\x1d\x66\x79\x0f\xda\x36\xad\xf9\xe5\x67\x10\xb5\xa1\x37\x99\x39\xc3\x6c\xb3\x0d\x74\x12\x30\x9d\xd2\x68\x66\xb2\xfe\xaa\x16\x6c\x09\x55\x1a\xa4\xcb\x9c\x0b\x08\x6c\xc3\x54\x58\x16\x66\xa0\xe1\x69\xa4\xb0\xed\x12\x48\x85\x86\x70\xaf\x34\xd7\x2d\xf1\xa9\xa4\x8c\xdd\x77\xbf\x1d\x77\xce\x16\xf9\x96\x59\xc6\xff\xb0\x4a\x84\x8a\xa4\xe8\xcc\x85\x76\x95\x32\x69\xe3\xe6\xba\x29\xa5\x39\x8a\x8f\x01\x76\x18\x9e\xcd\xaa\xbd\x94\xfe\xb9\xb3\x90\xc2\x06\x62\x73\xfc\xfe\xb3\x51\x2d\xfe\x5c\x63\x58\xa4\xd7\x01\x6c\x97\x9e\x1e\x1e\x68\x0b\x1e\x3d\x3c\xf1\x3c\xc6\x58\x21\xa0\x0f\xa6\xec\x47\xf5\x24\x1e\x45\x3e\x61\x91\xc8\x0b\x4e\xf4\x46\x1a\xd2\xaf\xb0\xa1\xe8\x39\x33\x09\x28\x76\xe4\x8a\x92\x20\x69\x5d\x24\xab\xb5\xb9\x4f\x06\xc9\x73\x95\x1b\x73\x54\x20\xb3\x5d\x26\x22\x22\x94\xe9\x18\x80\x65\xca\x1f\x9b\x7c\x4d\xfb\x54\xc2\xb3\x4b\x57\x8a\x67\xb3\x53\x96\xd9\xbe\x0f\xee\x40\x03\x46\x46\x13\x29\x40\x26\x6c\xa5\x52\x2e\x57\xd3\xe9\x94\x89\x22\x9a\xbe\x1a\xb5\xd0\xe9\x81\x61\xbe\xcb\x41\x50\x53\xa5\xb4\x48\xb7\x8e\x04\xc5\x15\x09\x98\x61\x86\x1a\x11\x9d\x60\xc8\xa3\x65\xf9\xdf\xd6\x2b\xea\xbf\x6c\xe8\xbc\xfd\xa6\x3a\xba\x04\xad\xe3\x39\x20\x94\x33\xe2\x49\xf8\xfd\xf6\x9b\xd7\x5e\x25\x95\x1d\x2c\xac\x4a\x8e\xad\x13\xfc\x59\x75\xc9\x3e\xef\xc5\x4d\xd6\xfa\x24\x22\x72\xd8\xab\xb6\xaa\x2b\x62\x51\x2b\x77\x3b\xa0\xd2\xad\xa7\x68\x6d\x64\xbd\x5a\xcb\xbe\x6b\xd9\x16\xb5\xe9\x1e\xbd\x2d\x76\x73\xf7\xb7\x76\x68\x64\x3d\xa0\x2f\xdc\x1d\xe3\x3a\x61\x49\x51\xba\x85\x1b\x97\xab\x0e\x84\xc8\x72\x1c\x44\xc6\x2b\x81\x7f\xa8\x53\xf1\x99\x03\x47\xb0\x13\x24\x0a\x74\xa1\x72\xbe\x12\x6c\x23\xe2\xa4\xdc\xb4\x1a\x1b\xd7\xdc\x43\xd0\x5e\x2a\x2d\x37\xdd\x54\x67\x87\x3a\xd0\xbe\x91\xf8\x5f\xe7\xf0\xba\xc1\x0e\xb4\x17\x38\xb7\x12\x2a\xd4\x5e\x0c\x83\xd3\x58\x9b\x93\x32\x4f\x34\x90\xf2\xed\x53\x16\xe6\x1e\x83\x8f\x86\x6c\xdd\x36\xc3\xf0\x6b\x65\x76\x4f\x6c\x76\x87\x7e\xa2\x71\x56\x21\xc5\xd7\x7d\x28\xd4\x31\x64\xa3\xe7\x08\x04\x3a\xf6\xca\x6b\x82\xdb\x18\x50\x65\x13\xc8\x05\x1e\x48\x99\xf8\x42\xb1\xa5\x2d\x34\x7a\x10\x01\x75\x53\x0c\x24\xda\x4f\xc8\x03\xf2\xd3\xf7\xda\xe6\xec\x09\x56\xe1\x3d\x96\xc2\xbf\x04\x73\x03\x8f\xdf\x59\x34\x0d\xf6\x10\x1f\x01\x04\x4b\x31\x97\x45\xeb\x03\x3c\xd8\x0c\x9e\x85\x3f\xf9\x99\x97\x69\xfb\xd7\xe9\xf9\xf0\x55\x14\xe4\x39\xfb\xe5\x96\xe1\x50\x13\xdd\x72\xde\xd7\xd0\xe0\x21\xbb\xf1\x3c\x30\x5c\xf3\x3d\x3c\xc1\xca\x3c\xe0\xa0\x5b\xbe\x6d\x33\xec\xa2\x88\xd6\xde\xf3\xa8\x2a\xeb\x92\xda\x1a\xf5\x73\xe3\x09\xa4\x11\x2a\x19\x62\xce\x92\x95\x54\xa1\xf6\x81\x92\x02\x92\x34\xc6\x00\xa9\xf0\xb1\x2c\x29\x76\x03\x7b\x46\xb2\x2a\xed\x5a\x6a\x85\x42\xc0\x06\xf5\xb3\x92\x6b\x83\x2b\x45\x82\x5c\x2c\x16\x15\x89\x77\x22\x12\xef\xaa\x13\x0b\x57\xab\xdb\x67\xb2\xfa\xaa\xc6\x20\x59\xe4\x4d\x92\x0b\xe4\x03\xd5\xc6\x7b\x2b\x92\x47\xb3\x51\x9b\xcb\xda\x2d\x50\xb0\x00\xcd\xb5\x37\x93\xd8\xec\x80\x54\xf4\x41\x6c\x75\xa8\x14\x46\x2b\x8a\x75\x2d\xc8\xc4\xf4\x87\xe6\x6b\xf7\x54\xc0\xc0\xcd\x03\xe5\xf3\x61\x67\x19\xbe\xf4\xbd\xf9\x71\x0f\xa4\xaf\xf1\x70\xb3\x06\x7d\x25\x97\x8f\x29\x92\x99\xf0\xe3\x4c\x73\xe8\x51\x3b\x2d\xaa\xf8\x3e\x3c\x0b\x17\x5f\x73\xbf\x9d\x49\xe2\x1d\x0e\x0e\x39\x63\x70\x9a\xd3\x46\xe5\xa5\xc8\x76\xba\xad\x50\x63\x00\x35\x9c\xa5\xc9\xab\xbe\xd2\xe6\x1d\xad\xd0\xe4\x4c\x92\x9c\x3f\xe8\xf1\x53\x0c\xaf\xf5\x85\x7b\x42\xc1\x68\x72\x3b\xe1\x5f\xfe\x0a\x43\x03\x47\xec\x68\x28\x39\x87\xb7\x9f\x48\x98\xe1\x3b\x93\xad\xc8\x2b\x8b\xbb\xba\xbd\x38\xbf\xb9\xb8\xfb\x62\xf0\x30\x8b\xcd\x1a\x8d\x0f\xb3\xed\x7c\x73\xf1\xf6\xec\xfe\xdd\xdd\xfc\xcd\xe5\xcd\x73\x00\xc4\xe8\xa3\x3d\x10\x62\xb7\x44\x67\x7e\xae\x64\x21\x3e\x1f\x74\x26\xe7\xa5\x9c\xf3\x11\x95\x0a\x4e\xd0\xa0\xcf\xdd\xc1\x87\x36\xe9\xd8\x1d\x57\x3a\x71\xf3\xe1\x89\xe6\xd8\xd7\x97\x3e\x68\xb8\x4c\xd2\x14\xca\x1c\x5d\x78\x9d\x8a\x82\xcc\xa0\x82\xfd\xb1\x74\x84\x64\x53\x67\x72\x51\x61\xcb\x87\x90\xdf\xda\x5c\x82\xb1\xc0\x31\x33\x03\x90\x27\x50\x3e\xd6\xc7\xd8\xbe\x4a\xa4\xf0\xcd\x40\x79\xd8\x52\xb2\x4e\x9a\x5d\x9a\xc4\xe7\xac\x62\x25\xc7\x6b\xa8\xaf\x69\x57\x5c\x65\x7d\x5a\xf7\xd3\x7e\xe8\x7a\x88\x9b\x38\x91\xe8\x98\x56\x76\xf3\x6d\xfb\xd2\x3d\xf5\x5b\x00\xc6\xdd\xcc\x24\x87\x1c\x04\x28\xb0\xfa\x89\xa4\x89\x40\x25\x17\x9f\x9c\x78\x48\x10\x45\xa3\x96\xb5\x71\x36\xa6\xd0\x8c\x75\x02\x99\x0a\x4e\xcc\x0d\x51\x5a\xea\x42\xe4\x14\x36\x39\xfb\xe5\x76\x26\x51\xa6\x9f\x4e\x21\x52\xfb\xc0\x57\x20\x86\x43\x55\xde\x6f\x3d\x94\xd0\x82\xbd\xc4\x18\xf5\x46\x70\xa9\x51\x1d\x3b\x4d\x45\xee\x57\x06\xb6\x47\x88\x98\x14\xd2\x80\xaa\xd2\xff\x9e\x04\x92\x15\xec\x5a\xd3\x5e\xfa\x94\x24\x82\xeb\xeb\xa9\xab\x8a\x16\x00\xa2\xcf\xb9\x72\x5a\xea\x14\x86\xae\x22\xc2\xd6\xb6\x2e\xa2\x6a\xd5\xc0\xa0\xb5\x74\x87\x8f\xfb\x75\x29\x1d\x71\x29\x0d\x38\xd7\xc3\x53\x82\xad\x95\x31\xa0\x4e\x0a\xc3\xa7\x99\x5d\x15\x7f\x0a\xf8\x27\x33\x8c\xad\xa7\x4e\x4d\x0e\xee\x80\x53\x07\xf5\xdf\x0e\x83\x73\x9e\xb5\xd0\x85\x78\xdd\x21\x9b\xdb\xe9\x55\x9a\x7b\x1e\x5a\xae\x33\x8b\xb7\x93\xaa\xb0\x05\xf6\x0e\xe2\x46\x78\x3d\xf3\x05\xc7\xec\xd0\xdb\x46\x62\x4b\xb0\x5e\xca\xfc\x40\xb5\xa6\xbb\x10\x17\x58\x29\xa2\xc4\x56\x84\x82\xaf\x84\x20\xf6\x04\x07\x63\x16\xdf\xfe\x7a\x80\xd5\x35\xe7\xc8\xf2\xf6\x02\x3b\x5c\x5d\x5f\x5d\x84\x50\x85\xcb\xab\xbb\x8b\x3f\x5e\xdc\x54\xca\x6f\xdf\x5d\x9f\x55\x4a\x68\x6f\xef\x6e\x6a\x95\xb3\x3f\x5c\x5f\xbf\xbb\x68\x60\x1e\x2e\xee\x2e\xdf\x57\x1e\xfe\xe6\xfe\xe6\xec\xee\xf2\xba\xf2\xbd\x1f\x2e\xaf\xce\x6e\xfe\x33\xfc\xcb\xc5\xcd\xcd\xf5\x4d\xed\x7d\xf7\xe7\xfd\xe8\x89\x4a\x37\xda\xc3\x3f\x3e\x39\x1b\xf0\x06\xb6\x6e\xe3\xaa\x5e\xe2\x01\xbb\x78\x20\x08\x6b\xd7\x72\xb4\xd5\xb5\x71\x48\x27\x8e\x1b\xc3\x34\x75\xd4\xaa\x3b\xbe\xc0\x63\x65\xe8\x32\x7e\x98\xd9\x33\xa7\xda\xfc\x18\xa0\xb8\x5e\x07\xd0\xbd\xa5\x16\xb8\xd5\x05\x94\x20\xe1\xd0\x66\x90\xc1\x5a\xf1\x4e\x79\x13\x19\x3f\x7b\x4b\xed\x3b\x76\xb5\xd3\xf3\xd4\xec\xa0\xfb\x38\x16\x79\x41\x5f\xa3\x83\x97\xd9\xda\xe0\x24\xb6\x8e\x82\xfd\x30\x38\xb8\xa1\x1b\x66\xe5\x04\xcb\xb1\x4b\x89\xaf\xbd\xc6\xa1\x9f\x5a\x6a\x6c\xfb\xe9\x25\xcd\xb6\xd7\x98\x15\x46\xb4\x1b\xf8\x60\xc6\xb4\xfb\x8e\xeb\x87\xb1\xed\xa6\x97\x34\xdb\x0d\x6e\xdf\x5e\xed\x86\x80\x77\xd1\xce\x7a\x31\xc2\x88\x85\x8f\xa9\x36\xcf\x95\xe4\xba\xaf\x04\x82\x97\xc3\xda\x68\x36\xc0\xf3\x5e\x2f\x33\x3e\x3c\x91\x01\xad\x71\xdb\x95\xd7\x28\x93\x6f\xe1\x53\xe8\xe1\x22\x17\xfc\x21\x56\x4f\x34\x1f\x75\x64\x28\x1b\x64\xcd\xab\x03\x64\x6c\xb8\x3d\x22\x40\x26\xdb\xbc\x12\x51\x6a\xfe\xf1\x00\x93\x4b\x88\xf4\x17\x7d\xb0\x40\xa9\xb1\xce\x1b\x02\x4c\x2d\xd2\xcf\xce\x4c\xa2\x37\xdf\xa6\xf6\x68\x66\xd5\xb4\x88\x2a\xfd\xa1\xab\xce\x87\xc6\xe4\xba\x0e\x26\x96\x6a\x19\xca\x1c\xc0\x74\x8b\x1c\xee\x4c\x30\x20\x89\x84\x60\x72\x6e\x2e\x3c\xb9\x88\x12\x2d\x02\xc5\x9b\xd6\x13\xfb\xd3\x61\xfc\xf8\x05\x2f\x5a\xc3\xae\x83\xe3\xe1\x3c\x2a\x4a\x9e\xb2\x4f\xa5\xc8\xb7\x44\x2f\x86\xb1\x4a\xfc\x4b\xc4\x25\x16\x4d\x14\x62\x93\x41\x11\x6e\x88\xf6\x9f\xc9\x5f\x00\x28\x81\x53\xf0\x42\xb3\x3f\x02\xe4\xc1\x7e\x99\x0e\xe1\x0d\x2f\xe0\x2c\xfe\x33\xbe\xc3\x7d\x36\x9d\xc9\x8a\x82\x44\xf0\xab\x8a\x98\xc4\x74\x26\x2d\x85\x7b\xac\x22\x3d\x85\x1b\xdf\x54\xe5\xab\x53\x12\x3f\x35\x8b\x5d\x3d\x2c\x94\x7a\x38\x15\xf2\x14\x62\x52\xc5\x29\x2f\x0b\x75\x0a\x70\x29\x9c\x7f\x7d\x6a\x35\x12\xad\xc8\xa4\x3e\x5d\x27\x8f\x02\xfe\xdf\x74\x5d\x6c\xd2\x7f\xd3\xd9\xfa\xf3\xc9\x2a\xcd\x4f\xcc\x6f\x4f\xc2\xdf\x9e\xd8\xdf\x9e\xd8\xdf\x9e\x98\x9f\xe1\xff\xcb\xb6\x98\xde\x11\x9f\xb9\x39\xcb\x26\x33\x99\x48\x2d\xf2\x02\xbc\x9f\xa7\x3c\x29\xbc\x54\xc7\x96\xbd\xf8\x9f\xff\x61\xd3\x9c\x3f\x61\xf9\xdc\x1b\x5e\xf0\x0f\x18\x5f\xfc\xc7\x3f\x5e\x40\x42\x15\xeb\x5b\x32\x9e\x7f\x2a\x45\x31\x93\x5a\x98\x4d\xc8\xfe\xbf\x99\x84\x0c\xec\x66\x3b\x2f\x30\xee\x8a\x31\xc8\x58\xb3\xff\xc0\x67\x5e\x22\xd5\x5e\xac\xcd\x93\x3a\x90\xf5\x09\x4f\x5b\x64\x75\x3b\x42\xf4\x9f\xd2\x37\xf4\xfd\x11\xdb\xfa\x53\x5a\xdd\xd5\x56\x2c\x42\x7f\x4a\xe1\x00\x4d\x15\xb7\x60\x2d\xe6\x16\x2f\xdc\x93\xa9\x71\x6d\x7b\xa4\x01\x0d\x78\xd6\x34\x7d\xfb\x5e\xb9\x45\xba\x5f\x1b\xb9\x6f\x98\x11\xc8\x15\xf8\x3c\x04\x64\xcf\x13\xb3\x43\x6e\x31\x12\x0a\x9e\x1b\xf6\x1c\x7c\x52\x4a\x9d\xbb\xe7\x61\xe0\x42\xff\xfe\xf5\xe9\xe9\x84\xad\x34\xfc\xcf\xe2\x13\xfc\x0f\xa0\x87\x8e\xc5\x58\xd9\x18\x4c\x07\x84\x6b\xce\xf2\xee\x99\x38\x06\x8a\xee\x4b\x90\x24\xd7\x96\xe9\x0f\xa5\x8c\x53\xe1\xab\x01\x2b\x29\x91\x54\x59\x59\x6f\x0c\x8c\xd5\xe5\x28\x60\x8e\x17\x22\xe2\xc6\xf0\x35\xde\x8d\xe0\x52\xb5\x2c\x84\xc4\x68\x58\xee\xd5\xaa\x38\x46\xae\xc0\x2d\x06\x28\x24\x2f\x08\x72\x2e\xe0\x8f\xf0\x12\x60\x1d\x9e\xd4\x3f\x62\x5b\x55\x12\x81\x2e\xd0\x42\xc6\x22\x4a\x81\xa5\xdc\x92\x7d\xb0\x5c\x14\x65\x2e\x19\x67\x19\x97\x31\xd7\xb0\x02\x97\x39\x64\x3b\x73\xc6\x9b\x0d\x9d\x20\x1c\x57\x95\x05\x50\xd8\x20\xb2\x20\x1c\x09\x64\x38\x0e\xda\x3c\x09\x1a\x81\x67\x02\x10\xad\x36\x7e\x38\x9d\x49\xab\xa7\x44\x58\x38\x8c\x94\x45\x2a\xdb\x12\x41\x49\x7d\xd0\x13\x1b\x39\xa3\xe1\x9e\x78\xbc\x49\xfd\xbb\x13\x96\x54\x53\x6b\x40\xa6\x5c\x04\x8a\xb0\x56\x53\xf7\xa5\x90\x91\x8a\x45\xae\x5f\x99\x6d\x98\xb8\x7b\x07\xfa\x0f\x89\xf6\x93\x01\x56\xca\x1c\x6e\x14\x2d\x34\x8f\x77\xaa\x23\x66\x74\x2a\xf4\xbb\x6d\x7e\xce\xee\xad\xf2\xad\xa3\x60\xda\xda\x4b\xff\xf9\x45\x11\x31\x21\xae\xd3\xde\x39\xf7\x0f\x41\xe0\x96\x0d\x2d\x2e\x3e\x14\x7d\x1c\x72\x4e\xac\xfc\x66\x52\x80\xc2\x57\x2e\x74\x31\x93\x74\x02\x4f\xd8\x52\x70\xe3\xe7\x4d\x58\xa4\x1f\xd1\x18\xe3\x71\x5f\x3c\x29\x8f\xc1\xb1\xda\x0d\x00\x86\xad\x3c\xdc\x07\x89\xf1\x6b\x80\x28\xe0\x51\x81\x00\x83\x4e\xa5\x66\xeb\xaa\xc0\x60\xb5\x1a\xc4\x3d\xc6\xc1\x4a\x01\xd4\x65\x77\x42\x25\x0a\x18\x89\x2d\x26\x8a\x59\xbd\x1d\xf8\x81\x31\x3c\xd8\x3b\x84\x81\x04\xc6\x11\x3c\x6e\xc2\xd2\xe2\x3e\xf3\x39\xdc\x90\x8f\x19\x62\x33\x5d\x9b\xaa\x67\x20\xa0\x01\xfb\xc5\x2d\xcc\x4f\x77\x06\xac\xb4\xc8\xad\x4e\x01\xf6\x15\xf9\xe0\xd6\x49\x1e\x9f\x64\x3c\x2f\xb6\x76\xf9\xa6\xc9\x02\xe8\xcd\xd3\xe4\x41\xb0\xb3\x3c\x57\x4f\xc7\x1e\x85\x4e\xd3\xd2\x75\xc3\x3e\x04\xc9\x3e\xf6\x96\xdf\xca\x06\x59\x0f\x77\xec\xc7\x3c\xd9\x15\xf8\x68\x7d\x4f\x2e\x8a\x7c\x3b\x37\x0b\x71\x93\x75\x5a\x8a\x41\x45\x13\xc3\x9d\xdc\x71\xa4\x96\xb5\x10\x46\x27\xa9\x65\x65\x56\xbf\x1d\x52\xcb\x16\xbe\xca\x26\xa9\xe5\xe5\xd5\xe5\xdd\xe5\xd9\xbb\xcb\xff\x5b\x7b\xe2\x2f\x67\x97\x77\x97\x57\x7f\x9c\xbf\xbd\xbe\x99\xdf\x5c\xdc\x5e\xdf\xdf\x9c\x5f\xf4\xb3\xd4\x34\x5b\xef\x5d\xf0\x13\x16\xbe\xe7\x35\xbb\x0b\x80\x1a\x58\x6c\x40\xfe\x37\xe9\xfb\xc1\xaa\x32\x9b\x39\x91\xab\x09\x6c\xd4\xd7\xec\x22\xcf\x2f\x37\x7c\x25\x3e\x94\x69\x0a\x70\x2a\xac\xec\x39\xcf\x05\x5c\x3c\x27\xec\x83\x8a\x2f\x83\xdf\x41\x39\x62\x6b\x37\xe0\xfd\x3c\x8e\x73\xa1\x35\xbe\x7e\x42\xef\x0f\xc0\x43\xae\xd4\x91\xc0\x73\xfc\x91\x27\xa9\xb9\xbf\xbd\x66\x3f\xf0\xe8\x41\x2d\x97\x58\x3e\x33\x71\x85\x53\xec\x53\xa9\x0a\xce\xc4\xe7\x08\x98\x99\xda\xd7\xc9\x3b\xb5\xfa\x0a\x50\xe5\x01\xe9\xa9\x8e\x4b\x0a\xe8\x38\xcd\xdb\x8f\xf3\x76\x43\x40\xbd\x7c\x8f\x3f\x7d\x8b\xbf\x6c\x0f\x50\x16\xe9\x11\x2a\xc5\xdf\xa9\x55\xbb\xaa\x06\x78\xd7\x24\x05\x42\x89\x84\x88\x78\x27\xd4\x8a\xe9\x44\x3e\xcc\xe4\x2f\x6b\x21\x99\x2a\x73\xfc\x13\x5c\xf3\x8d\x9b\x99\x96\x7a\x2d\x40\x66\x73\xc2\x9e\x04\xdb\xf0\x2d\xba\xcd\x70\x27\x70\x52\x00\xb0\x64\xe0\x14\x31\xbf\x4e\x13\x69\xac\x45\x96\xd8\xba\x84\xfa\xd4\x1f\xe3\xc6\x65\x79\xc9\xf8\xe1\xb4\xa1\x7d\xe7\x69\x05\x9f\x07\xa1\x32\x8f\x9b\xb4\x00\x21\xb2\xdc\xa0\x34\xa8\xd4\x43\x99\x79\x06\xc3\x17\x36\x39\x09\xc3\xfd\xa8\x92\x98\xc5\x65\x96\x26\x91\xb3\xbb\x4f\x2a\xef\xa4\x69\xc5\x02\x9a\xe1\xa7\x4e\xbd\x2c\xac\xaf\x63\x2d\xd5\x39\x01\x92\xae\x87\xb0\xf5\x99\x29\x6b\x59\x22\xa3\xb4\x04\x0d\xa5\x52\x8b\xfc\xa4\xc8\x93\xd5\x0a\x1c\x70\x5b\xeb\xf7\xed\x73\xda\x7a\xce\xbc\xc3\xcb\xda\xc2\xa2\xf3\x54\xad\x92\x88\xa7\x21\xb8\xd9\xa3\x22\x1c\x69\xa6\xdd\xf6\xa4\x30\x09\x75\x10\xb6\x41\x9d\x64\x40\x59\x2e\x80\xb7\x75\x0e\xa6\x7c\x4e\xe6\xee\x90\x76\x2f\x99\xb9\xa0\x63\xbb\x42\x4a\x4b\x9b\x5e\xb0\x27\x9c\x7f\xb7\x95\x19\x42\x61\x7d\x90\x20\x66\xea\x49\x8a\x1c\x3c\x58\x80\x7d\x98\x9e\x4a\x05\xbe\x89\x93\x1e\x72\xf8\x64\x2b\xbd\xb5\x74\x40\x6c\xac\x9c\x5d\x25\x8f\x42\x7e\x79\x0e\xe2\xe0\x05\x11\x8f\xd6\x62\x6e\xfd\xf2\x63\x9b\x2c\x77\x00\x8c\x34\x56\x56\x03\x20\x34\xa5\x2e\xbd\x09\x57\x27\x6c\x71\xd3\x76\x61\x22\xb1\xa7\x22\xcb\x34\x62\x1e\x8b\xe8\xe1\x8b\x9b\x66\x0f\xb2\xb2\x0d\x61\x9c\xbd\x11\xd1\x03\xbb\xbf\xb9\xc4\x6a\xe0\xa4\x60\xc6\x14\xe8\xb5\xd7\x34\xe9\xbc\xbb\x15\x7c\xf5\x0c\xe4\x46\x43\x45\x59\x3c\xb3\xb8\x93\xa2\x32\x0d\x22\x40\x14\xd4\x4b\x1a\x23\x49\xb5\x34\x00\x04\xe3\x85\x95\xea\x80\x40\x3c\xd3\x1b\x50\xe6\x28\x8b\x40\xce\x2a\xe5\x0b\x91\xea\xf6\x0e\x67\x2a\x9e\xdb\x3c\xc9\xa1\x60\x9e\xc6\xb3\x6c\x1c\x83\xb2\x8e\xb6\x8e\x81\x1b\x8f\xf5\x8e\xbe\xc8\x1e\xbe\xd7\x01\xbd\x86\x0a\xe9\x7e\xe1\x5e\xcf\xb5\xa8\xe9\xbb\x27\x4b\xd2\x0f\xc1\x82\x7e\x50\xca\x36\xf6\xd2\x3c\xe9\x83\x8a\x09\xa6\xe7\xf8\xbc\x8c\x17\x24\x28\x7a\xe2\x71\x15\x61\x13\x9c\x9a\xb8\x86\xd8\x80\x2e\x04\x8f\x99\x5a\x52\x34\x31\xcb\xd2\x04\x88\x5c\x63\xe4\x8c\x06\xf6\x0c\x5d\x45\xc7\x87\x4f\xb3\x8d\x0d\x48\x3e\x3e\x58\x20\x5e\x6f\xbe\xd1\x27\xb9\x4c\xbf\xaa\x41\xee\xba\x4f\x75\xa8\x52\x96\xab\x47\xda\xf7\x0a\xdd\x1f\x4d\x5b\xa5\x6a\x01\x03\xd5\x0d\x8a\xeb\x31\xd0\xc6\x3a\xe5\x49\x3c\xe6\x78\xb7\x63\x72\xed\x7e\xda\xd7\xc0\x6b\x1b\xe9\x70\x6f\xb2\xd3\xcc\x88\x66\x3b\xcc\xe0\xd7\xca\xd8\x77\xdd\xb5\x21\x41\xa8\x5d\x86\xd0\x79\xe3\x96\x64\x1e\x76\x85\x33\xc7\x1d\xd7\xea\x6a\x5f\x0e\x9a\xe8\x26\x31\xca\x8e\xb1\xf4\x5c\x2a\xfd\x93\x7c\x00\xbb\x05\xee\x5c\x47\x71\x31\x86\x29\xd8\x4e\x1d\x62\x7c\xcd\x78\xfa\x49\xac\x14\x5f\x0c\x9a\xd1\xfa\xb8\xdb\x5d\x7c\xc8\x90\x3f\xc7\x8e\x2a\x0b\xe5\x43\xfe\xd0\x9f\x4b\xe0\xcf\x0c\xcb\xba\xc0\x6c\x5c\xc6\x1d\x70\x01\xeb\x83\xd9\xad\x39\x02\x84\x3a\x0a\x06\x9b\xe5\xc2\x26\x8f\xb6\xa2\x70\xc5\xfd\xa9\x55\x4e\x82\xdc\x88\xeb\x75\x95\xdd\xc4\x12\x18\x38\x46\x2a\xc8\x64\x90\xbf\x17\xa9\x4d\xa6\x24\x60\x53\xb0\x54\x69\x26\xe9\xe1\x56\xff\xd6\xa5\x57\x2a\xf5\x6e\x13\x8a\x6a\x61\xf5\x84\xd0\x2a\x7d\xa4\x3c\x5a\x40\x3c\x0f\xca\x59\xa6\x81\xe7\xe6\x82\x60\xae\xc3\x90\xe0\x25\xf3\x0e\x70\xf0\x9a\x08\x6c\x2e\x56\x89\x2e\x44\x58\x22\x18\xfe\xfe\x68\x7a\x7d\x95\x1b\x74\xdf\xd0\x77\xea\xf5\xed\x72\x85\xcd\xae\x1d\xd1\x9e\x6d\x26\xe2\x4b\xf7\xbb\xfe\xc5\x50\xab\xe2\xf6\x46\xa2\x72\x0a\xe0\x1a\xc0\x2b\x80\x46\xbe\x27\xed\x28\xe3\xdd\x24\x11\x13\x0f\xf7\xa8\x36\x33\x45\xab\x92\xe7\x5c\x16\x42\xe8\x99\xa4\xec\x23\xf2\x96\x85\xd4\x1c\x35\x34\x9c\x73\x70\x23\xa5\x0b\xa4\x01\x82\x9f\x2c\x79\x92\x96\x79\xe7\x9d\x13\x57\xe5\x5e\xdc\x03\x7d\xa3\x74\x0e\x8f\x65\x6d\x93\xe6\xaa\x58\x83\x5d\xe4\xa8\x33\xea\xb9\xc3\x6a\x91\x67\x47\x17\xac\xc9\x1d\x3e\xdf\x2e\xe0\xd8\x51\xd8\xfa\xbd\x9e\x67\x6a\x84\xc5\xfb\xe9\x7b\xfd\x41\x75\x94\x04\xeb\x4f\x8d\xc0\x58\x4f\x0e\xfd\x53\x17\x89\x3e\xd7\x0f\x90\x7e\xda\x75\x1f\xdf\x1d\x64\xff\xfd\xef\x76\x27\xa9\x3a\x6d\x17\xac\xda\x35\x97\x71\x6a\xee\xa9\xbc\xa8\x9d\x40\x1e\xec\x6b\xfc\xe2\xc2\x1a\xc7\xee\xca\x2e\x28\x94\x98\x47\x8d\x2a\xbb\x5d\xe3\x54\x2b\xcf\xeb\x05\xd4\xd5\xde\x52\x2d\x9a\x6b\x2b\xd6\xf0\x27\x3b\x09\x3d\xba\x0d\xdb\xbd\x04\x97\xc9\xea\x1b\xb8\x64\xbd\x6f\x5a\xca\x88\xb6\x22\x9d\x5f\x0e\xf9\x7d\xe0\x66\x84\x22\x1b\x63\xcc\x42\x9e\xde\x99\x24\x1d\x58\xcc\xbc\x42\xca\x0d\xb9\xa8\x34\xfb\xce\x55\x5e\x7e\xf7\xef\x96\x89\x68\xcb\x96\x30\xd6\x40\xf7\xa5\xa2\xa8\xcc\x21\x2d\x4a\xa1\x1b\x26\xf0\x6c\x1a\x43\xa7\x7e\x86\x27\xb2\x03\xb3\xa0\xfb\xd4\xe6\x3d\xb8\x58\x5d\xa5\x53\x77\x10\xa2\x41\x45\x5b\x77\x16\x92\xf4\x4a\xae\x0b\xa6\x0b\x91\xb5\x5a\xa5\x8a\xd3\x55\x15\x6d\x3e\xc0\xed\xf2\x92\xd1\x03\x7d\xdd\x11\x36\xfa\x2c\xb8\x4e\xff\xe9\xf6\xfa\x8a\x65\x7c\x0b\xb8\xb0\x42\x91\xda\x36\x90\x31\xd6\xf7\xef\xae\x19\xa8\x76\xbe\xba\xd9\x70\x4c\x2d\xc0\xb4\x3d\x76\xcb\x9d\x9a\x7e\xcd\x0e\xc1\x9a\xa1\x25\x69\xb6\x72\xae\xd2\x93\x2c\xe5\x32\x80\xfe\xea\x29\xab\xbd\x3e\xcc\xf5\xba\xac\x0f\xa1\x69\xa0\x01\x10\x4e\xa1\xb5\x90\x97\xad\xe0\xd0\xaa\x0e\xf5\x41\xe9\xdd\x4e\x1b\xd1\x0b\x7a\x7b\x8f\x74\xfa\x3c\x32\xdb\x04\x99\x05\x6c\xca\xda\xa1\x1e\xb8\x06\x40\xe2\x88\x89\xea\x17\xcd\x9e\x49\xab\x89\xaa\x9e\x34\x8b\x91\x7b\xa1\x4c\xf4\x1a\xe2\x93\x98\x10\x00\x70\x10\xd9\x17\x44\x2e\xe4\x5c\x6a\x33\xa1\x10\xd3\x14\x8f\x82\x02\x1b\x95\x64\xdc\xe5\x9b\x77\x2e\xbf\x8f\x93\x44\x42\x5c\x1d\x43\x1f\x38\x66\x87\x5c\x60\x5a\x55\x9c\x77\x73\xdc\xbf\xe7\x59\x5f\xd5\xd8\xc1\x4f\xdc\x35\x4b\x8e\x79\xa6\xee\x75\x82\xbe\x2c\x68\xf3\x54\x4a\xc7\xc2\xd1\xbb\x97\x07\x9a\x9f\x56\xd2\xeb\xdd\xfc\xfa\x83\x2f\x61\xc3\x2a\x01\x47\xd8\x9e\x80\x04\xce\x61\x6b\x9c\xbf\x6c\x76\x39\x28\x9f\x00\x7b\x15\x46\xd2\xa6\xec\x56\x08\xf6\x11\x46\xca\xbc\xec\x23\x29\x6b\x01\x5c\xb0\xe0\x49\xab\xf0\x09\x7c\xfb\x52\x2e\xd5\x61\xc6\x20\x5f\x35\xe0\x68\x07\x8d\x4a\x7b\x3b\x0f\x05\xbc\x41\x29\xa3\x7c\xde\xfa\xfb\xd6\x7e\xed\x80\xb7\x7d\xf0\x77\x72\xaa\xca\xb3\x2d\x35\xe7\x33\x4c\xf1\x7e\xc2\xff\x95\x45\x62\x7a\x39\x41\xd6\xe2\x07\xa9\x9e\x24\xfa\x02\xf4\x26\xf6\xd2\xec\x3f\x38\xc0\x30\x80\x8a\x6e\x41\x89\xd6\xf0\x15\xd0\x28\x9f\xb9\x7f\xb3\x5b\xcc\x15\x61\x9b\x41\x27\x44\x83\xf3\x43\x0a\x1f\x60\xcd\x5f\x9e\x4d\xd8\x0f\x13\x76\x3e\x61\xd3\xe9\xf4\xd5\x84\x09\x1e\xad\x6d\x8b\xf0\x27\x88\x1c\x2b\xf8\xca\x3c\x9b\x94\x13\x96\xc1\x0b\x40\xf6\xc6\x1c\x56\x96\x2d\x8c\xfb\x6f\x05\x91\x07\xdb\x05\xac\x61\xa4\x82\x0b\xca\xab\x47\x6b\x95\xf8\x46\x01\x44\x53\x44\x2a\xb7\x20\x4f\x5d\xa8\xdc\x02\xd6\x1e\x79\xce\x13\x09\xa5\xdd\xbc\x09\xd7\xa5\x37\x07\xe4\xce\xe2\x33\xdf\x40\xff\x13\xe9\xf8\x2d\xcd\x30\xdd\xb9\xf6\x17\xdb\x8c\x02\xd2\x4f\x79\x52\x14\xe6\x74\xd6\x33\x79\xcb\x5e\xff\x07\x3b\xcb\xb2\x54\xb0\x33\xf6\x77\xf6\x03\x97\x5c\x72\xf6\x03\xfb\x3b\x3b\xe7\xb2\xe0\xa9\x2a\x33\xc1\xce\xd9\xdf\xcd\xb0\x99\xe7\x5d\x29\x73\x1c\x6e\x27\x8c\x33\x59\xa6\x78\xea\xbf\xb4\x60\xb0\x57\xae\x5f\xdc\xcf\xce\x42\x14\x4f\x42\x48\xa6\xd5\x86\x8e\xc2\xbf\xb8\x9c\x84\x4e\xe4\x2a\x15\x05\xad\x87\x2a\x6c\x0f\x5f\x70\x02\x3d\x7d\x3d\x93\x2e\x96\xf7\x17\xd3\xe2\xbf\xb0\xbf\xb3\xab\x32\x4d\x4d\x93\x8c\xa1\x31\x0b\xe9\x35\xb3\x65\x14\x42\x4e\x9f\x92\x87\x24\x13\x71\xc2\xa1\x90\xc2\xfc\xeb\xf4\x0e\x66\x7b\x5e\x7a\xce\xbc\x70\x4f\x3b\xed\x95\x43\x4c\xcf\xb3\x14\x65\x3b\x09\x1e\x3b\xf9\x3d\x37\xbf\xea\x4f\xc7\x7b\x44\x9e\x29\x94\xf6\x03\x39\xac\xa8\x9b\x13\x4a\xfd\xec\x65\x02\x6a\x87\xad\x7d\x56\xcb\x51\x10\x1e\xea\x87\x1a\x59\x50\x8e\x3a\xfa\x1d\x72\x80\x8c\xcf\x50\x93\xdb\x10\x21\xa9\x94\xb9\x83\x2f\xe9\xa9\x7e\x06\x65\x85\x9c\xf8\xc8\xcf\x55\xe9\xac\xca\x10\xab\x64\x90\xc6\x58\xad\xb1\xf7\x14\xbb\xc0\x02\x35\xb3\x4d\x93\xf4\xd4\x6c\xd5\xd3\x2b\x25\xcd\xb5\x55\x27\x2b\xa4\x27\x02\x18\x91\x06\x42\x56\xeb\x14\xdc\x55\x5d\xd6\x60\x0b\x80\x7f\x60\x9a\x84\xd0\xb6\xc2\x58\x01\x33\x05\xe9\x76\x26\xcd\x2f\xe8\x44\x02\x98\x7b\xe2\x58\x6c\xf1\x6d\x56\xcd\x9c\xde\x45\x06\x39\x78\x78\xcb\x02\xeb\xab\xa1\x3d\x60\xc1\x51\xc9\xd6\x01\x51\xf1\xab\x80\xc1\x8d\x9e\x66\xe9\x3d\x30\xef\xb9\x10\xa9\x92\x2b\xb3\x2a\xba\x8c\x80\xda\xf0\xe4\x10\x60\x49\xd8\x04\x7c\x58\x67\x0b\xcc\x61\x49\x5f\xa1\x29\x31\xe7\x64\x12\xfb\xfb\xbd\x2e\x17\xc6\x8f\x70\x11\x59\x77\x1a\x52\xe7\xba\x0a\x8a\x0f\xcb\x2f\xdf\x6b\x91\x03\xcd\x32\x22\x1c\x5c\xb4\x1f\x0f\x4e\x4f\xb6\x81\x3d\x1a\xb6\xa9\x7a\x81\xb1\xed\xa1\x10\xca\x26\x34\x4a\xab\x07\xac\xc7\xaf\x89\x91\x7d\x4e\x39\xf8\x56\xed\x77\xf8\x9e\x79\x1a\xfd\x69\xac\xbe\xbb\x1d\xbd\x63\xc0\x07\x3f\xa1\xdc\xcb\x5c\x2d\x6d\x25\xe5\xf0\x33\xbd\x21\xb8\x33\x0c\xa5\x12\x92\x6c\x87\xc2\x34\xcd\x85\xd3\x59\x0f\x2e\xe7\x94\x91\x18\xd6\xd8\xfa\x80\x5d\xcb\xb7\xf8\xf3\x0f\x2a\x4d\xa2\x7e\xd0\x9b\x3d\xae\xd6\xea\xa9\x05\x45\xb4\x10\x80\x02\xa5\xf8\x0f\x35\x0a\x3d\xf4\x42\x44\x85\xcf\xb8\x35\x3b\xf7\xbf\x1a\x68\xb3\xfb\x0e\x8e\x11\x65\x37\x6c\x20\xfa\xe8\x72\x78\x70\xb6\x02\xc1\x26\xf0\xca\x63\xac\x15\x6a\xe9\x20\xb7\x1d\x71\x0a\x41\x57\x46\x1e\x0c\xf4\xd3\x5a\xa5\xe6\x2e\x26\x63\x22\x2b\x9d\xc9\x4c\xe4\x91\x02\x80\x0a\xd6\xc1\x2b\x16\xad\x93\x34\xf6\xe2\x2d\x2f\x01\xd1\x0b\xb8\xbb\x57\xa4\x50\x27\x5c\x8e\xd9\x3e\xbe\xe7\xd4\xb5\xcb\xce\xaa\x54\x1f\x16\x81\x3a\x1e\x44\xaf\x6f\xd9\xff\x42\x50\x32\x1c\x0a\xa2\x17\xaa\x65\x0b\xcd\xa0\x57\xda\x33\x2a\xc2\x0b\x3a\xd2\x4b\xab\x83\x69\x2f\x4e\x45\x6d\x5e\x69\x99\xd5\x87\x12\x48\x67\x11\x45\x85\x00\x12\x2d\xa0\x39\x1b\xc1\xd1\x17\xf3\x14\x90\x34\xa9\x33\xe9\xf3\xa3\x2f\x74\xe8\x97\xb5\xce\x33\x72\xaa\x5a\x10\xe0\x84\xbd\xa8\x74\xf4\x05\x90\x92\x4a\x05\xef\xa3\x1c\x56\x65\x68\x60\xb9\x4e\x58\x52\xcc\x64\xa2\x71\x65\xe6\x22\x15\x8f\xa6\x75\x61\xb0\x98\xb0\x2e\xf6\xee\x6c\xbb\x0d\x38\x72\x6e\xcb\x8f\x9d\xb8\x39\x6c\xc2\x3c\x24\xb7\xe4\x10\x98\x8e\x85\x36\x7e\x23\xc8\x72\x88\xcf\x66\x03\x24\x90\x0b\x41\xf8\x47\x2c\xa4\x6d\x1f\xa0\x42\x50\x3f\x75\x26\x2f\x97\x50\x03\x0a\x95\xa7\x71\x8c\xb7\x50\x2b\xd4\xe0\x98\xc6\x12\x0a\x0e\x2b\xba\x93\xdb\x89\x20\x81\x45\xdc\x49\xe2\x51\xe4\xdb\x02\x82\xba\x30\xae\x52\xf0\x62\xcd\x92\x62\x02\x14\x71\xd6\x52\xce\x24\x8f\x49\x9f\x9a\x1e\x67\x86\x06\xd6\x7d\xcf\x3c\xd3\xe7\x0b\xf5\xd8\xe7\xd8\x1e\x8a\xfa\xc2\x5d\x9d\xa5\x5c\xce\xf1\x04\xf9\x0a\xb8\xaf\x40\xfb\xb2\x2b\xd5\x59\x2e\xe6\x8e\xd6\xe6\x28\xed\x74\xf6\xfe\xa6\xa2\x48\x6b\xfc\x58\xfb\xa2\x09\x2e\x06\x4f\x6b\x6d\xaf\x27\x2e\x4e\x43\xe8\x82\x9c\xd9\x0c\xec\x70\x2b\xe0\x21\x61\xbc\x86\x44\xb0\xab\x75\x17\x26\xcc\xae\x80\x6f\x15\x9f\x34\x64\xe6\x6b\x67\x48\x7d\xda\xc7\x43\x63\x1a\x1e\xe2\x5e\xf0\x98\x1d\xcd\x7a\x5e\x88\x4c\x67\x1c\xa5\x09\x95\xb1\xbd\x0d\xd2\x7d\x58\x3c\x21\x30\x0e\xe7\xc2\x3c\xed\xda\xa6\xe1\x3d\x4c\xb5\x60\x2b\x8f\x19\xa3\x06\x3b\x35\x34\x52\xe2\x6b\xaf\xa1\x5d\x53\x76\x29\x99\x75\xf7\x26\xec\x05\x2e\x2c\xfd\x82\x42\x90\x24\x90\x4b\xb9\xf3\x98\x76\x0f\x55\xab\xd6\xa1\x18\x58\x33\xe0\xb7\x1b\x66\x82\x7a\xa9\x0d\x9f\x75\x5c\x7e\x48\xa0\x66\x61\x9f\xb2\x74\xcc\x22\x2e\xf0\x01\x74\x48\xe2\xb5\x7b\x8b\x4e\xbb\xf2\xd1\x6c\xdf\x61\x9b\xef\x62\x3f\xd8\x1f\x9a\x21\xca\x4a\x3a\x4f\xed\xe7\x4c\xe5\x33\x69\x9f\x46\x21\x49\x8d\x5a\x4a\xf5\x47\x05\x10\x6a\xf2\xf9\x83\x95\x0a\x20\x06\x2b\x9f\x05\xaa\x6c\x9e\x7f\xb5\x6e\x05\x00\x14\xb1\x10\x5e\xda\x7b\xca\xce\xfc\xdb\x8c\xe3\x61\x16\xf8\x06\x8f\xf9\x3a\x47\x63\x9a\x9a\x41\x49\x0a\x4b\x09\x19\x94\x37\xe8\x12\x88\x4d\x97\xa5\x31\x46\x01\xfb\xeb\x4c\x9a\xc1\x63\xcb\x04\x70\xbf\x34\x2e\x33\xf9\x5e\x69\x5b\x4d\xaf\xfd\x78\x58\x0c\x29\x0d\xdb\x0b\xa7\x22\x46\x7f\x78\x03\x87\x36\xc5\xfc\x6b\xb2\xf2\x50\xd7\x42\x94\x18\x5b\x55\xe6\xbe\x53\x11\x97\x33\xf9\x57\x33\x3c\x28\xea\xec\x14\xd1\xd5\x12\xb7\xb0\x95\xe1\x67\x2f\x3f\xe2\x43\x5f\xfe\xfb\xab\x8f\xaf\x10\x87\x5e\x6a\x10\x6e\x9c\x54\x0f\x10\x47\x04\x5e\xa6\x29\x64\xa2\x6d\x0f\x1c\x19\x85\x7f\x05\xef\x83\xe5\xd0\xa5\x6e\x2e\xab\x2e\xc6\x90\x8d\xde\xb7\x82\x7d\xf0\xf9\x8c\x45\xbc\x88\xd6\x27\xd6\x97\x23\x33\x66\x4f\x3f\x9a\x3e\x54\x70\x33\x9e\x56\x3b\x17\xb6\xb9\x70\xe6\x1b\xc7\xce\x57\x59\x2f\xa6\x0b\x00\xac\xb9\xab\x0b\xc3\x38\xf2\x50\x5c\x9c\x5e\x93\xdc\xfb\x79\xee\xeb\x56\x96\xcd\xdf\x38\x29\x4a\x2e\xf9\x46\xc4\xec\x05\x54\x4c\xbd\xb0\x93\x3f\x93\xd9\x62\x9a\x6e\x97\x05\x51\x3c\x99\x41\x99\x82\x80\xd1\x8e\x53\x6e\x1e\x37\xaf\x49\x3b\x06\xbb\xf3\xa2\xd5\xee\xeb\xb8\xb1\x71\x6f\x1a\xee\xb0\x60\x8c\xcb\x8d\xce\x6d\x15\x22\x54\x65\x52\xe7\xfa\x61\xc2\x16\x39\x97\xa0\x3d\x11\x87\x4e\x95\xdf\x9d\x70\x79\x46\xfe\x24\x5b\x42\x21\x79\xba\x05\xec\xf8\x64\x26\x91\x6c\x0a\x58\x89\xb7\x51\x9a\x44\x6c\x95\xf3\x6c\x5d\xf3\x83\xc4\xa3\x90\xc5\x05\xb1\x2b\x58\x90\xfa\xa1\xa9\x65\xc7\xd6\x70\x10\xe7\xde\x65\xd5\xdb\xe1\x9e\x86\xc2\x47\x58\xb1\x50\x85\x6e\xd4\x16\xd4\xea\x16\xf8\x84\xa4\xd0\x80\x8f\x8b\xfd\xb9\x5c\xa8\xd4\x12\x9a\x5d\xbe\x61\x2a\x07\x2d\x81\x42\xd1\x9f\x92\xb8\xeb\x14\x4b\x64\x2c\x3e\x1f\xc4\x2a\xd0\x7f\x20\x59\xf7\xce\xbc\x26\xa0\xac\xaf\x77\x16\x76\x51\x2e\xcc\x61\x51\xd8\x1b\x5c\xe3\x5b\xba\x8e\xb0\x3b\x4b\x8b\x35\xc0\xde\x10\x70\xed\x07\x75\xc3\xb7\x2c\x5a\x73\xb9\x0a\xae\xd0\x80\x42\x12\x99\xca\x51\x73\xef\x11\xe8\xbb\x54\x6e\xab\x36\xa9\x16\x91\x50\xdf\x2e\xe0\x8d\x60\x4b\x65\x0b\x0e\xf9\x6a\x95\x8b\x15\x14\xd2\xcf\x64\xa5\x9a\x1a\xa8\xcb\x2c\xdd\x3f\xbe\xa7\xaf\x18\xf5\x38\x8c\x0e\x5d\xb7\x96\x22\xdf\xba\x52\x3e\x12\xac\x74\x43\xd7\x18\xd6\x09\x4b\xc4\x74\xc2\x7e\xe7\x01\xa6\x22\x52\xd2\xd5\x02\x76\x14\x82\xd5\x42\xd3\x3b\x6c\x51\x0b\xf5\x43\x7b\xdb\xe1\xb3\x86\xec\x65\xeb\xa2\xe9\x2d\xa6\x2c\x78\x51\x8e\xb0\x95\x24\x6d\x7c\x6e\x7e\x7c\x8b\xbf\xed\xc5\x60\xf3\xcc\x98\x37\x4b\xbb\x63\xbe\x6f\x2c\xbc\x79\xb7\xa7\xe5\x6d\x1b\xeb\x9d\x81\xce\x54\x75\x07\x3a\x8f\xe1\x52\x5a\x6e\x85\xdd\xb1\xce\xb4\x83\x2f\xa0\xa7\x4f\x63\x43\x99\x16\x8c\x4a\x30\x73\x5d\xbf\x6e\xb5\x58\x80\x2c\x57\x71\x19\x89\xd8\xec\x5c\xf0\xdb\x11\xb9\xe1\x68\x0b\x2a\x46\xb2\xed\x40\xa8\x70\xaf\x80\xc0\xf5\x97\xba\x1b\x0f\xa2\xbb\x75\xc3\x7f\xdf\x71\x2f\xb6\x9e\x49\xdb\xa0\x87\xfb\x13\xc7\x29\x1f\x79\x4e\xb9\xd7\x57\x49\x6a\x55\x9e\xac\x12\xc9\x0b\x95\xb3\x97\xae\x38\xf1\x95\x53\xb6\x81\x51\x3c\x86\x99\xa8\x0c\x11\x9a\x89\xf6\xbb\x17\xe0\x99\x45\x3c\x1f\xc7\x9d\x35\x96\xe1\x19\x16\xa9\xf9\x96\x2e\xf8\x26\x0b\x69\x1f\x9d\x6e\x30\x8d\x4c\x8a\x83\xc0\x6c\xc3\x20\xc6\x97\x68\x5f\x83\x35\x93\x14\x19\xc7\x79\x53\x79\xc8\x5b\xdc\x79\x36\x67\x65\x31\xdf\x93\xca\x04\x7f\x3c\x2e\x40\x42\xe9\xf2\xf7\x3c\xeb\x27\x87\xe0\x74\x35\xc6\x22\x14\x27\xa6\x6c\x3d\x95\xea\xfa\xec\x57\x06\x18\x49\x56\x59\x4f\xf1\xde\xbc\xb3\x09\x0d\x7f\x6f\xa9\x5c\x04\x60\x22\x90\x25\x4f\x83\x57\x81\x57\x50\x67\xd6\xcc\x29\x6e\x19\x25\xce\x53\x55\xc6\x8c\x8c\x1a\xa5\x8b\xf3\x29\x9e\x8e\x40\x5b\x39\x9d\x76\x71\x78\x8d\x54\x2c\x75\xf6\x07\x7e\xd7\xbe\x03\xe1\xb3\x0e\x0b\xdc\xbb\xf5\x69\x64\x9f\x6d\xea\x69\xa4\x61\xee\x9d\x39\x1e\x35\xf7\x2e\x5a\x0b\x1c\x5a\xe3\x02\x79\x70\x6f\x4a\xe2\x14\xf6\x5b\x18\xe8\x6e\x61\xf9\xac\x24\x10\xf5\xc3\xc1\xaf\xb3\x95\xb6\xfd\xaf\xca\x78\x2e\x64\x31\x87\x37\x8e\x7b\x19\xbc\xe4\x03\xfc\xbc\xe2\x30\x0d\x0a\x58\xfe\xd7\x9d\xc2\x38\xb4\x25\xcc\xf8\x6f\x76\x4b\xb1\x17\x6d\x55\xed\xcd\xe9\xf8\x32\x01\x6c\x4c\x90\xb3\x73\x13\xd7\x31\x5d\xd4\xa1\x3d\x46\x2f\xe8\x50\xc5\xb4\x0f\xea\x90\x6f\x3d\xa4\x54\xe1\x29\x14\x86\xa2\x0a\x4f\x63\x6a\xed\xdf\x02\x12\xed\xab\xca\xbf\x81\xf0\xd0\xcc\x5f\xca\xfe\x26\x72\xe5\xcb\x16\x30\xa8\x12\x3e\xb8\xd7\x5f\xdf\x5f\xff\x13\xfd\x71\x54\x9e\x0c\xa5\xd7\xe0\x2f\xc4\x49\x82\x37\xdf\xc5\xd6\x5e\x47\xba\xe8\xd4\x45\x34\xef\xe0\xd9\x1f\xd4\x94\xe0\xe2\x19\xf2\xe6\x27\xb5\xc3\xcc\x6e\xd0\x53\xb8\x57\x13\xeb\xdf\x86\x67\x84\x43\x23\xc8\x6b\x3d\xc9\x30\x85\x4e\xfc\xd7\x5f\xfe\x7b\xda\xa5\xec\x0c\x4d\x1f\x0b\xeb\x71\x8d\x7f\x9b\x27\x42\xc6\x90\x34\xe4\x71\x53\x02\x46\x56\xa2\xc8\x15\xf3\x6c\x96\xe1\x51\xaa\xfb\xda\x8f\x5a\x3d\xc7\x45\xf4\x05\x32\xcf\xde\xc8\xba\xed\x5b\xc9\x4b\x75\xb9\x12\x7a\x1e\x6f\x25\xdf\x34\xb5\xb0\x9f\xb5\x8d\xdb\x44\xa4\x31\x34\x91\xde\xbe\x2b\x7b\x12\x8b\xe8\x61\xac\x4f\xb0\x37\x81\xb5\x88\x1e\xd8\x8f\x77\xef\xdf\xa1\x5e\x61\xa2\x67\xf2\x8a\x17\xc9\xa3\xb8\xcf\x53\x17\xb6\x26\x46\x92\x3c\xb5\x7b\xa4\x4a\xa8\x1a\x90\x77\x58\xf6\x55\xeb\x38\x84\x7c\xd7\x9b\xed\xc9\xa2\x8c\x1e\x44\x71\x9a\x73\x19\xab\x0d\x76\xe3\x54\x97\xcb\x65\xf2\x79\x5a\xf0\xbc\x83\xfc\x1a\xe3\x08\x5f\xd1\xcf\xf5\x92\x26\x85\xf7\x79\xd1\xd5\x7d\x82\xea\x44\x12\xca\xad\x38\xb7\x70\x05\xce\xf9\x46\x00\x7b\x19\xab\x12\xc7\xc3\x53\xb0\xe0\x0f\xf4\xd5\xb4\x26\xa4\xb7\x22\xf5\xd6\x8f\x81\x73\xff\x31\x68\x55\x55\x41\xd8\x36\xca\x6b\x96\x6d\xf8\x03\xde\x0f\x57\xb9\xd0\x7a\xc2\xb4\x82\x16\xcf\xa4\xc5\x4c\xdb\xba\x1e\xc0\x67\x00\xff\x61\xba\x65\x91\xca\x12\x90\x78\x73\xfd\x5a\xab\x27\x88\x27\x87\xe5\x6d\xa0\xca\x59\xca\x22\x49\x19\x5f\x16\x14\x6c\x06\xb2\x67\x2b\xee\xa2\xa7\x33\x09\x29\xc3\x08\xba\x0f\xa9\x7c\x97\x26\x70\x9d\xd0\x6c\xc9\xa3\x24\x4d\x0a\xa2\xa0\x81\x62\x18\x6e\xfa\x6b\xce\x03\x33\x96\x39\xdf\xf2\xd4\x5f\xac\x78\x5a\xfa\x8a\xbe\x13\x2d\xea\x14\x67\xbf\x09\xff\xb7\x72\xcf\xed\x3b\x75\x0f\xb8\xf0\x1e\x72\xf8\x34\xaf\xb4\x4e\x71\xd4\x9f\xe3\x49\x6c\x71\xa2\x15\x57\xd7\x33\xcf\xba\xe3\x07\x62\xe7\x1d\x97\xea\xa9\xd5\x89\x69\xbe\x61\xc4\xe8\xb5\x3b\x61\x5f\x28\x5c\xd0\xc5\x81\x3b\xa4\xf9\x36\xda\xfd\x41\xa9\xf4\xd0\x88\x37\x4f\xad\x41\x9d\x83\x74\xe2\x21\xd7\x35\x5c\x00\x2e\x70\x74\xf9\xc6\xe5\x5e\x1d\xa9\x6c\x55\x70\x85\x60\x41\xd4\x04\x30\x14\xd0\x88\x1e\xc4\xb0\xce\x5a\x92\xef\x23\x91\xcf\xf0\x0c\x44\xed\x58\xd7\xb9\x19\x82\x0f\x6a\xd9\xb9\x6f\x23\x10\xef\xd5\x5a\x38\x2a\x18\x86\x42\x87\xb5\x57\xb9\xc0\x58\x48\xd0\xe9\xc6\x31\x78\xb7\x1d\x4f\x94\x57\x36\xe7\x13\x79\xc9\x33\x19\x78\xc4\xc8\xaa\x63\xa1\xe5\x6e\xd4\xda\xe2\x65\x95\x65\x78\x70\xbc\xec\x10\x16\xe6\xde\x84\xca\x9b\x50\x4f\x09\x30\x01\x91\xda\x2c\x12\x69\x4b\x95\x29\x88\x0c\xae\xfc\x99\x25\xb9\x73\x01\x7f\xeb\x92\x23\xcb\x7e\x6d\xec\x9d\x1b\x11\xf2\x05\x86\x26\x6b\xd7\x75\x37\xbc\x3f\x1d\x97\x30\xba\x03\xa5\x5a\xef\x41\xa2\x19\x4f\x9f\xf8\x56\x83\xe6\xa8\x30\x56\x71\x89\x81\xd3\x6a\xfb\x27\xc1\xf1\x6e\x09\x14\x49\xc0\xbb\x24\x29\x62\xea\x4b\x82\xfc\x0d\x22\xb5\xea\xaa\x9e\x17\xe7\x85\x6e\x1f\x9c\xaf\x93\x0b\xc9\x7b\x73\x21\x98\x8c\xfc\xe7\x48\x7f\xf4\x04\x59\x0f\x8c\xf5\x06\xc7\x24\x7a\x64\x04\x17\x81\x02\x1e\x30\xc7\xe6\xdd\x13\xb6\xe1\x89\xa4\x6d\x80\x0a\x56\xb1\x58\x94\xab\x55\x67\x08\xf2\xdb\xcf\x65\x54\xf7\xc9\xbf\x7c\xac\xb9\x97\xd9\xe9\x18\xd1\xd8\x4b\xfb\x26\x0c\x0f\x9b\x7b\xd5\x97\x09\xc0\x7e\xc5\x68\x77\x6b\xca\xa9\xb1\x88\x8e\x13\xed\xbe\x1c\x12\xed\xb6\x18\x1f\x28\xb5\xa2\xeb\xaa\xc5\x61\xfc\x1a\x06\xff\x32\x61\xf0\x41\x8b\x02\xe9\x3d\xe6\x49\xd5\x41\xef\x69\xe1\x9e\x2c\x61\x8e\x4e\x12\x5a\x45\x6a\xe0\x5a\xc8\x58\xb3\x05\x8f\x9e\x81\x36\x0c\x4e\xc7\xc3\xe3\x6d\x3b\xc0\x25\xb7\x6a\x23\x18\xbc\x4a\xa3\xf6\x01\xa3\x6a\xb6\x09\xa0\x16\x4d\x07\x3d\x22\x83\xf0\x1e\x70\x9c\x22\x32\x24\xf6\x4e\xf5\x4b\x29\x9e\x98\x39\xad\x26\x21\x8c\x2b\x98\x1e\x10\xc5\x79\x65\xbc\xc3\x0a\xe6\xdb\x95\xee\xe7\x62\xc5\xf3\x18\x2a\x0d\x68\x4b\xa6\x3c\x7a\x30\xff\x0d\xed\xa3\x37\x12\xd4\xcc\xf2\x73\x23\xfc\xd1\x3f\x2d\x91\x51\x0e\xa4\x4c\x84\x6a\xf3\xed\xc3\x9f\x6b\xc6\xa3\x5c\x69\x0c\xca\x38\x2d\x49\xa8\x74\x05\x07\xf6\x31\x89\x4b\x9e\xe2\x1b\x3b\x23\xd9\x5c\x1f\xc4\x37\x7e\x16\xc8\xbe\x88\xcf\x59\xca\x65\x75\x4f\x62\x77\x81\xab\x26\xe9\x59\xf9\x8e\x72\xed\x90\xa6\x8c\xa6\x8e\xbc\x0c\x14\x57\xfd\xb6\x42\xef\x38\x17\x3c\xde\x86\xc4\x54\x89\x24\xdd\x7d\x1e\x6f\x12\x69\xa6\xde\xaa\x7a\x39\xfb\x6a\x09\x7e\x11\x70\x09\xe2\x17\x69\x5a\xdb\xfa\x9a\x49\x61\x5c\x2a\x9e\x27\xe9\x16\xbc\xe8\x2c\x17\x27\xc1\x7b\x82\xfd\x4d\xf5\x1e\x40\x55\x4c\x24\x0a\xa5\x16\xcb\x32\x45\x5f\x1b\x6e\xa3\xae\x03\xb4\x0f\xef\x2f\x27\xe6\x98\x2d\x88\x72\x3e\x78\x31\x0a\x39\x1d\x03\x3b\xdf\xbc\x07\x0e\xca\xdf\x78\xc2\xb4\x1c\xa0\xbd\x6b\xf5\x64\x0b\x7c\x9e\xb8\x47\x70\x76\x9d\x25\x47\x8b\xd9\xf7\x7b\x5d\xf6\xbe\x63\x77\x25\x0e\x7a\x5c\x49\xd4\xd0\x67\x22\x76\x3b\x31\x91\xd0\x1d\xd2\x40\xf4\x71\xd0\x52\x63\x9d\x90\x99\x43\xb0\xd6\xf6\x5a\x5f\x0d\x83\x32\xd7\xbb\x44\x2b\xc9\x66\xe5\x6f\x7f\xfb\x7b\xc1\x7e\x0b\x85\x53\xe4\x7d\x63\xb6\x05\x28\xd3\xf0\xe9\x60\xa0\xdc\x0b\x04\xf2\xa9\x35\x66\x84\xb5\x01\x1e\x6d\x95\x32\x40\x06\x79\xb4\x66\xba\x5c\x20\x1e\x8e\x53\xc0\x9e\x4b\xc7\x48\xfa\x4e\x01\xb4\x0d\xcf\x31\xdb\xfa\xff\x25\xe1\x69\x64\x05\x9f\xc9\x4c\x21\x69\x2e\x00\x09\x17\x82\x6d\x78\xfe\x00\x22\x6f\xa4\xe4\xcd\x78\xc1\x5e\x26\x62\x5a\x0d\x56\xbf\xaa\xb4\x87\xd2\x03\x48\x86\xc9\xf2\x52\x4a\xab\x5a\xc1\x8c\x1b\xe6\x23\xc7\x93\x99\x5c\x94\xe1\x4d\xab\x12\x7a\xf6\x4b\x0b\xc2\xcf\x60\x64\x15\x30\x24\x50\xa3\xb8\x0e\x14\xc6\xd9\x80\x18\xf4\x4c\x3e\x53\x10\xba\x2b\xbc\xf5\x81\x3c\x0e\x1b\xba\x0a\x50\xda\xd0\xdd\x50\x58\x11\xa6\x03\x97\x3d\x1c\xe9\x1f\x40\x5d\x71\xc2\x7e\x4c\x1e\xc5\x84\xdd\x66\x3c\x7f\x98\xb0\x37\x98\x4c\xfa\x93\x5a\xec\x8c\x58\x1d\x23\x6a\xeb\x2e\x56\x87\x32\xde\x63\xfc\x73\x12\x30\x33\x07\x09\xcc\x66\x7c\xd1\xe2\xdb\x0a\xe0\xb5\x8f\x1e\x84\xec\x34\x96\x16\x95\xdc\x49\xdf\x7d\xac\x7b\x77\x37\xa8\xba\xf3\x16\x5e\x3f\xb7\xbd\x87\x45\x35\xab\x6d\x38\x3f\xe3\xd9\xa0\xf6\x34\x8f\x1e\x4e\xc0\x57\x55\xb9\xab\xab\xd6\x94\x5c\xc3\x55\x81\xe8\x67\xf4\xd1\x6a\x95\xc8\x43\x5d\x71\xfb\xe2\x79\xa6\x54\xda\xea\x91\x1f\x75\x00\x1b\xf1\xf9\xa1\x83\x77\x89\x15\x5c\x3a\xf4\x53\xed\x28\xfa\x58\xaf\x8f\x0c\x63\x18\x18\xa8\x58\x60\x35\xc5\x25\xa4\x48\xfd\x70\x84\x92\x7e\xc6\xd6\x20\xe6\x1c\x5d\x53\xab\x00\xcb\xed\x9d\x21\xe2\x2e\xe8\x1d\x62\x9d\x1b\x51\x68\xdd\x7c\x4f\xc7\x45\x01\x9e\x3b\x4f\xda\x78\x57\xc6\x6e\x2e\x94\x4e\x6f\xa4\x96\xb0\xe5\xf6\x48\xb7\x55\x3f\xbb\x58\x67\x6d\x89\xf3\x3c\x4a\xb9\x1e\x88\x23\x6e\xb5\x3b\x97\xf4\xa0\x73\x78\xce\x70\x9b\xf9\x23\x64\x01\x36\x03\x5d\xa8\x99\x3c\x73\xac\xab\xde\xf9\x76\x17\x06\x34\xb3\x78\x55\x6a\x4c\x0d\x96\x12\x79\x8a\xde\x09\xd3\x65\xb4\x86\x62\xa9\xaa\x9d\x0a\xed\x56\x73\xc7\x4e\x66\xd2\xb8\xaf\xa8\xfc\xc5\x01\xee\xf2\x04\x22\x31\xc9\xdf\x84\xf3\x8f\x09\x93\x1f\xba\xc4\x0b\x6e\xa6\x46\xc9\xd6\xeb\x83\xad\x5b\xc3\x93\xce\x1f\xee\x65\x66\x3c\x87\xe9\xcc\xbb\x3d\x09\xea\xf9\xdb\xe3\x96\xee\x23\x3a\xec\x58\x78\x7d\xaa\x59\xda\x34\x59\x8a\x68\x1b\x35\x68\xa8\x2a\x20\xb3\xe3\x65\x41\xf6\x4b\x02\xf4\xd1\x15\xb5\xc7\x4e\x7e\x69\xd0\x6b\xb0\x2e\x64\xce\x3f\x27\x5e\xb8\x83\x31\xe7\x5f\x3d\x8e\xbb\x03\x44\xf3\x2b\xb4\xf6\x5f\x32\xa6\xd8\x4f\x96\xf3\x9b\xf0\x7f\xad\xfd\xb2\xe8\x55\x88\x61\x90\xd7\xdc\x8a\x99\xfd\xb6\xe8\x01\x92\xb8\x7e\xc9\x6b\xb2\x04\x0c\xdb\x0a\x44\xc2\x10\x3b\x82\x88\x11\x25\x41\xf4\x53\x3b\x5e\xe7\xa9\xd2\x65\xde\xbf\xf9\x6f\xaa\xad\xb6\x6f\x6f\x21\xcc\x85\xc5\xb6\x59\x08\xe0\xfe\x18\x0a\x8e\xc3\xaf\xcd\xff\xaa\x16\x73\x40\x82\x1e\xb6\xc3\xdb\x1e\x67\x25\xb8\x1c\x9e\x80\x9a\xea\x6f\x5c\xb7\x99\x00\xde\x36\x1f\xda\xf0\xf7\x97\xda\x0a\x73\x81\xe5\x99\xb4\x34\xf6\x58\x77\x9e\xe7\x02\xf8\xb6\x73\x01\xca\x72\x2c\xe3\xb9\x83\x63\xd9\x1b\x76\x10\x41\xf3\x90\xbd\xb0\x56\x14\x4a\xbe\x29\x6e\xb7\x10\x42\xba\xd1\x1e\x73\x35\x35\xb7\xcd\xfa\xe8\x13\x16\xf7\x49\xb0\x08\xcb\xbc\x3a\x54\x30\x1b\xbf\x0b\x62\x8a\xe0\xb7\xac\x44\xe8\x43\xd5\x5c\x8b\xca\xd6\xac\xe4\xf7\xbf\xa9\x7a\xa4\xd6\x1b\x6c\x8d\xe2\xae\x12\x7e\x1e\x84\x88\x38\x46\xb6\xf1\x03\x2f\xd6\x18\x18\xdd\xa8\x42\xa0\xcd\x44\xae\x2d\x5c\x2f\x98\xb3\x5b\xa4\x6a\x01\x92\x6e\xe6\x93\xae\xeb\x73\x44\x5b\x7b\xd0\xd0\x35\x27\x6c\x88\x65\x30\xd6\x04\xea\xd5\x73\xa1\x81\xb6\xa8\x99\xe3\x1f\x5a\x3d\x31\x2e\x78\xdb\x6c\xae\x31\xfa\x6f\x1a\xc1\xdb\xa6\xce\x85\xd9\xd6\x00\xa5\xbf\xd8\xa3\xbe\xef\x22\xac\xf9\x36\xce\x01\x51\x7e\x13\x88\x06\x59\x7f\x6b\xfd\xb5\xca\xe1\x33\x79\x86\x9f\x04\x87\x00\xf7\x7a\x4e\x0e\xad\x4e\x22\xb1\x6e\xff\x61\x11\x38\x3b\x0b\xf1\xd1\x74\x2b\x9a\xf8\xfb\x2a\x04\x97\x26\x50\x73\x2d\x8b\x24\x37\xb7\x11\x0d\xce\x96\x2e\x17\x27\x9e\xde\x47\xe5\xe0\x9e\x01\xfb\x53\xc6\x21\x34\x06\xac\x5f\x27\x2d\xc7\x30\xe6\x75\xbc\x2e\x8b\xa5\xc1\xe4\x29\x19\x7f\xb8\x55\x23\xbf\x84\xeb\xbb\x7b\x8e\xb9\x1c\x41\x54\xd6\x72\x1b\xe0\x61\xd7\x67\x2f\x40\x39\x0a\xea\xc3\x6f\xf0\x3a\xfe\xb5\x0f\xf0\x10\x4b\x32\xf4\xe8\x86\xeb\xf7\x4c\xfe\xff\xf6\x6c\xe8\x2e\x79\x18\xb1\xd2\xcd\xc8\x98\x23\xaa\xb3\x14\xa3\xd2\x36\x1b\x92\x0c\x9c\xc0\xee\x46\x35\x96\x7c\xdb\x53\xb9\x0b\x90\x04\x3a\x29\x8a\x8a\xf9\xe1\xd3\xc7\x44\x07\xa4\xf9\xf0\xb6\x5b\x21\xd8\xeb\x5c\x2c\x5f\x7f\xcc\xc5\x72\x6e\x67\x7a\x0a\x1d\x9a\x9a\x1e\x35\xa9\xf3\x07\x2e\x0e\x9d\x29\xd9\x4e\x21\xba\x83\xe2\xb7\xd6\x25\x7c\x4e\xd0\xa7\x64\xc9\xbc\x9c\x26\x44\x11\xca\x28\x12\x22\xae\x73\xfa\x37\x5a\xf6\xc5\x8f\xb9\x2e\x1c\xed\x00\xa0\x6a\x87\x0c\xe5\xbf\xfe\xf1\x56\x19\xb3\x21\xc7\xdb\x5d\x35\x9e\x62\x8d\x3d\x97\xee\xc0\xeb\x2e\x4c\xf9\xb2\xb5\x33\x30\x81\x3a\xe3\x4f\x92\xd8\xa0\x46\xa5\x32\x86\x1d\x6b\xb5\xe8\x52\x70\xac\x35\x10\xc4\x7e\x97\x49\x9b\x39\x4a\x9c\x66\xe3\x24\x90\x3b\xe7\x69\x1a\x2a\x93\xf8\xf8\xef\x4c\xfa\x28\xa1\xf1\x5a\xd3\xd4\xa6\x84\x2a\xfe\x06\x71\x7f\xc5\x40\x57\x20\x26\x96\xba\x88\x48\x3f\x09\x4d\x70\x82\xd1\x38\x1f\x33\xdb\xb5\x9b\x8f\x75\x89\xfc\xc6\x58\x1b\x76\xe0\x76\xf0\xb5\xf3\x07\xb1\x1d\xdd\xd6\xf6\xcc\xb9\x97\xf2\x5d\xc3\x66\xb6\x56\x36\xe2\x79\x6e\x6b\x90\xe8\xad\xcc\xdc\x95\x96\x3c\xaa\xa4\xcd\x3a\xda\xb9\x16\xd1\x43\xa6\x12\x39\xda\x16\x05\xed\x31\x8e\x54\x61\xce\x33\xff\x34\x77\x3b\x1c\x74\x38\x56\xfc\x49\xec\x88\x06\x70\x9a\x05\xd6\x7b\x4a\x43\xce\x9c\x56\x71\xf7\xb2\x3b\x76\xfc\x42\xf8\xb3\xe1\x19\x62\xb1\xfd\x49\x0a\xb4\x1a\x4d\x8f\xb2\x92\xc5\xe2\x8d\xda\xd4\x81\x83\xcd\x59\x85\x08\xb4\x75\x48\x21\x04\xf9\x6b\x64\xe8\xd7\xc8\xd0\x3f\x79\x64\xe8\x4b\x86\x85\x00\x59\xf8\x9c\x31\xa1\x76\xb2\x81\x5f\x8f\xd7\x6f\xeb\x78\x45\x4e\x51\xac\x8c\x1b\x33\xb4\xd4\xd4\x1b\xff\xf3\xc3\x06\x57\xb0\xa0\x25\x7a\xc4\x38\x7f\x41\xf7\xa0\xc5\x56\x8d\xb3\xbb\x83\xcf\xab\x7e\xf4\x84\x77\x40\xfc\x65\x20\x28\xa4\x6f\x6c\xdf\x30\x08\x5c\x84\x4b\xc7\x18\x9e\xc1\xe9\x97\x6e\xae\x92\x6f\x2a\x89\x3c\xc4\xc1\x30\x96\xd1\xa5\x95\xaf\xac\x45\x94\x02\x0d\x78\x8f\x65\x0c\x38\xac\x79\xf1\x42\xbb\x51\xaf\x5a\x40\x8b\x70\x7f\x97\xe8\xe2\xe7\x9a\x42\xe2\x7e\x12\x8b\xcf\x86\x84\xb2\x4d\xc5\x66\x06\xbf\xe8\x05\xf0\xdc\x54\x21\x36\x6a\x69\xd7\x1c\x1c\x72\x56\x13\xcb\xb4\x7b\xcc\x79\xf5\xd1\x8d\xd7\x47\xf4\xa3\x9f\x72\x9e\x65\x22\xb7\xb8\x91\x06\xb4\x07\x04\xa6\xe0\x2d\xa0\x10\xb7\x16\x28\x53\x5b\xf3\x46\x8c\x29\xa9\x3d\x1a\xbe\x06\x43\x37\x6d\x9f\xb9\xab\x32\x4d\x3b\x67\x6e\xb7\x6e\xcd\xd5\xfd\xbb\x77\xf3\x9f\xcf\xde\xdd\x5f\xd8\xee\xb7\xea\xc0\x04\x5f\xeb\x1c\x13\xd7\x12\x1a\x13\xaf\x34\x67\x5e\x2b\xac\x54\xae\xf2\xbd\xc6\xcb\x48\x99\xa6\x55\x8d\xa0\x99\xfc\x48\xcf\x01\x58\x36\xea\x1f\x9a\x71\x63\xbd\x03\x57\x7d\x3f\x7c\xed\xa3\x79\xf8\x47\xfc\xed\x09\xf3\x9d\x78\x0d\x4a\x76\xa4\x90\xd5\x3e\xae\x54\xf3\x71\xc0\x76\x40\x10\x70\xd7\x76\x38\xb6\x0a\xda\x7e\xdb\xe3\x5e\x02\xff\xb2\x88\xad\x78\xd9\x51\x76\x07\x8e\xdd\xc7\x6a\x3e\xc1\xd9\xf2\x18\x83\x6b\xf0\xdc\x09\x6a\x57\x81\x22\xaf\x97\x77\x9a\x49\xbc\xab\x9a\x36\x15\xaa\xbb\x4d\xec\x92\xd0\x54\x29\x97\xab\x92\xaf\x84\x9e\x30\xfb\xf2\x99\xdc\x24\xab\x35\xb2\x49\x94\x99\xc7\x25\x73\x26\x81\x74\xa4\xb6\x84\x6a\xb8\xe4\x44\xce\x24\xf5\x49\xae\xfc\xe3\x11\x23\xfb\xa7\x5b\xd7\x1d\x02\xa3\xe3\x83\x48\x7e\x4b\xce\x24\x4e\x2e\xb2\x5c\xd8\x88\x15\xf8\xef\xbc\xa8\x2f\x5d\x0e\x31\x66\x94\xa8\x36\x36\x7d\x05\xb1\xb3\x99\x74\x85\xa8\xe8\xe1\x53\x1f\x02\x99\x06\x6c\xd2\x6e\x7b\x62\x27\xc3\xee\x09\x6a\x5b\xfb\xaa\x3f\xf8\x0c\x30\x1b\x6e\x3e\x42\x6b\xb7\x69\xc6\x06\xde\xea\x78\x60\x38\xba\xd8\x09\xa0\xfa\xb8\xbd\x35\xb6\x5f\xf8\x9d\x4e\x08\x92\x2a\x17\xe9\x88\x26\xe1\xf7\x7b\x1b\x85\x26\xb9\xbf\x51\x03\xae\x8c\x37\xb5\xad\x65\x96\x69\xdf\x6b\x17\x4a\x75\xcc\xcb\x11\x03\xbf\x95\x46\xd1\x0f\x76\x0d\x46\x19\x15\xfb\xac\x97\x01\x25\x79\xf5\x21\xb2\xd6\xa7\xaf\x41\x69\xa2\xf7\x6a\x8e\xf7\x9f\x06\xb7\xc8\x79\x08\x74\xd8\x8d\xb2\xb0\x74\xce\x55\x0c\x6c\x87\x99\xa4\xb8\x9f\x15\xad\x4d\xd0\xbc\x98\xcd\x83\x8a\xb2\x66\xfd\x4f\xdc\x22\x9a\xf8\x99\x9b\x40\x23\xa3\x32\xd7\xc6\x5c\x92\xbd\x23\xab\xad\x72\xc6\x67\xd2\xaa\x1f\x58\x73\x7c\x66\x41\x54\xb9\xfb\x2b\x96\x39\x66\xc8\x1e\x0e\x1e\x6b\xc1\x94\x14\xd6\x1a\xce\xa4\x55\x3a\x9e\x30\xbe\xd0\x56\x40\x98\xcb\xad\x53\xf5\x4d\x9c\x64\x1b\x97\x0c\xd0\x69\xbb\x6d\x5e\xcd\x0d\xa8\x9c\xf3\xbf\x31\xff\xf7\x8f\xdf\xfc\xbf\x00\x00\x00\xff\xff\xcc\x78\xdc\x67\x75\x9f\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xe6\x46\xd8\xee\xd1\xe2\x76\xcf\xf4\xdb\xa1\x89\x1b\xef\x43\x4b\xac\xb2\xae\xb5\xb5\x16\x7b\xfc\x0c\x27\x68\x30\x13\x24\xd1\xca\x04\xb2\x01\xa4\x54\x74\x47\x7f\xf7\x27\x70\xb0\x24\x72\x23\x93\x8b\x24\xaa\x9c\x33\x11\x6d\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x82\xd0\x07\xf9\x8c\x67\x33\x22\x3e\x9c\xa0\x0f\xdf\x1d\x7d\xfb\xe1\x40\xff\x46\xd9\x94\x7f\x38\x41\xfa\x39\x42\x1f\x14\x55\x09\xd1\xcf\xa7\xc9\x42\x11\x1a\x27\xc7\x92\x88\x27\x1a\x91\x63\x1c\xa7\x94\x1d\x65\x82\x2b\x0e\x1f\x22\xf4\xe1\x89\x08\x49\x39\xd3\xaf\xdb\x3f\x11\xe3\x0a\x49\xa2\x3e\xfc\x0b\x42\xff\x84\xe6\x65\x34\x27\x29\x91\x1f\x4e\xd0\x7f\x9b\x8f\xe6\x4a\x65\xae\x01\xfd\xb7\xd4\xef\xfe\x0f\xbc\x1b\x71\x26\xf3\xd2\xcb\x38\xcb\x12\x1a\x61\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x37\x13\x3c\xce\xa3\x8e\xef\x62\x35\x97\xc5\x1c\x8f\x71\x46\x8f\x9f\xfe\x78\x8c\x23\x45\x9f\xc8\x38\xc1\x39\x8b\xe6\xe3\x2c\xc1\x4c\x1e\xff\x83\xc6\x7a\x8e\x7f\x23\x91\xfa\x27\xfc\x23\xe6\x29\xa6\xcc\xfc\xcd\x70\x4a\xfe\xe9\xdb\x41\xe8\xc3\x8c\xa8\xe0\x9f\x7a\xb6\x79\x9a\x62\xb1\xd0\x2b\xf2\x91\xa8\x68\x8e\xd4\x9c\x20\xd3\x0f\x72\x4b\xc4\xa7\x08\xa3\x13\x41\xa6\x27\xbf\x0a\x32\x1d\xbb\x85\x3e\x32\x0b\x7c\x01\xa3\xb9\x49\x30\xfb\xf5\xc8\x2e\x13\xb4\xcc\x33\x22\x60\x6e\xe7\xb1\x6e\xfd\x13\x51\x03\x68\xb6\x78\x3f\x7c\x5b\x10\x99\x71\x26\x89\x2c\x0d\x0f\xa1\x0f\xdf\x7d\xfb\x6d\xe5\x27\x84\x3e\xc4\x44\x46\x82\x66\xca\xee\xe5\x00\xc9\x3c\x8a\x88\x94\xd3\x3c\x41\xae\xa5\x70\x30\x66\xaa\x7a\x63\x71\xad\x31\x84\x3e\xfc\x6f\x41\xa6\xba\x9d\x7f\x3d\x8e\xc9\x94\x32\xaa\xdb\x95\x86\x7e\x82\xd1\x96\xbe\xfa\xe7\xbf\x34\xfd\xfd\xcf\x60\x46\x19\x16\x38\x25\x8a\x88\x62\xc7\xcd\xff\x55\xe6\xa2\xf7\x48\x77\x5e\xec\x63\x75\xe0\x95\xd9\x5e\xe1\x94\xe8\x3d\xd1\x3b\x65\xbf\x80\xbf\x05\x91\x3c\x17\x11\x41\x13\x92\x70\x36\x93\x48\xf1\xda\x1a\x50\x68\x41\x93\x57\xf5\x89\x20\x7f\xcf\xa9\x20\x7a\xaf\x94\xc8\x49\xe5\xa9\x5a\x64\x30\x48\xa9\x04\x65\xb3\x70\x29\xfe\x79\xd0\x69\x6a\x86\x2a\xd7\x98\x99\xf9\xa0\x75\x62\x23\x36\x70\xaf\x44\x98\xa1\x09\x41\xfa\x2c\xd2\x98\x08\x12\x23\x2c\x11\x46\x32\x9f\x48\xa2\xd0\x33\x55\x73\xca\xf4\xbf\x33\x12\xd1\x29\x8d\xdc\x9a\xed\xcf\xda\xc0\x9f\xcb\x57\xe6\x41\x12\xa1\x07\xfe\x44\x63\x12\xa3\x27\x9c\xe4\x04\x4d\xb9\x28\x2d\xcf\xd1\x88\xdd\xcf\xf5\x3a\xa4\x13\xca\xe0\xe4\xe9\xb5\x74\x14\xf2\x6f\x6e\xb9\xfe\x0d\xe9\xfe\x50\xce\xe8\xdf\x73\x92\x2c\x10\x8d\x09\x53\x74\x4a\x89\xac\xb6\xf6\x6f\x1c\xfa\xc7\x09\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x12\xfa\x48\xd0\x57\x17\x54\x2a\x34\xb8\x39\xff\xea\x00\x7d\x65\xce\x0b\x02\xde\xf4\xd5\x2b\xac\xb0\xff\xfb\x7f\x82\xa3\xa7\xf0\xac\x7a\xe8\x3e\x0c\xf4\x69\xbe\x33\x57\x43\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xe5\xfc\xb6\x60\xb6\x96\xd3\x76\xe5\xaf\xb0\x4c\x65\xd6\x2a\xf5\x0e\x6d\xcb\x59\x75\xbb\x55\xd6\x2a\xdf\x17\x6f\xd5\x53\x78\x69\xfe\xba\x0d\x73\xc5\x0a\xa8\x1e\x53\x66\x0e\x89\x3f\x33\x42\xea\x73\xe2\xa8\x77\x4f\x58\xca\x36\xbc\x36\x98\x59\xc0\x6e\x1d\x17\x0d\x56\x65\x0f\xe7\x9d\xd0\x94\xae\xda\xdf\x73\x16\x6b\x91\xcb\x32\x3b\x96\xa7\x13\x22\xf4\x32\x38\xb6\x07\xb3\x9d\x68\x36\xa8\x72\xc1\x48\xdc\x61\x9a\x7f\xcf\x89\x58\x2c\x99\xe7\x14\x27\xb2\x6d\xa2\x94\x29\xa2\xe5\xdb\xca\xe3\x29\x17\x29\x56\xf6\x85\x3f\xff\xfb\xba\x0b\xa1\xf8\x23\x59\xb5\xff\xe7\x66\x37\x23\x2c\x81\x0c\xd2\x3c\x51\x34\x4b\x08\xca\xf0\x8c\x48\xbb\x22\x79\xa2\xe4\x01\xbc\xa6\x65\x6a\x22\x0e\xfd\x0d\x04\x3d\xb8\x9b\x37\x97\xf0\x0b\x9a\x7a\x01\x92\x91\xcf\x0a\x5a\x1a\x31\xb8\x7b\x61\x89\xc2\x1b\xe5\x05\x96\x72\x33\x9a\x91\x5c\xa8\xf1\x64\x71\xf4\x48\x6a\xfd\xb6\x52\x0e\x66\x08\x2b\x25\xe8\x24\x57\x44\xcf\x5b\xb7\xe1\xee\x4e\x60\x8f\xe6\x82\xee\xc2\x1a\xde\x6e\xc2\x31\x15\x24\x82\xb9\xad\x73\x60\xfc\x57\x7a\xde\x5a\x7f\x59\x98\xd9\x3f\x92\x05\xc8\x23\x0d\x2b\xe0\xb7\x7c\xc4\x46\x0c\x1d\xa2\xb3\xe1\xdd\xe9\xf0\xea\xec\xfc\xea\xd3\x09\xfa\x7e\x81\x62\x32\xc5\x79\xa2\x0e\xd0\x94\x92\x24\x96\x08\x0b\x02\x4d\x92\x58\xcb\x1c\x7a\x30\x84\xc5\x94\xcd\x10\x17\x31\x11\x2f\xb7\x8c\x95\xa7\x84\xe5\x69\xe5\x5e\x81\xdf\x8b\xd1\x57\xbe\xd0\x22\x86\x7f\x54\x7a\xf2\x3f\xb5\x05\x86\x19\xeb\xbe\x83\xd6\x5e\x4d\xa8\x89\xe6\x34\x89\x05\x61\xc7\x0a\xcb\xc7\x31\xf9\x4c\xa2\xdc\xdc\xc9\xff\x28\xff\x30\xd6\x92\x29\x8f\x49\xf9\x97\xd2\x3f\x0a\x51\x68\xed\x4f\xbd\x96\xba\xf6\x97\xa0\xd3\x76\xfb\x0e\x7e\xa1\x71\xe3\xdb\xf0\xcb\x8a\x39\xb8\x77\x96\x0c\xd6\xbd\xd2\x3a\x2a\xf7\x82\x95\xf8\x1a\xdf\x11\x44\x89\xc5\x18\x2b\x45\xd2\x4c\xad\xa9\xaf\x63\x94\x68\xb9\x72\x99\x1c\x79\xc5\x63\x32\x74\xfd\xfd\x8a\x8c\x38\x4b\x62\x34\x59\x58\xae\x35\x25\x82\xb0\x88\xb4\xb7\x70\x8f\xe5\x63\xd1\xc2\x2a\x61\xb4\xd4\x9f\xfc\xc8\x85\xfe\xfc\x3d\x08\xa4\xa5\x81\xbf\x86\x4c\xba\xe9\x89\xfb\xe2\x2c\x04\x1b\xf2\x8f\xde\x9e\xb0\xfd\x4a\x76\xb5\x3e\x70\x81\xe4\x42\x2a\x92\xae\xb4\x43\xbc\x9f\x85\xb0\x17\xc4\xbe\x0e\xb8\x72\x47\xfd\x0e\x4e\x7d\xf9\xc6\xed\x8f\xf7\x1a\x4b\xb6\x2b\x2b\xe2\xbe\xcf\xd3\xf9\x70\x96\x4f\xf5\xce\x6d\x5f\xe0\xc4\x78\x17\xd3\x2c\xc9\x82\xbb\x1e\xe4\x0b\x99\x1b\x5a\xf7\xca\xad\xf6\x18\x06\xb0\x42\xd1\x2c\xdb\xa1\xfd\xf9\xd3\x9f\x86\x16\x1a\x63\x8e\x53\x73\x2a\x03\x63\x15\x8a\xb8\x30\xb2\x60\x6c\xcf\xbb\xd1\x35\x07\xf7\x83\xbb\xe1\xfd\x09\x1a\xa0\x18\x2b\xac\x0f\xb8\x20\x99\x20\x92\x30\x05\x7a\xbc\xfe\x5e\x2d\x50\xca\x63\x92\x18\x8d\xf3\xa3\x96\x7c\xd1\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x54\x22\x9c\x48\x8e\xb0\x23\x2b\x12\xbb\x26\x30\x8b\x1d\x6b\xc1\x28\xe2\x69\x46\x13\x6f\x83\xf7\xc6\x15\xca\x62\xfa\x44\xe3\x1c\x27\x88\x4f\x34\x57\xd1\x1a\xf2\xf0\x89\x30\x95\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x40\x72\xce\xf3\x24\xd6\xed\xba\x51\x4a\x9a\xd2\x04\x0b\xad\x82\x9b\xd1\x5e\xdb\xb6\xd0\xfd\x9c\xf8\xb1\xc2\xb8\xf4\x6a\xa6\xf8\x91\x48\x44\x15\xca\xb8\x94\x74\x92\x14\x67\xfe\xe1\x1c\xc1\xb8\x4f\x2f\xce\x41\x9f\x8f\x14\xe2\x86\x87\xba\xce\xad\xfd\xc6\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xad\x55\xf3\x87\xab\xbb\x9b\xe1\xe9\xf9\xc7\xf3\xe1\x59\x5d\x37\xbf\x1f\xdc\xfd\x58\xff\xf5\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x5c\x7f\x72\x31\x78\xb8\x3a\xfd\x61\x7c\x73\x31\xb8\xaa\x3f\xb4\x64\xd5\x59\xcd\x0f\x47\xb6\xe6\xd9\xea\x6d\x9a\x2f\x65\xd3\x3c\xf8\x72\x8d\x9a\x53\x9a\x80\x0e\xda\xd9\xa0\xe9\x6d\x08\xf6\x4b\x94\x61\x29\x8d\x64\x64\x46\x70\x34\x62\x97\x5c\x68\x06\x36\xe5\x9a\x47\x68\xe9\x49\x89\x3c\x52\x94\xcd\xfc\x47\x27\x68\x94\x7f\xfb\xed\x9f\xa2\x0b\xca\x1e\xe1\x2f\xb2\x8f\x8b\xd3\x5b\x7c\x7b\x8b\xef\xef\xcb\xe2\xab\x45\x9f\xe3\xd0\xd0\xbb\xdb\x90\x21\x2d\x5c\xb0\x2c\x57\x20\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x02\x87\xba\x19\x14\x3f\x11\xe5\x5f\xd4\xa2\xcd\x7b\xb0\x23\xfe\xcc\xc5\xe3\x34\xe1\xcf\x7e\xe0\x9f\x88\xd2\x63\xbf\xb5\xbd\xf4\xa1\x44\x7d\x28\xd1\xdb\x86\x12\xed\x95\x31\xef\xe5\x99\x5f\xd9\xf2\x67\x38\x60\x8b\x27\xab\xd5\x51\xd5\xe2\x87\x0a\xdc\x4c\xaf\xc2\x35\xcb\xce\x9c\x15\x9c\xb3\xf4\xf2\x7b\xe1\x9e\xa5\x41\xbf\x3e\xe7\xfc\x5d\xf8\x5b\x7a\x77\xca\x86\x0b\xf5\x2e\x19\x6c\xc7\xbb\xe3\xd5\x9c\x21\x2f\xcf\xf0\x6b\xb1\x0d\xeb\x04\x33\xac\x11\xbd\xd0\x39\x5c\x61\x45\x7c\x42\x63\x40\x42\x53\x04\x42\x3d\xe4\xa0\x31\xc6\x60\xbb\xa0\x82\x4d\xef\xa6\xee\x61\x02\x9f\x88\x2a\xbd\xfc\x5e\xee\xa6\xd2\xa0\x5f\xff\x6e\xfa\x9d\x46\x07\xf4\xe1\x00\x2f\xb8\x74\x5f\xfa\x8d\xb6\xbf\x0e\xff\xdf\x81\x87\xbf\x77\xe9\xaf\xb5\x46\x5f\x96\x0f\xff\x4b\x75\xda\xbf\x4f\x2f\x7d\xef\x96\xef\xdd\xf2\x6f\xe1\x3f\x79\x7f\x6e\xf9\x97\x55\x4f\x8b\xe3\x35\x76\xb4\x60\xf5\xb5\xe0\x50\xfe\xb3\x83\x93\x06\xfe\x72\x2a\xdf\xba\x41\xe3\xad\x3a\xdc\x59\x31\xbe\x21\x1c\xa1\x5f\x2d\x21\xad\x50\xe7\x6a\xdf\xbd\x07\x75\xae\x3e\xe8\x97\xd7\xe1\xde\x8c\xf9\xbe\xd0\xe5\xf9\x4e\xd8\xc0\xfa\xb7\xe5\x17\x2c\x93\xf7\xb2\xf8\xcb\x67\xe3\xef\xcd\x84\xde\x8f\xec\xfd\x06\x17\x6f\xc7\x5b\x77\xe7\x39\x59\x0d\xd7\x6c\x70\x3b\xad\xca\xb0\xaa\x7e\x4d\x89\xfc\xee\x5d\xde\xb7\xaf\x91\x64\xd5\x5f\xb8\xfd\x85\x6b\x9b\xea\x2f\xdc\x2f\xf8\xc2\xdd\x3b\xf8\x9b\xbd\x89\x00\xed\x83\xc8\x7b\x60\x8c\x3e\x86\x7c\x87\x8b\xd3\xc7\x90\xf7\x31\xe4\xbf\xb3\x18\xf2\x6d\xb4\xa7\x4d\xb1\x28\xdf\x42\x8f\xea\xd5\xa8\x5e\x8d\x0a\x7f\xef\xd5\xa8\x5e\x8d\xea\xd5\xa8\x2f\x1c\x45\xb4\xd7\xa1\xba\x2f\x44\xaf\x43\x75\x5e\xaa\x5e\x87\x5a\xb2\x38\xbd\x0e\xd5\xeb\x50\xbf\x2f\x1d\x8a\x3c\x11\xa6\x24\x24\xa3\x85\x1a\xc5\x87\x8c\xcb\x76\x4d\x28\xe4\x0e\x0d\x5a\x10\xb4\x59\x4e\x0a\x83\xc0\xa5\x5f\xd1\x1c\x4b\xc4\xa3\x28\x17\x95\x33\x50\xd5\x83\x4e\x05\xc1\x8a\x40\x0b\xfa\xc3\xf7\xa0\xff\xd4\xa7\xfb\x5a\x31\xf8\x13\x1e\xd7\xa8\xdd\x1c\x84\xa6\x27\xcb\xe5\x91\x9d\x4d\xfd\xef\x39\xe9\xa6\xfe\xbd\x20\x51\x2b\x2c\x1f\x77\x4c\xd4\xa5\x5c\x8b\x8d\x88\x1a\x5a\x78\x2f\x44\x5d\x9f\xee\xef\x86\xa8\x9b\xa6\xbe\x0f\x44\xfd\x6c\xf3\xf8\x77\x4c\xd8\x35\x78\x80\x8d\x88\xdb\xb7\xf2\x5e\x08\xbc\x79\xda\xbf\x1b\x22\x6f\x9b\xfe\xdb\x12\xba\x4f\x91\xec\x4c\xe2\xf7\x82\xce\x66\x5a\xcd\x00\x0d\x4f\x93\xe2\xea\x1a\x41\x45\x52\xe0\x4a\xb2\xf6\xaf\xbe\x07\x92\xf6\x83\x35\x63\xff\xdd\xd0\x72\x6d\xde\x7b\x42\xc4\xc7\x82\x44\xfc\x09\xea\x85\x75\x23\xe6\x5b\x02\x14\x0c\xfc\x3a\x13\xe4\x89\xf2\x5c\x26\x8b\x43\x91\x33\xe4\x98\x3f\xf2\xcd\x1b\x6b\xf5\x33\x4d\x12\xc4\x99\xd6\xbf\x14\x16\xca\x3d\xd6\xfa\xb7\xe0\x29\x9c\x8a\x04\x4b\x85\x1e\x19\x7f\x66\x68\x8a\x69\x92\x0b\x82\x32\x4e\x99\x3a\x1a\xb1\x73\x86\x6e\xcd\x18\x21\x6f\xe0\x00\xe5\x52\x9f\xa5\x08\x33\xc6\x15\x8a\xe6\x98\xcd\x08\xc2\x6c\x61\x13\x70\x0b\xca\x40\x5c\xa0\x3c\x8b\xb1\x56\x7c\xe7\xa4\x1a\xa5\xe7\xc7\x08\xe6\x3b\x2a\x11\x95\x88\x7c\x56\x82\xa4\x24\x59\xe8\x3e\x34\xed\x2b\x8e\xec\xfa\x98\xa1\xda\x74\x3e\x22\x04\x17\x12\x32\x0e\x26\x8b\xdf\x30\x53\x94\x11\x04\x8a\x92\x34\xa6\xb9\x43\x74\xc1\x25\x98\x6d\x7e\xfc\x8b\x44\x51\x92\x4b\x45\xc4\x01\x9a\xe4\x33\xa9\x35\xc5\x2c\xc1\x6a\xca\x45\xaa\x47\x48\x99\x54\x78\x42\x13\xaa\x16\x07\x28\xc5\xd1\xdc\xb4\x05\x6b\x20\x0f\x46\x2c\xe6\xcf\x4c\x2a\x41\xb0\xef\xdd\x3d\x44\x5f\x87\xcf\x0c\x01\xc8\x6f\x0e\x20\xed\x90\xa6\x5a\xdd\x0d\x86\x5f\xec\xb8\xd9\x13\xdd\x08\x89\xd1\x84\x44\x38\x97\xd6\xc3\xa0\xc4\x02\x91\xcf\x73\x9c\x4b\xd8\x3b\x3d\x3d\x9b\xb3\x11\xf1\x34\x4b\x88\x22\x88\x4e\x91\x12\x94\xc4\x08\xcf\x30\xd5\x4b\x77\x47\x96\x80\xa0\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\x50\xbf\x53\x2e\x08\x8a\x89\xc2\x34\x59\xea\x75\xb2\xdf\xf6\x5c\xee\x3d\x71\xb9\xf2\x86\xef\x05\x9b\x33\x20\xfe\x3b\xb8\xb4\x99\x35\xdd\x47\x38\xd9\xf2\xfe\xbe\xb5\x83\xea\x69\xfb\x7d\xd1\xb6\xd9\xb5\xfd\x21\xee\x57\x8b\xc1\xee\x5e\xd1\xa2\xa8\x66\xf1\xae\x68\xfa\x35\xc2\x02\x7a\x87\x73\xef\x70\x6e\x5d\x99\xf7\xe9\x70\xde\x1b\x8f\x51\xef\x73\x7e\x21\x9f\x33\x95\xbd\xd3\xb9\x77\x3a\x77\x5d\xa0\xde\xe9\xdc\x3b\x9d\xdf\xaf\xd3\xf9\x25\x71\x9f\x77\x8a\xee\xfc\xae\x44\xeb\x5e\xac\xee\xc5\xea\x1e\xc2\xd9\x4f\x6d\x57\x2c\xcc\x7d\xfd\x21\x26\x09\x51\xa4\xdd\x9e\x45\x44\xaa\xb5\x05\x73\x3d\x53\xa6\xe5\xb8\x99\x20\x52\x6e\xcb\x90\x7c\xc3\xef\x93\x2d\xf9\xe1\xf7\x50\xf3\x3d\x9f\xea\xf9\xd4\x26\x53\xdb\x1f\xd3\x6c\x70\x98\x5f\xcb\x36\xeb\xf9\x6f\x96\xb7\x4b\x7f\x0f\xc6\x0d\x59\xf8\x45\x0d\x85\x6b\xa9\x5d\x71\x7f\xb8\x2d\x9d\x6f\xc9\x8f\x4d\x5f\xef\x93\x19\x9b\xb1\xf7\x9c\xb8\xe7\xc4\x3d\x27\x7e\xdf\x9c\xd8\x9d\xe4\x37\x75\x91\x19\x3f\xdd\x38\x4b\x30\x1b\xd3\x58\x1e\xff\xa3\xd0\xe5\x5f\xca\x43\xa6\x0f\x54\x6c\x52\x4c\x7d\x4a\xa7\xf8\x55\x7f\x92\x14\x06\x73\x8f\x99\xb9\xc2\x89\x66\x6c\xec\x37\x09\x66\xe7\xf1\xbb\xf0\xa3\x35\xce\xfe\x35\x7c\x6a\xdb\xf0\x71\xac\xc0\xd3\x81\x29\x33\x26\xbc\x22\xaf\xb6\x64\xa0\xdc\x8f\x13\xbe\x0d\x57\x0f\x26\x16\x30\x76\xc7\xaf\x83\x45\xd9\xbf\x69\xf7\x7e\x9d\x3e\x97\xb0\xf7\x5c\x74\x9c\x70\xef\xb9\xd8\x5f\xcf\xc5\x5b\xb9\x23\x5f\xf9\x78\xbe\x96\x58\xd7\x3d\x08\xdf\x44\xab\x41\x50\x6b\x9e\x25\x1c\xc7\xcb\x5c\x31\x85\xe0\x15\x82\xa3\xac\x8c\xc4\x2f\x3e\x7b\x0f\xc2\x5a\x31\xda\xdf\x59\x24\x5f\x7d\xe2\xfb\xa2\xa5\xbc\x62\x28\x5f\x33\x89\xaf\xa1\x92\xbc\x0f\xfc\xd4\x62\xbc\x7d\x68\x5f\x6f\x51\x7a\x7b\x8b\x52\x1f\xda\xd7\xab\x80\x7b\xa6\x02\xf6\xa1\x7d\x7d\x68\x5f\xaf\x20\x2f\x9f\x76\xaf\x20\x7f\x11\xa1\x7d\x9d\x44\xed\x17\xc4\xde\xdc\x5e\xe8\xee\x65\x6e\xf7\x5e\x2f\x73\xf7\x32\xf7\x17\x2a\x73\xef\xc7\x0a\xf7\x02\x77\x2f\x70\xf7\x02\x77\x2f\x70\xf7\x02\xf7\xce\x97\xb1\x17\xb8\x5f\xb3\x40\x67\xb3\xd4\xbd\x22\xc9\xe6\xbd\xfa\x72\x7a\x71\xbb\x17\xb7\xf7\x5b\xdc\xde\x9b\x09\xbd\x9f\x32\x8f\xdd\xe6\xd3\x17\x29\xef\x8b\x94\xf7\x45\xca\x5f\xbc\x48\xb9\xfb\xba\x43\xc6\x87\x3d\x5c\x0a\xab\x5c\x1a\xc0\x47\x41\x66\x54\x2a\x60\xff\x5d\xe4\x95\xd5\x89\x1e\xef\x55\x4e\xe9\x53\x3d\xfc\xd3\x5e\x6a\xe9\xa5\x96\xdf\xa9\xd4\xb2\x47\xb1\x60\x7b\x91\xb1\x92\x62\x15\xcd\xf1\x24\x21\x63\x6f\xf4\x91\x5d\xf5\xe0\x0b\x2a\x95\x44\x51\x2e\x15\x4f\xdb\x2f\x97\x4b\xd7\xc3\xc0\x77\x70\xca\xd9\x94\xce\x72\x73\xb7\x18\x70\xce\xe0\x44\x17\x92\xe0\x22\x23\xab\x3c\x55\x0d\xad\xbf\x8b\x6b\xa9\x79\xe8\xaf\x75\x3b\xad\x23\xb8\x17\x46\x3e\x2b\x75\x6b\x59\x6b\x7c\x3b\xbc\xbb\x7e\xb8\x3d\x1d\x9e\xa0\x41\x96\x25\xd4\xd8\xdd\x0d\x29\xd0\xdf\xf4\xa4\x90\xc2\xf2\xb1\xd8\x4b\x61\xc8\xdc\x60\xd8\x82\xa1\x5f\xcb\xc6\xe8\x10\x9d\x5e\x3c\xdc\xdd\x0f\x6f\x5b\x1a\xb4\x84\x02\x79\xab\x24\xcd\x12\xac\x48\x8c\x1e\xf3\x09\x11\x8c\x68\x69\xc7\x22\xdd\x16\xe6\x7f\xd3\xe8\xf0\xbf\x86\xa7\x0f\xf7\xe7\xd7\x57\xe3\xbf\x3e\x0c\x1f\x86\x27\xc8\x51\x9c\x6e\x56\x8f\x4b\x8f\x22\x5e\x30\x9c\x6a\x0d\x44\xff\x50\x64\xca\xfe\x3d\x27\x39\x41\x58\x4a\x3a\x63\x29\x01\x44\xe0\x52\x8b\x6e\xc0\x17\x83\xef\x87\x17\xe5\x96\xe7\x24\x84\xdf\x45\x09\x9e\x90\xc4\xfa\x23\xc0\xc4\xae\x09\x3d\x80\x2a\x36\x8e\x8a\xdc\xac\xea\x5f\x1f\x06\x17\xe7\xf7\xbf\x8c\xaf\x3f\x8e\xef\x86\xb7\x3f\x9d\x9f\x0e\xc7\x56\xaa\x3c\x1d\xe8\x7e\x4b\x3d\x59\xe1\x13\xfd\x3d\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xe7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\x9b\x8b\x87\x4f\xe7\x57\xe3\xeb\x9f\x86\xb7\xb7\xe7\x67\xc3\x13\x74\x47\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x89\x72\x61\x8f\xee\x8c\x3e\x11\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\xd7\x57\x1f\xcf\x3f\x9d\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x89\x08\x41\x63\x52\xa1\xa3\xc1\xdd\xdd\xf9\xa7\xab\xcb\xe1\xd5\x3d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc1\x94\x0d\x33\x04\x0b\xf7\x13\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x3c\xa7\xe0\xfe\x00\x60\x66\xdf\xb3\xd1\xcf\x44\xce\xde\xdc\x3a\x5b\x3a\x78\x75\xb5\xa5\x7a\x92\xea\x6f\x54\x8e\xc5\xb2\x17\x4a\x54\x5e\x7f\x71\x15\xb5\xd6\xbf\xa8\x90\x5b\xbb\xb2\x56\xa3\x97\xf6\x99\x16\x7b\xdd\x59\x57\x2b\xaf\xe1\xeb\x5d\xb3\x44\x09\x1a\xc9\x97\x85\x7a\x12\x39\x53\x34\x25\xc8\x76\x66\x0f\xe7\x0e\xe1\x9f\x2e\x4d\xc3\xef\xe1\x82\xad\x95\x72\xf8\x44\x94\x1d\x7e\xaf\x02\xf6\x2a\xe0\x7e\xa8\x80\xef\x2d\xdb\x3f\x26\x59\xbd\xc3\xca\xc4\xe0\x1d\xe3\xf5\xaa\x05\x69\x18\x7b\xa2\xb5\xa8\x26\xe4\x89\x24\x20\xe5\x29\x81\xb5\xd2\x68\x65\x97\x89\x20\xf8\x51\x0b\x7c\x31\x7f\x0e\x25\x97\x06\xe4\x7e\xb4\x9b\x5b\xb8\x4b\x10\xc7\x9f\xbe\x7b\xbd\xcb\x42\x2f\x77\xfc\x1a\x25\xbc\x6f\x21\x48\x66\x29\x46\x60\x90\x60\xff\xab\xb5\x04\xaf\xb8\x2d\x82\x2f\xde\xc3\x45\x11\x0e\x77\x8f\xb4\xae\xdb\x50\x09\x76\x2c\x34\x25\x0a\xc7\x58\x61\x7d\x68\x66\x44\x1d\xa1\x6b\x06\xcf\xee\xb1\x7c\x3c\x40\xee\xca\xd3\x6c\xa5\xb0\x32\xbc\x42\x6a\xfd\x3b\x31\xe0\xaf\xcf\xc7\xfb\xeb\xbb\xbf\xbe\x9b\x57\xa6\x0f\xf3\x6c\x59\xe1\x5d\x5d\x8c\x6b\xf9\xbc\x76\x77\x7f\x99\x16\xdf\xef\x15\xf6\xba\x4e\xae\x9d\x5e\x68\xa6\x72\x56\x7f\x5b\x99\xff\xeb\x6f\xab\xfe\xb6\xea\x6f\xab\x3d\x58\xe1\x37\x77\x18\x36\x70\xf7\x37\xf5\x18\xae\xd2\x4e\x37\x86\xbc\x2b\xb4\xd1\x75\x40\xef\x7e\xed\x8a\x6d\x57\x7c\x43\xdf\x87\x8f\x30\x98\xe4\x6b\xa4\xb5\xed\xf4\x32\x37\xf9\x22\xbd\x7e\xfa\x82\x37\x7e\x8f\x40\xb8\x53\x04\xc2\xfd\x98\xeb\x8b\xa4\xc0\xbd\x8d\xc5\xf4\xed\xd3\xde\x7a\xa8\xc1\x3e\xb1\xab\x4f\xec\x82\xdf\x7b\xa8\xc1\xdd\x51\xeb\xcb\x4a\xd7\x3c\x26\xe3\x4a\x94\x80\xff\xe7\xb8\xea\xf9\x29\x3d\x09\xdd\x40\xa5\x07\x45\xa6\x1b\xb4\x4e\xe3\x5d\x16\x91\xba\xe2\x31\xe9\x1c\x49\x50\x7a\x79\xcf\x65\x70\x37\x4f\x23\x8b\x97\x06\xfe\xc2\x92\x78\xcb\x96\x7f\x89\x86\x9d\x06\x02\xee\xad\x3c\x2b\x17\xea\x4b\x8d\x2f\x28\x38\xd4\x3b\xf2\x54\x74\x63\xe3\x2e\xa6\x71\xdc\xc2\xcc\x9b\x9f\x7b\x96\xde\xfc\xf8\x65\x30\x83\xba\x73\x74\x30\xab\x84\x6f\xbf\x0f\xbb\x4a\x38\xe2\xd7\xb0\xac\x2c\xdd\xfb\x2f\x8e\xab\x2f\xa3\xe4\x9e\xb7\x77\x5c\xae\x2f\x95\xc3\xf7\x10\x3f\xcb\x6c\x1d\x3d\x86\x4e\x6f\x6a\xd9\x9f\x09\xf7\xa6\x96\x77\x6d\x6a\x31\x2e\xda\x71\x86\x05\x61\xaa\x41\xa4\xae\x5e\x27\xf0\x7a\x88\xb9\xe0\xa4\x0e\x68\x00\x69\x89\x16\xd9\x0b\xd9\x5f\x55\x5f\x96\xed\xc5\x0a\x06\x41\x26\xe4\xf1\x3f\x8a\xbf\xbd\xb0\x5e\xaa\x00\xb1\x24\x3a\xc9\x60\xfd\x4b\x7d\x47\xe7\x36\x50\x69\xfb\x5c\x49\xac\x4a\xa2\x20\x04\x51\xaf\x8c\x67\xba\x31\x6f\xbf\xaf\x14\xc9\xda\xa0\x5f\x37\xb6\xa9\xbe\xf1\xdd\x0e\x90\xdb\x19\x6a\xd2\xfd\x82\x9c\x32\x2d\x8d\xf2\x69\x71\x31\x48\xf4\x4c\x93\x04\x10\x45\x20\xe3\xb1\xed\x06\xf8\xdd\x45\x3c\xb4\xee\xfc\x9b\xc6\x3d\x34\x71\x87\x26\x96\xd0\xc5\x9e\xba\xab\x9c\x69\x47\x6c\x90\xce\x0a\xda\xd0\x0a\x03\xec\x97\xc1\x09\x3e\x11\xf5\x5a\x6c\x60\xd3\xb3\xbf\xf4\xdc\x0b\x32\x25\x82\xb0\x88\xec\xa1\xb7\x7d\x9d\x30\x90\x9f\xcd\x24\x6d\x0c\x88\x87\x12\x08\xa7\xaa\xb8\xd5\xd3\x4a\xa2\x6e\x9f\x49\xde\x67\x92\xf7\x99\xe4\xd5\xa3\xde\x67\x92\xf7\x99\xe4\x8d\x39\x10\x31\x49\x88\x22\xad\x52\xc5\x19\x3c\x7e\x2b\xa9\xc2\xf4\xfe\x65\x08\x16\x66\x2e\xbd\x6c\xf1\xbb\xd1\x2c\xdc\x86\xef\x85\x66\x61\xce\xda\x2a\xf3\x43\xe9\xc7\x86\x10\xeb\x57\x37\x49\x6c\xc2\x34\x4a\x76\x89\x33\x78\xfd\x5d\xb2\x8e\xea\xd0\x7b\x1b\x05\x0a\xb6\xee\xe5\x38\x49\xed\x08\x74\x9b\xb8\xf5\x18\xbe\xdf\x79\xef\x0b\x07\x6d\xa3\xfb\x7d\xe5\xa3\x1b\x27\xa5\xec\x8b\xc5\xe6\x0b\xe2\x91\xbd\xf5\xe6\x8d\x73\x25\x6a\xcc\xf0\xdd\x4e\xb7\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x7a\x63\x15\xea\x8d\x55\x6b\x1b\xab\xbe\x20\x99\xaa\x37\x5c\xf5\x62\xd5\xee\xa6\xbb\xaf\x5a\xe6\x3e\x59\xeb\x3a\xa3\xa4\x17\x39\x54\x2b\x23\xef\xed\xb4\x7f\x5d\x11\x72\x7f\xe3\x46\xf0\x7e\xf8\x95\x7c\x69\x96\xb4\x4d\x60\xb1\xdb\xd1\x2f\x36\xae\xb8\x2f\x1d\xda\xb8\x56\x7d\xd8\xf3\x92\xc5\xe9\xc3\x9e\xfb\xb0\xe7\xbd\x0b\x7b\xde\xb9\xb2\x92\x71\xb9\x0c\x90\xc8\x94\xce\x5a\x9a\xff\xec\xee\x6c\x48\x34\x02\x52\x30\x28\xc7\x31\xc9\x12\xbe\x00\x4b\xca\x92\xeb\xdc\x75\x71\x53\x93\xa8\xf7\xfd\x46\x77\x23\x7f\x2d\x9d\x63\x5f\x64\xd2\x62\xde\x7b\x21\x85\x1e\xff\xa3\x92\xce\xdf\x09\x2f\x93\x21\xf2\x99\x4a\xb8\x95\x56\x13\xf6\x88\x35\x3f\x09\x4a\x17\xda\x7b\x70\x92\xab\x20\x77\x4f\x6a\xc1\x2a\x23\x42\x2d\x82\x37\x49\x9a\xa9\xc5\x7f\x8e\x18\x55\xde\xc3\x46\x67\x8c\x0b\xc3\xd5\xf4\xc7\x73\xcc\xe2\x84\x08\x7d\xa9\xba\x76\x22\xcc\x18\x57\x20\x6e\xc0\x0c\x62\xf4\x44\xb1\x11\x4e\x06\x37\xe7\x9d\xfd\xcc\xef\xe8\x74\xbd\x76\xb1\xba\x15\x77\xdd\xa7\x84\x4f\xa0\x82\x65\x5e\xd6\xe9\x75\x03\xbd\x67\xb4\xb4\x73\x6f\xc5\x10\x14\x96\x8f\x55\xe0\x90\x72\x16\xfa\x78\x29\x94\xc8\x8a\x77\x4b\x18\xf3\xcb\x5f\xad\xc0\x8d\x94\x9f\x59\x00\x12\x78\x0c\x43\xae\x8e\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\xd2\xdd\xf0\xa3\x20\x4a\x2c\xc6\x58\x29\xcd\x64\x76\x89\x71\x72\x8f\xe5\x63\x67\x8c\x93\xd2\xcb\x7b\xce\x72\x4a\x18\x27\xe5\x81\xbf\x38\xcb\xe9\x48\x9d\x2b\x38\xd3\xfb\xcb\x8f\xef\x7a\xd6\xd6\x98\xf8\xef\x25\x57\xbe\x1b\xef\x59\x65\xa6\x7d\x8f\x79\xf3\xcb\x98\xe9\xde\x8c\xb0\xc2\xcf\xbf\xc4\x93\x5b\xbe\x9d\xfa\x23\xba\x6c\x8d\xbe\xb8\x42\xb8\x15\xa1\x63\xc5\xdc\xde\x49\x41\xdc\xaa\xdc\xb4\xeb\x51\xbd\x8c\x99\x3b\xd8\x8d\x75\x62\x80\xce\xcb\x68\xe5\xfe\x0c\xb9\xa8\xa0\xa2\xf4\xec\x1c\x12\xad\xa9\x0c\x13\xe2\x23\x2e\x8c\xe4\x15\xdb\x33\x6b\xcc\x76\x06\xcc\xf7\x04\x0d\x50\x6c\x6b\xf3\x0b\x92\x09\x22\x09\x53\x46\xd5\x36\xf5\xae\x5c\x79\x7f\xca\xac\x85\xe8\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\x7c\x61\x7f\x2a\x11\x4e\x24\x47\xd8\x11\x0e\x89\x5d\x13\x98\xc5\x8e\x3d\x60\x14\xf1\x34\xa3\x89\x47\x6a\xf7\x56\x7c\xca\x62\xfa\x44\xe3\x1c\x27\x1e\x19\x7b\xc4\x86\x4f\x84\xa9\x1c\x54\x38\x9c\x24\xc8\x76\xeb\x5e\x08\xf4\x73\x37\x4a\x49\x53\x9a\x60\x81\x14\xb7\xa3\xbd\xb6\x6d\xa1\xfb\x39\xf1\x63\x75\x28\xe0\x28\xc5\x8f\x44\x22\xaa\x50\xc6\xa5\xa4\x93\xa4\x38\xc6\x0f\xe7\x08\xc6\x7d\x7a\x71\x0e\xa6\xd1\x48\x21\x6e\xf8\xa0\xeb\xdc\xfa\x09\x5c\x8f\x29\x66\x8c\x40\xc7\x5c\xcd\x89\xb0\xdd\xdb\x97\xdf\xda\xca\xf9\xd6\x18\xd1\xed\x16\xd3\x70\x64\x6f\xa7\x74\x76\xd6\x38\xbb\xaa\x9b\xdd\x74\xcd\x76\x45\xf3\x05\xbc\xb4\xdd\xb5\xc1\x0b\x2a\xcb\xea\xe0\xbb\x70\xd9\x96\x46\xfc\x1a\xf8\x68\xbf\x53\x45\xb0\xd7\x02\x5f\x64\xdd\xbe\x54\x15\x70\xcf\xf5\xbf\x1e\xd9\xad\x47\xb1\xef\x03\x30\x76\xb8\x38\x7d\x00\x46\x1f\x80\xf1\xc5\x06\x60\xb4\x6b\x13\x34\xde\x3a\x5d\x6f\xcd\x0a\x52\xde\x28\x20\x7e\x05\x51\x0a\xcb\xc7\xae\x35\xa5\xb4\xa8\x7c\x1e\xbf\x0b\xa9\xbe\x71\xc2\xaf\x21\xdd\xf7\x75\x8a\x76\x5a\xa7\x68\xef\xa6\xdd\x0b\x7e\xbd\xe0\xd7\xcb\x36\x1d\x27\xdc\xcb\x36\xfb\x2b\xdb\xbc\x95\xc2\xf2\x25\x41\xe8\x6a\xe1\xa9\x94\x19\xb3\x34\xc0\xd6\xc0\xd1\x80\x7b\x20\xcf\x12\x8e\xe3\x55\x41\x38\xbf\xa2\x42\xae\x59\x22\x9a\x99\x76\xf5\x07\x7b\x2e\x99\xd5\xe2\x6f\xcc\xc8\x7f\x0f\x31\xb5\xad\x53\x7f\xd3\xb0\x5a\xa0\x5f\x08\x26\x2b\x05\xa5\xbd\x94\x16\x52\xa5\xe9\x4e\x0a\x87\xfc\x6e\xcf\xa9\xda\x6f\xe9\x6b\xa8\x17\x5f\xb0\x83\xa0\x77\x02\xfc\x3e\x0b\x9f\xef\x8d\xd4\xda\xab\x76\x7d\x56\x65\x6f\xd4\xef\x15\xdf\x5e\xf1\xdd\xf9\x32\xee\x93\xe2\xfb\x86\x12\xb5\x49\x13\x79\x91\x32\x86\x9b\xc9\xd6\xbd\x68\xdd\x8b\xd6\xbd\x68\xfd\xc5\x8a\xd6\xfb\xb1\xc2\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xdd\xcb\xd5\xbd\x5c\xbd\xf3\x65\xec\xe5\xea\x8a\x5c\x0d\x7f\xb9\x34\xe9\x75\x85\xec\xce\xc2\x75\x87\x9c\xe8\xf7\x22\x59\xf7\x52\x75\x2f\x55\xef\xb7\x54\xbd\x37\x13\xfa\xf2\x12\x21\xfb\x54\xc2\x3e\x95\xb0\x4f\x25\x7c\x8b\x54\x42\xc7\x4b\x96\x49\x28\x75\xc1\xe2\xa7\x1a\x07\xda\x5b\xd9\xa2\x18\xed\xa6\xe1\x1d\xbb\x5a\x6a\x07\x34\xbf\x49\xa5\xa9\xd2\x6f\xae\xa1\x3d\xaa\x3f\x75\xe0\xa4\x05\xcd\x28\xdc\xf8\x56\x23\x84\xfd\x6c\xdf\x7c\x5f\x60\xe0\xf5\x51\xf7\xf5\xa7\x50\xb0\x6b\x7d\xfd\xa9\x17\x9c\xb7\x3b\x5c\x2b\x66\xee\x68\xd4\xd8\x78\xdf\xe9\xb4\xdf\x1c\x5c\xae\xfd\xa4\xbf\x69\xb8\x5c\xe3\x4d\x52\x4b\xde\x39\xfe\x47\xe3\x45\xf1\x06\x65\xb7\xd6\xbe\x1d\x3e\x11\xf5\xa5\x5c\x0d\x7d\xd9\xad\xbe\x3e\xc4\x8e\xa6\xbb\x11\xeb\x7f\xb7\xb3\xed\x8b\x8c\xf5\x45\xc6\xfa\x22\x63\x7d\x91\xb1\xbe\xc8\x18\xfa\x9d\x17\x19\x5b\x5b\x7c\x34\xe3\xf8\x52\x24\xc8\xbe\xc8\x58\x2f\x44\xee\x6e\xba\xbf\x2f\x21\x72\x0f\x2d\x08\x7b\x51\x4d\xcd\x5b\x10\xde\x1c\xf7\xc3\x8d\xa4\x2b\xf6\x87\x5b\xd0\x1e\xff\xc3\xfe\x5f\x8f\xff\xd1\xe3\x7f\xb4\xcc\xba\x0f\x66\xed\xf1\x3f\x50\x1f\xae\xd9\x87\x6b\xee\x73\xb8\x66\x87\x6d\xec\xf1\x3f\x3a\x8a\x73\x2f\x84\x01\xe2\x64\xae\xb5\x70\x40\x7e\xae\x2b\x1a\x7b\x2b\xa5\xb9\xb1\xfe\x7e\x70\x40\x1a\xa7\xbd\x17\x2a\xc9\x2b\xe2\x80\x34\xd1\x75\x67\x05\xe4\x7d\xe0\x81\xb8\xd1\xf6\x89\x8b\x7d\x88\xf5\xfe\x87\x58\xef\x5d\xe2\xe2\xde\x48\xb2\xbd\xba\xd7\xe7\x2e\xf6\xb9\x8b\xbd\x32\xdc\x2b\xc3\x3b\x5f\xc6\x7d\x52\x86\xdf\x58\xc2\x7e\x41\x5c\x90\xed\x64\xed\x5e\xd4\x36\xef\xf5\xa2\x76\x2f\x6a\x7f\xa1\xa2\xf6\x7e\xac\x70\x2f\x67\xf7\x72\x76\x2f\x67\xf7\x72\x76\x2f\x67\xef\x7c\x19\x7b\x39\xfb\xd5\x70\x42\x9a\x84\xed\x8e\xf9\x36\xef\x49\xd2\xee\xa5\xec\x5e\xca\xde\x6f\x29\x7b\x6f\x26\xd4\x63\x86\xf4\x98\x21\x3d\x66\x48\x8f\x19\xb2\x91\x7c\xf3\x2f\xf6\x58\x7e\x08\x6e\x62\x7f\x65\x7f\xf8\x3e\xe1\x93\xfb\x45\x46\xf4\x7f\xcf\x68\x4a\x98\x04\x69\x94\xaa\x45\x28\xcf\xb4\xac\x7c\x7d\xcd\x3f\xdc\x9d\x5f\x7d\xba\x08\xb3\x69\x3e\x5c\x3e\x5c\xdc\x9f\xdf\x0c\x6e\xfd\xba\xf8\x59\x85\x6b\x61\xbf\x2b\x89\x64\x96\xe4\x6f\x89\xd6\x3d\xe1\xd4\xdc\x29\xac\x72\xb9\xd9\xc8\x6e\x87\x77\xc3\xdb\x9f\x20\x1b\x68\x7c\x76\x7e\x37\xf8\xfe\xa2\x44\x10\xa5\xe7\x83\xd3\xbf\x3e\x9c\xdf\xb6\x3f\x1f\xfe\xd7\xf9\xdd\xfd\x5d\xdb\xd3\xdb\xe1\xc5\x70\x70\xd7\xfe\xf5\xc7\xc1\xf9\xc5\xc3\xed\x70\xe9\x7a\x2c\x1d\xed\x72\x25\x44\xc2\x22\x41\x9c\x3f\x8a\x2c\xd7\x10\xc5\x1a\x22\x2f\x3e\x3a\x76\xd8\xd4\xd7\x09\x7a\xb0\x3a\x3d\xb5\x8d\x1b\x06\x1b\x34\x64\x94\x91\x98\x4a\x3c\x49\x48\x5c\x6b\xc9\xad\x61\x5b\x4b\xb8\x34\xa8\x67\xad\x3d\x7b\x91\x53\xf3\xbc\xc8\xf0\x02\x04\x39\x8a\x8a\xb0\xb8\xa1\x0f\xb3\x0f\xad\x3d\x30\xcd\xbb\xe8\x13\x29\xf5\x14\xe5\x42\x10\xa6\x92\x05\x22\x9f\xa9\x54\xb2\xd6\xa8\xdb\xbe\xb6\x66\xed\x9d\xea\x1b\x9c\x63\x89\x26\x84\xb0\xf2\xf8\x05\x49\x08\x96\x0d\x63\xb6\xbb\xdf\x6d\x59\xfc\x5e\x59\x6b\x8c\xb9\x8c\xa6\x98\x26\xb9\x20\x95\xd3\xc2\xd3\x0c\x0b\x2a\x39\x1b\x7e\xd6\x77\x99\x3e\xc8\xd7\xf0\x39\x17\x9b\x9d\x98\xe1\x5f\x43\x0a\xbe\x2a\xff\xf3\xd3\x7d\xf9\x5f\xa5\x33\x7f\x71\x5f\xfe\xd7\x72\x5a\x0f\x1a\xae\x52\xf6\x21\xfa\x74\x7f\x82\x3e\x41\x88\x93\x40\xf7\x73\x6c\x28\xf6\xe2\xfe\x04\x5d\x10\x29\xe1\x97\xe2\x63\x45\x55\x02\x73\xfb\x9e\x32\x2c\x16\xc8\x4d\xdf\x24\xba\xe2\x68\x8e\x88\x5f\x9a\xea\xe2\xb1\xbf\xe5\x0c\x54\xf7\x62\xf5\x2e\xf8\x8c\x46\x38\xd9\x6e\x11\x07\x57\x25\x3e\x70\x7d\xbb\x74\x29\xc2\xb7\xeb\x6b\x31\xb8\x3a\x83\x24\x52\x37\xd4\x86\x99\x5f\x11\xa9\x89\x24\xe2\x2c\xb6\x5e\x1a\x7d\xfb\x2f\x02\xa1\xfe\x6f\x1c\x12\x71\x73\x49\xd9\x4c\xb7\x88\x8e\xd1\xf5\xed\x88\x5d\x8b\xd8\x18\x42\x89\x96\x86\x0d\xcd\x51\x89\x18\x57\x88\xa6\x19\x17\x0a\x33\xa5\x15\x01\x10\x03\xec\x8a\x18\x0e\x70\xca\xd3\x34\x57\x58\x1f\xb4\xda\xa2\x32\x63\x0e\xb9\x23\xea\x3c\x06\xd7\x4a\xc3\x1a\x1a\x39\xa1\x98\x4b\x26\x74\xfb\x5a\x46\x29\xeb\xd0\x34\xae\xa9\xb2\xae\x09\x2c\x04\x2e\x4b\x13\x1f\xa8\x22\x69\xf5\xfd\x8e\x41\x9e\xff\x6c\x34\x10\x9c\x9a\xa4\x0a\x22\x06\x22\x9a\x53\x45\x22\xa5\x8f\xe0\x46\x34\xf1\x70\xf5\xe3\xd5\xf5\xcf\xa1\x04\xf1\x61\x70\x79\xf6\xe7\x7f\x2f\xfd\x70\x7b\x59\xfb\x61\xfc\xd3\x9f\x6b\xbf\xfc\xff\x96\xd2\x53\xb5\xa7\x9a\x9e\x1f\xcc\xe5\x10\x44\x6a\xb0\x09\xbb\xa9\x22\x9a\xe2\x19\x41\x32\xcf\x34\x05\xc8\xa3\xf2\xfe\x6a\x91\xf2\x82\xe3\x98\xb2\x99\xc9\x00\xbd\xa0\x8a\x08\x9c\x5c\xe2\xec\xa3\xb3\x5f\x6f\xb0\x3a\xff\xf7\xae\x94\xaf\xfb\xe1\x97\xc1\x65\x98\xf1\xfb\xe1\xe6\xf6\xfa\xfe\x7a\xe9\xac\x4b\x2d\xd4\x8f\x91\x7e\x7c\x02\xff\x8b\x8e\x91\x6e\xdd\x4b\xbe\x29\x51\x58\x6b\x04\xe8\x6b\x93\x34\xe7\x13\x69\x28\x4b\xe0\xd4\x64\x82\xa6\x14\xae\x14\x63\xc1\xfb\xc6\x08\xd7\x5e\x7b\xf0\xe7\xc6\x7c\x00\xda\xb2\xbb\x94\x59\x8c\x45\x8c\xfe\x26\xab\xe9\xe3\x60\x38\x36\x3f\x90\x18\x1d\xa2\xb9\x52\x99\x3c\x39\x3e\x7e\x7e\x7e\x3e\xd2\x6f\x1f\x71\x31\x3b\xd6\x7f\x1c\x12\x76\x34\x57\x69\x62\xd2\xe5\xf5\x2a\x9c\xa0\x1b\xc1\xf5\x15\x02\x0a\x3a\x11\x14\x27\xf4\x37\x12\xa3\x89\xe1\x7f\x7c\x8a\x7e\x8d\xb8\x20\x47\xc5\xc6\x58\xa3\x92\xbd\x47\xac\xe1\xe9\x58\xbf\xd4\xc0\x4c\xaa\xfb\x89\x62\x12\xd1\xd8\x8a\x19\x84\x45\x1c\x2c\x8f\xc6\x57\xa1\xdb\x73\x99\x86\x5a\xa3\xc9\x72\x55\x2c\x67\xa0\xac\xe0\x98\x04\xd9\xee\x8a\x97\x09\x4e\x2b\x3e\xe7\x46\x6d\xcd\xb5\x8a\xae\xef\x56\x0c\xb7\xaa\x7b\x35\xd3\x13\x8e\x78\x82\x26\xf9\x74\x4a\x44\xe8\x90\x3e\xd0\xda\x0c\x95\x48\x90\x88\xa7\x29\x48\x0c\xfa\xab\x5c\x1a\xaa\x86\x15\xb3\xa3\x3d\x1a\x31\xd8\x7f\xad\xe6\x00\x05\xc4\x1c\x58\x1d\x23\x24\x46\x98\x2d\x4c\x37\x93\x7c\x1a\xb6\x6f\x60\x28\x70\x8c\xa8\x1a\xb1\x41\x92\x20\x41\x52\xae\x48\x90\x43\x09\xce\xb3\xf2\x82\x03\x8b\x14\x24\x4b\x70\x44\x62\x43\x0f\x09\x8f\x70\x82\xa6\x34\x21\x72\x21\x15\x49\xc3\x06\xbe\x06\x5b\x8d\x5e\x33\x2a\x51\xcc\x9f\x59\xc2\xb1\x9d\x47\xf5\xb3\x6f\xca\xa7\x71\xe8\x20\x02\x86\x42\x70\x01\xff\xf3\x23\x65\xf1\xce\x38\xd4\xc3\xdd\xf0\x36\xfc\xf7\xdd\x2f\x77\xf7\xc3\xcb\xf5\xb8\x8f\xa7\x2c\x18\x1e\xe8\xf0\x27\xe8\xce\x2c\x02\x17\x5a\x22\x12\x2d\x93\xba\xb4\xa4\x54\xfc\xc0\xe3\x0d\xb9\xef\xe5\xe0\xea\x61\x50\xe2\x28\x77\xa7\x3f\x0c\xcf\x1e\x2a\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\x0f\xe7\x17\x67\xe3\x06\x85\xf1\xc3\xed\xf0\xf4\xfa\xa7\xe1\x6d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x6f\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa2\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x9e\xa0\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x7d\xa7\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xfd\xf3\xd5\xc5\xf5\xe0\x6c\x3c\x1c\x7c\x2a\x9f\x78\xff\xe4\xee\xfe\x76\x38\xb8\x2c\x3f\x1a\x5f\x5d\xdf\x8f\xdd\x1b\x4b\x49\xbe\xa5\x83\xfa\x3d\x5d\x7e\xf1\x04\x69\x96\x0b\xac\xd1\x01\xde\x05\xfc\x71\x42\xa6\x5c\x18\x3e\x9f\xba\xd0\x05\x2b\xc2\xb8\xb5\xb5\xba\x58\x65\x16\x27\x60\x19\x6b\x6a\xd2\x58\xbd\x95\x20\x38\x85\x7b\x02\x33\x34\x64\xf1\xe1\xf5\xf4\xf0\xce\xfc\x98\x62\xf1\x48\x84\xff\xf4\x59\x50\xa5\x08\x2b\xa9\x74\xd8\x0d\xd9\x2b\x89\x45\x07\x47\xe8\x56\xf3\x7d\xfd\xbe\xbf\xd4\x34\xb1\xc7\x44\x61\x9a\x48\x3b\xd8\xd2\xba\x9e\xa0\x0b\x2c\x66\x85\x1d\xee\x6b\x3e\x9d\x9a\xc6\xbe\x31\xc3\xd0\x77\x58\x69\x16\x0d\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\x87\xeb\x54\xf5\x90\x6d\x47\x53\x0f\x37\xb0\xe2\x46\x63\x2f\xe9\x86\xf6\x49\x03\xad\xc1\xc4\xcd\xe3\xe5\x97\x4c\x73\xdb\x75\x72\x2a\xbf\xd8\x40\x4e\x26\x97\x4a\xef\xfc\x54\x6b\x9b\x0d\xb4\x44\x3e\x53\x6b\x30\x08\xc7\x5d\x21\xa1\xa2\x19\x30\xaf\xe2\x2c\x23\x58\xc8\xa6\xdd\x2e\x8b\x81\x2d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x81\xc1\xc1\x0b\x11\x15\x8a\xec\x40\x03\xa6\xad\x1a\x05\xdc\x00\xda\xd2\xb5\x45\x36\xba\xa4\x52\x2b\x8d\xe6\xc7\xef\x2d\xe4\xd2\x66\x04\xf1\x71\x70\x7e\x51\x11\x2e\xc6\x67\xc3\x8f\x83\x87\x8b\xe5\x66\xc2\xd2\x77\xd5\x2d\x46\x87\x48\x3f\x2f\xfb\xcd\xe9\xd4\xdc\x19\x0e\x38\xca\xa8\xb4\x84\x81\xd1\xca\x42\xd5\x18\x7b\x75\x4c\xb2\x84\x2f\x52\xc2\xc0\xc4\x53\xba\x09\xf5\x7a\x4e\x31\xb5\x57\x4b\x30\x58\xb0\xe2\x58\xb3\x1b\x5c\x63\x87\x0e\xad\x8a\xc4\xfe\xe6\x2d\x83\x55\x55\x58\xf7\x8d\xf1\x9e\xd9\xff\xdc\x29\xac\x36\x3c\x63\x83\xd3\xfb\xf3\x9f\x86\x65\xfd\xf0\xf4\x87\xf3\x9f\x9a\xa4\x9a\xf1\xa7\xe1\xd5\xf0\x76\x70\xbf\x42\x38\xa9\x34\xd9\x24\x9c\x48\x3d\xe0\xaa\xf7\x94\x4a\x1f\x11\x14\x19\xc8\x2b\x44\x95\x44\x4f\x54\xd2\x09\x05\x80\x30\xeb\x89\x7c\x38\x07\xce\xfa\x84\x13\x1a\x53\xb5\x70\xe2\x8b\xe9\xb7\xbc\x8f\x9a\x93\xda\xf6\x8d\xd9\x21\xf4\x4f\x82\x95\xcf\x6c\x8e\x9b\xf4\x09\x02\xdd\xf6\x09\x94\xb6\xe0\x33\xa6\x05\x69\x36\x23\xc2\x0c\x07\xbc\x2f\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x52\xac\x9a\x17\x5a\x67\x84\x11\x01\x20\x70\xbe\x13\x23\x48\x09\xc2\xbe\xd2\x32\x57\x96\xd0\x88\xaa\x64\x81\x22\xb0\x61\x81\x39\x33\xc5\x0c\xcf\xac\x70\x00\x6a\x4e\x85\x24\xfe\x6a\x50\xd4\xae\xa7\xd6\xb4\x7f\x4f\xc9\x86\xc7\xec\xe1\xea\x6c\xf8\xf1\xfc\xaa\x4c\x02\x3f\x9c\x7f\x2a\x89\xb0\x97\xc3\xb3\xf3\x87\xd2\x6d\xae\x25\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x41\x67\xe6\xd3\x13\xbd\xb8\x0d\x10\x71\x5e\xf9\xad\xac\xc3\xad\x0b\xc9\x73\x7f\x0c\x99\x12\x8d\x7e\x89\xae\x26\x24\xeb\x83\x2c\xd9\x90\x9a\x43\x15\x6a\x7d\x5f\x55\x9d\xca\xd5\x29\xbb\x17\x21\xe8\xf2\xa8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x33\x62\x35\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x8f\x7f\x91\x7a\x41\xc1\xd5\x78\x84\xee\x08\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\x7c\xc2\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x38\x83\x08\x18\xe7\x4e\x3d\xf6\xcd\xce\xf8\xbf\x5e\xfc\xe9\xdb\xc3\x8b\xbf\x7c\xfb\xa1\x6e\x21\x6b\xdb\xff\x21\x8b\x70\x26\xf3\xc4\x46\xcc\x89\x70\x6d\xdc\x91\xcf\xc9\xaa\xfd\xbe\x2a\x6f\xd7\x76\xfa\xeb\xe9\xcd\x43\xc9\x62\x5d\xfe\xe7\xe5\xf0\xf2\xfa\xf6\x97\x12\xa7\xbc\xbf\xbe\x1d\x7c\x2a\x31\xd4\xe1\xcd\x0f\xc3\xcb\xe1\xed\xe0\x62\xec\x1e\x6e\x63\x7b\xfb\x91\xf1\x67\x56\x5e\x1a\xe9\x38\x60\xad\xa7\x13\xf4\x91\x0b\xf4\xa3\xdf\xc9\xc3\x09\x96\x70\xc5\xb8\x3b\x4b\x1e\xa0\x8c\xc7\xc0\x78\x11\xc9\xe6\x24\x25\x02\x27\xd6\x66\x20\x15\x17\x78\x66\x6e\x7a\x19\x09\xac\xa2\x39\x92\x19\x8e\xc8\x01\x8a\x80\x1a\x66\x07\xb0\x29\xa0\x6a\xf1\x59\xd5\xce\x77\x9b\x33\x45\x53\xe2\x54\x70\xfb\xcf\x7b\xb3\x19\x1b\x6c\xce\xf5\xfd\x0f\x65\x61\xef\xe3\xc5\x2f\xf7\xc3\xf1\xdd\xd9\x8f\x4b\xd7\xd3\x7c\x56\x1a\xd9\x1d\x04\x20\x9d\xf2\x24\x4f\x59\xf8\xf7\xe6\x63\x3b\xbf\xba\x1f\x7e\xaa\x8e\xee\x7a\x70\x5f\xa6\x8c\xdb\x72\x80\xdb\x87\xef\xaf\xaf\x2f\x86\x25\x97\xf0\x87\xb3\xc1\xfd\xf0\xfe\xfc\xb2\x44\x3f\x67\x0f\xb7\x06\x8d\x70\xd9\x34\xdd\x08\x1a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x13\x27\x1a\xd8\x80\x72\x73\x96\x0f\x03\xb8\x1d\x13\x0e\x06\x56\x9d\x43\x6f\x52\x8d\xcc\x48\x1b\xd9\xa1\x2a\x6f\x13\x6a\x67\xc7\x4b\x37\x7a\x19\x57\xbe\xf7\x43\x30\x50\xa0\x46\xd9\xc6\x49\xc2\x9f\x4d\x28\x6f\x4a\xf5\xad\x6c\x81\xd1\xf4\x2b\xb2\xf0\x10\x1e\x35\x70\xbc\xf2\xb6\x90\x48\x10\x75\xc9\x73\xa6\x36\x27\xb9\xc1\x55\x89\xef\x0c\xaf\x7e\x1a\xff\x34\x28\x53\xe0\xf9\xc5\x72\x56\x13\x36\xd1\x70\x15\x0f\xae\x7e\xf1\x97\x30\x04\x7c\x1f\x78\x0d\xd5\xc8\xae\x51\x42\xb5\xd8\x1b\x61\xad\xbd\x26\x20\xd1\x20\x42\xc1\xe4\x90\xea\xc9\x41\x80\x69\x66\xfc\x49\x86\x3f\x99\x41\x9e\xb8\x3f\x2a\xed\x49\x58\x17\xb0\xa6\xba\x78\x7a\x68\xc7\x6a\xd5\x0c\x11\xf6\x44\x05\x07\x3c\x5b\xf4\x84\x05\xd5\xd2\xb8\x69\x59\xcf\xf5\x04\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x77\x5c\xa8\x33\x1f\xc8\xbb\x99\x35\xa4\x29\xa0\xb5\x1e\xca\xda\x6c\xe8\xa8\x7f\xdb\xb0\x39\x5b\x06\xfc\x96\x27\xfc\xf7\xe4\x8c\xe2\x44\x33\x80\xdd\xc9\x8b\x83\xab\xbb\xf3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb1\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfd\xf5\xc2\x68\x17\x00\x7a\x6c\xce\x6d\xa0\x58\x80\x00\xe4\x50\x50\x32\x2c\x64\xe5\x0b\x89\x00\x08\xad\x08\xb8\xd2\x77\x16\x84\x33\x3d\x71\x1a\x8f\x18\xf9\x9c\x11\x26\x21\x38\xc0\xdc\x67\x85\xaf\x5d\x1e\xa1\xf3\x29\xb0\x04\xfd\x3a\x43\x39\xb3\x0e\x30\x7d\xe1\x9a\x41\x1e\x68\x51\xd6\x0e\xc1\x6b\x88\x60\x78\x61\xc4\x05\x4b\x15\x83\x1f\xb1\x9f\xbd\x13\x0d\x1e\x4d\xb9\x66\x40\x7a\x17\x6d\x7b\x27\x08\x33\x49\x0f\x90\x56\x58\xaa\x7b\x0a\xa9\x03\x5a\xa1\xb4\x21\x5c\x9a\xd3\xd8\x3f\x5f\xff\x1a\xa8\xc5\x09\x87\x97\x41\xf3\x5d\x50\xb9\x0a\x5a\x44\xe3\xc4\x78\x4c\xc6\xdd\xef\x84\x88\x0b\x62\xfd\x2c\x6b\x5f\x03\xab\x18\xfb\x3d\x96\x8f\x35\xdf\xc3\x39\x93\x0a\xb3\x88\x9c\x26\x58\x6e\x18\x84\xe4\x6c\x1c\x07\x65\x89\xe3\xf6\xf6\xe1\xe6\xfe\xfc\xfb\x15\x5c\xbe\xfa\x71\x3d\x0c\x28\x4a\x72\xe7\x9e\x9b\x08\x8e\x63\xa4\xd9\xe7\x8c\x1b\x57\xa0\x15\xfc\x0b\xe8\x6f\x93\xd7\xe3\x03\x2a\x4b\xb0\xe3\x45\x3a\x82\xb5\x73\x84\xae\x04\x6a\x17\x02\x45\x7a\x25\x50\x60\xf2\x70\x5b\x0d\x9e\x45\x53\x90\xc4\x5a\xb7\xb2\x04\xab\x29\x17\xa9\xe1\xf2\xa5\x49\x9b\xc6\x97\x37\x4a\x99\x22\x42\xe4\x99\xa2\x0e\xcb\xbd\x2a\xa5\x42\x85\x77\x3e\xbb\x24\x52\xe2\x19\xd9\xc6\x01\xdd\xa4\x3c\xdc\xfd\x14\xfe\x13\x1c\xcc\x5d\x64\xff\xd2\x08\x5d\xe4\xbb\xa3\xa7\x6b\xf6\xd1\x04\xf2\xdc\xf0\x84\x46\x1b\x06\xdc\x7d\x1c\x9c\x5f\x8c\xcf\x2f\xb5\x12\x3f\xb8\x1f\x5e\x94\x44\x09\x78\x36\xf8\x78\x3f\xbc\xb5\x20\xd6\x83\xef\x2f\x86\xe3\xab\xeb\xb3\xe1\xdd\xf8\xf4\xfa\xf2\xe6\x62\xb8\x22\x32\xa7\xb5\xf1\xba\x75\xb5\xfa\xea\x49\xed\x17\xd8\x61\xcd\xcb\x42\x7b\x19\x64\x8d\x61\x9a\x80\x13\x9c\x1b\x67\x38\x46\x8c\xc7\x04\x7e\x96\xce\x3a\xe3\x91\xa3\xd1\xb9\xfa\x2a\x49\x10\xce\x15\x4f\x31\x78\x6d\x92\xc5\x88\xe1\x89\x66\xad\x38\x49\x82\xf0\x2e\x91\x33\xa6\x59\xac\x6e\xcc\x40\xb4\x47\x09\xd1\xec\x3c\x0b\x92\xfd\xac\xdf\x60\x4a\x19\x44\xda\xa6\x58\x3c\x1a\x37\x53\xd1\x65\x71\x28\x24\xc2\x72\xc4\xf4\xb8\x88\x35\x0c\x75\x59\xe1\x93\x4e\x6f\xb5\xae\x4e\x8a\x1f\x89\x5e\x95\x34\x8f\xe6\x28\x13\x7c\x26\x88\x94\xd6\xb6\x1c\x61\x66\x02\x10\xec\xeb\xfa\x1a\x1a\x31\xc6\xf5\x52\x38\x13\x76\x4c\x32\xc2\x62\xc2\x22\x6a\xd2\xfa\xc0\x77\xef\x4d\x9b\x33\x81\xb3\x39\x92\x1c\x9c\xde\xb0\xec\x60\xbf\x32\x1f\xb9\x9b\xcc\xcc\xd8\x3c\x0e\x2d\xd0\x22\xd7\x7c\xe2\x1a\xe4\x44\xb3\xca\xf0\xb1\xbb\x0c\x9d\xdb\xc5\xd8\x01\xd3\x2c\x21\xca\x80\xf5\xc3\x92\xc3\x66\xe8\xb5\x2e\xed\x87\xde\xa6\xa6\x4d\xd0\x17\xb6\x1b\x33\x96\x76\x44\x47\x0d\x96\x6d\x7b\xa4\xd0\x0f\x98\xc5\x89\x6e\xc5\xf9\x30\xca\x67\x11\x52\x51\x06\x9a\x6a\xdc\x69\xdc\xe6\x16\x8d\x70\x2e\xb7\xb9\x46\x2b\xb9\x98\xc6\x2a\x78\x58\x04\x85\x00\x79\xdb\x44\x4c\x58\xdd\x4c\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xdc\xd4\x7f\x42\x30\x9a\x96\x6b\x36\x13\x94\x45\x34\xc3\xc9\x46\xba\x5f\x25\x18\xdf\xc6\xb8\x7f\x4d\xa7\x9a\x7c\xbe\xa9\xb9\x6d\x15\x11\x29\x24\x28\xdb\x61\xfa\x2d\x5c\xc3\x92\x64\xb3\x1a\x88\x2c\xa2\x49\xb0\xe0\xb9\xf1\xc7\xc1\xba\x90\xb8\xe1\xa8\x1e\x35\x6d\xb7\x3e\x19\xb8\x1c\x00\xbd\xc1\x66\x9b\xc8\x9f\xb6\xf5\xab\xb4\x62\x7b\x37\xc1\x78\x38\xb9\x69\x6e\xb3\x69\x07\x82\x87\xff\x5c\x46\x3b\x97\x38\xd3\x34\x63\x61\xfb\x71\x31\x47\xab\x24\xd9\xaa\x60\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xee\xbb\x51\x2c\xa1\x0d\x80\xaa\x77\x52\x8a\x21\x08\x72\xcc\x2d\x8d\x4f\x73\x2d\xcb\x22\x0c\x51\x08\xe8\x6b\x72\x34\x3b\x42\xae\x08\xc3\x01\x1a\xdc\xdc\x0c\xaf\xce\x0e\x10\x51\xd1\x37\x2e\x66\xd1\x06\x2c\x8d\x98\xe2\x56\x5a\x59\xb8\x02\x1a\x29\x11\x33\x52\x9a\xb3\x8b\x6e\x82\x50\xe5\x19\x95\xca\x86\xcf\x6a\xbe\x12\x94\x3a\xa1\x69\x55\xcc\x36\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\xad\xcb\x8e\x29\x4e\xc7\x82\x27\xdb\x30\x85\x33\x98\x0a\xa8\xcb\x3e\x3d\x9f\xe2\x14\xe9\x66\x6d\x28\x88\x77\x39\x7a\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xf7\xc1\xc6\xa3\x51\x17\x02\x01\xe9\xfb\x2d\xac\xa2\x30\x1b\x8f\xad\xa5\x7e\x8c\xa3\x48\xab\xdc\x3b\x9e\x54\x50\x3f\xc7\xb9\x04\x6c\x47\x2f\x36\xcd\x55\x74\xee\x86\x99\x69\x0e\x06\xc1\xc0\xfa\xca\x95\x3c\xa2\x45\xfb\x0d\xfd\x4e\x16\xb5\x5e\x5d\x85\x9b\x07\xe9\x4d\x2a\xe6\x12\x96\x04\x76\x52\x9a\x0a\x39\x6a\x4e\x16\x68\x8e\x9f\x48\xa9\x4b\x97\x10\xa3\x1b\x5e\xf0\x5c\x34\x31\xba\x11\x3b\x23\x99\x20\x5a\xd2\xaf\x3a\x50\x3c\x4d\xdf\x96\x29\xb1\xa7\xeb\x9e\xae\xdf\x3d\x5d\x9f\x9a\x42\x49\x03\x5f\x18\x6b\x2b\x01\xce\x34\x36\xce\x38\x4f\xc6\x1d\x6c\x22\xdd\x57\xbc\xe4\x09\xab\x94\x8d\x02\x48\x00\x9e\x83\x7c\x54\xba\x36\xb9\xbe\xeb\x82\x14\x5b\x3b\xbc\x25\xcb\xe0\x5c\x66\x41\xbd\x9c\x6d\xce\x7b\x53\x2b\xcb\x5a\x42\x2f\x2e\xe6\x9c\x1a\xf9\xc6\xbb\xcb\xc2\xfa\xa7\xa5\xc3\xe4\x44\x11\xca\x6a\xd5\xd8\x0c\x3d\xeb\x05\x36\x72\xc7\xdf\x73\xae\xb0\xfc\xe6\x68\xc4\xb4\x10\xf5\x48\x16\xc6\xdc\xaa\xc5\x94\x3f\x68\x59\xfc\x50\x12\x26\x21\xdc\xfb\x0f\xc6\x3d\xa7\x49\xdc\x99\xab\x8d\x6a\x6a\x8a\xc0\x41\xd0\xb5\xef\x05\x42\x74\x6d\xa3\x56\x4a\x2a\x02\xa0\x41\xce\x37\x73\xb1\xcf\xcc\xf0\x67\x44\x41\x8a\xb5\xa2\x0a\x74\xa6\xd8\x54\x99\xab\x0d\x7d\xa5\xe9\xca\x50\x85\xe0\xe0\x27\x89\xf3\xed\x18\xbf\xac\xb7\xb1\x92\x33\x7a\x6d\xe1\xce\xc6\xbc\x1f\x3b\xbb\x51\x24\x78\xad\x74\x1b\x96\xc8\xec\xf4\xc4\xb0\x03\xe7\xbf\x26\xec\xe8\x99\x3e\xd2\x8c\xc4\x14\x43\x04\xbc\xfe\xd7\xb1\x9e\xd7\xbf\x9e\xde\x5e\x5f\x8d\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe5\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc6\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x89\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\xaf\x7a\xcc\x45\x52\x91\xd4\x9a\x6c\x44\x32\x85\xfe\x1f\x41\x26\x9c\xab\xe6\x4b\x8a\x4f\xa7\x92\xac\x75\x21\x15\x4a\xda\xdd\x35\xfa\xcb\x9f\xbf\xfd\xa3\x26\xa1\x4d\xd6\xf8\xfc\xee\x7a\xac\xbf\xff\xd7\x33\xfb\xbd\x5c\x83\xdd\x5d\x67\x05\x6b\x73\xc4\x63\x02\xe7\x73\x06\xb7\x9f\x00\xe7\x05\xb0\x37\x20\x87\x62\x1f\x9b\xb8\xdb\x59\xa9\xf5\xed\x54\xb6\x8d\x16\x13\x54\xec\x60\x8e\xe8\x10\x31\x8e\x52\x13\x6b\x8a\x19\xfa\xf7\x1f\xbf\x6f\xde\xc0\x5c\xd0\x8d\x3a\xa4\x16\xae\x21\xe8\x52\xd2\xdf\x88\x44\x9a\x6a\x34\x15\xf3\x54\x77\x2d\x88\x9c\xf3\x24\x46\xcf\x04\xd4\x24\x1b\x07\xea\xb5\x72\x41\x46\x2c\x6c\x02\x42\x0e\x11\x4e\x14\x9f\x11\xb8\xab\x9d\xa2\xa6\x88\xd0\xa2\x8a\xc9\xd2\x50\x5c\x90\x03\x03\xf5\x75\xf7\x27\x17\x5b\x0d\xd3\x84\x47\x2e\xa9\xc5\x9a\xe4\xe2\x49\xf3\xcc\xa7\x55\xd3\x2b\x6a\xb7\xe1\x57\x37\xd9\x9a\x6d\x9b\x97\xc6\x26\xa1\x58\x1b\x56\x75\x67\x9a\x07\x43\x23\xce\xc6\x09\x65\x8f\x1b\x6d\xc6\xb5\x13\xe5\x74\x0b\x76\xcd\x74\x8b\xde\xce\x6d\x2c\x20\x6b\x9c\x8f\x8f\x79\x92\x98\xd4\x96\x70\x7b\x40\xee\x32\xeb\x06\xc2\x40\x66\x72\x40\x49\x6c\xfd\x5e\x56\x13\x16\x84\x41\xc0\xdb\x88\x4d\x16\xd6\x67\x2b\x0f\x90\xcc\xa3\xb9\xcb\xcc\x8b\x38\x93\x5a\x8c\xe6\x02\x45\x3c\x4d\x4d\x71\x53\x46\x90\xe2\x3c\x91\x36\xda\x9d\x1d\x2a\x1c\xa9\x11\x2b\xfa\x5b\x71\xf2\x4c\x05\xa4\xed\x52\xf7\xba\xbb\x74\x8a\x4a\x4b\x4b\x05\x6e\x1a\x87\x98\x0d\x60\x04\x33\x9e\xa8\x00\xfd\x81\xd7\xcf\x92\xd9\xb0\x16\xcd\x40\xce\xb9\x50\xe3\xb8\x91\xe7\xac\x24\x9a\x2a\x23\x64\xe4\x30\x81\xa0\x61\xfe\xa4\x85\x7f\xf2\xec\x8d\xaf\xcb\x86\xa0\xa9\x7a\xd9\x08\xba\x1d\xa3\xa5\x23\x5b\x97\x04\x5b\xd6\xca\x20\x78\x44\xe5\x98\xf0\x55\x63\xbc\x83\xaf\x4e\xf5\x47\x4b\x17\xaf\x7a\xee\x9c\x10\xc4\xe3\x02\x6c\xce\xdc\xeb\x36\x23\x64\xd9\x9a\x5a\xe8\x84\x97\xcb\x1c\x5d\x36\x95\x87\xb2\x25\x57\x8f\x05\x4c\xf6\x92\x80\xac\x89\xc5\x84\x2a\x81\x45\x09\x29\xc4\xeb\x83\x92\x60\x01\xf1\x59\x23\x66\x70\xe3\x8c\xa6\x10\xa3\x98\x4a\x48\x10\x81\xbb\x34\x70\x86\xa1\x6e\x4a\x60\xe5\x68\x17\x79\x8e\x26\xfe\x1c\x02\xcb\x0a\xd2\x70\xcc\x4e\x77\xe4\xf1\xb1\xb4\x7e\xc6\xa3\xbc\x10\xe4\x22\x90\x70\x2d\xa6\x0e\xa2\x4c\xd2\xd9\x5c\x21\xca\xac\xdd\x11\x27\x33\x2e\xa8\x9a\xa7\xf2\x00\x4d\x72\xa9\xb5\x50\x13\xac\x66\xe2\x51\x88\x8a\x3a\x71\xa1\x6d\x93\x88\xe3\x4a\x83\x75\x15\x65\x03\xd2\xe8\x76\x28\x87\x95\xbb\x62\x05\xe1\x0c\x3c\xce\x60\xb5\x0d\x0a\x75\x1b\x0d\x3c\x25\x32\x71\x80\xdc\x21\x3b\x41\x15\x90\xb6\x73\x00\xa8\x90\x3b\xf3\x52\xbc\x46\x21\x2e\x64\x92\x41\x05\x71\xb1\xdb\x20\x79\x95\x91\x29\x0d\x7a\x93\x77\x3a\xa5\x99\x6a\x0c\xdc\xaa\xbb\x8a\x6e\x03\xcc\x9f\x6e\x8b\x0d\xc9\x58\x40\xcd\x80\xd4\x36\x62\x77\x84\xb4\x03\xb9\xd5\xf6\xde\x94\xc6\x85\x29\xd8\x44\x8f\xe5\x24\xbf\x8d\x13\xfb\x6c\x78\x77\x7a\x7b\x7e\x63\x20\x27\xae\x6f\x2f\x07\xf7\xe3\x06\xbf\x76\xc3\x5b\x97\x83\xdb\x1f\xcf\x56\xbf\xf6\xc3\x7d\x39\x2b\xbb\xe1\x95\xdb\xbb\xe5\xc9\x1c\x1d\x86\xd8\x90\x14\xd6\xd8\xcf\x09\xca\x16\x6a\xce\x99\x0f\x51\x88\x4b\xbc\xe9\x10\x99\x8c\x60\x05\x21\x44\x42\xaa\x06\xc7\xe1\x3d\xc4\xe5\xac\x96\x30\xcb\x9b\x65\x60\xd8\x76\x2a\x1a\xad\x71\x22\x3f\x25\x7c\x02\x7e\xeb\xbc\x54\xe2\x76\x49\x04\xfa\x96\xf1\x3e\x67\x54\x66\x09\x5e\xd4\x7a\x58\x75\xe5\x5c\xe1\x94\x40\xc4\x71\x81\x1f\xe7\x92\x45\xf4\xce\x40\x02\x93\xbf\xd7\xe9\x14\x32\x99\x14\xc5\x8a\xa0\x09\x51\xcf\x90\x37\xe7\x7e\xf5\xb6\x54\x17\x30\x22\x8f\x46\x0c\xcc\x39\x23\xbd\xc8\x71\x0e\xd1\x7e\xa3\x0f\x07\x68\xf4\x21\x26\x4f\x24\xe1\x99\xde\x79\xfd\x43\xcb\x25\x33\x4c\x31\x4d\xae\xb8\xf2\x96\xb9\x6d\xf6\x53\x90\x88\x66\x20\x99\x8f\x89\x6e\xf7\xf5\x04\x8f\x12\x25\x3b\x76\x06\x63\x40\x38\x8e\xb5\x92\x0d\xac\xcc\x0d\xaf\x08\x01\x62\xc1\xd4\x4b\xb5\x32\xd7\x11\x29\xbc\xf9\xdb\xf4\x18\xb6\x59\x36\x7b\x36\xee\x00\x7b\x7a\x41\x97\xec\xb6\x17\xb9\xd6\x4a\x7e\x24\x0b\x48\xc1\xb8\xc1\x54\x6c\xe8\x9a\x6d\x8a\x79\x7d\x11\x27\xed\xb0\xa1\xa3\x3d\x72\xd7\x36\xaf\xc3\x76\x8e\x5b\x1f\xab\xf7\x5a\x5a\xaa\x8b\xe5\xf2\x1d\x77\x54\x5b\x1f\xda\x94\xd4\xd6\x10\x06\x54\x55\xbc\x32\x12\xad\xa1\x71\xf9\x01\xde\xe9\xef\x56\x6a\x2a\x5e\x5c\x8b\xc2\x9a\xfe\xb0\x0b\x36\x39\xbe\x9a\x8f\x4f\x56\x8e\x38\x4a\xb8\x2c\x63\xe5\x74\x1e\xf4\xa9\xfd\x74\xd9\xb8\x87\x21\xf9\x6a\xb9\x70\xad\x80\x86\x86\x85\xaf\x80\x41\x9a\x7b\x46\x59\x0f\x99\x7d\xfb\x00\x51\x88\xb6\x04\x85\x2c\x29\x90\x03\x58\x8c\x0a\x37\xc8\x88\x15\x31\x2b\x12\x3d\x93\x04\xc2\xdc\x22\x9e\x66\x60\xe2\xb7\xc3\xb5\x2d\x91\xd8\x44\x0c\x1f\x20\x9e\x2b\xdd\x98\xc9\xc9\x71\x46\x5c\x9b\xf0\x53\xb8\x3d\x8c\xef\xcd\x06\xbf\x7b\x60\x69\x43\xeb\xe6\x2e\xa5\x0c\x7d\x22\x0a\x5a\x01\xe0\xfe\x70\x82\xa0\x27\x54\x43\x28\x9b\xd7\x7e\x8b\x13\x65\x67\xb2\xc6\xce\x17\xc0\x29\xdf\x27\x7c\xb2\xdc\x48\x00\x8d\xa3\x87\xdb\x73\x67\x91\x2c\xe2\xa7\x02\xf4\xe2\x92\x47\x71\x78\x73\x3b\x3c\x1d\xdc\x0f\xcf\x8e\xd0\x83\x24\x7a\x79\xfc\x74\x21\xbf\xda\xab\x24\x66\xe4\x16\x89\x85\x49\x45\x70\x9b\x21\x84\x08\x51\xca\x82\x5e\xc1\x38\xca\x30\x2d\xcb\x09\x1b\x40\x52\xa8\x35\xd4\x01\xb0\x50\x75\x9e\x36\x32\x6f\xd5\x09\x84\x38\xa9\xf1\xfb\x89\x52\x33\xe3\x4d\xeb\x91\x79\xab\xc8\xa7\x1c\xd1\xf7\xd2\x93\x81\xa3\xa5\xe6\x84\x0a\xd4\x69\x5a\x86\xa8\xc6\xdd\xe7\x14\x84\xb8\x5f\xe2\x6c\x79\xfa\x29\x7e\x2e\x11\xad\x11\x85\x03\xdf\xfd\x4b\x9f\x03\xc7\xd6\xc6\x86\x15\x6e\x3f\xc1\xc2\xa1\x65\x78\xab\xe7\x9b\x26\xe3\x43\x3a\x23\x59\x38\xb1\xca\x20\x6c\x1c\xab\x44\x70\x76\xe0\x17\xca\x50\xe9\x4a\x3c\x40\x53\xfa\xd9\x36\x5a\xc4\xb7\xbb\x57\x83\x80\x87\x96\x78\xca\x39\xae\x9f\xa9\x35\xc4\x86\x1b\xf8\x7e\xa9\x10\xc9\xa5\x16\x89\x22\x2d\x2e\x09\x12\x71\xa1\x6f\x0a\xe8\xb6\xf0\x42\xac\x12\x19\x14\x16\x7a\x51\xea\x5e\x99\x65\xa7\xbf\xa8\x41\x12\x63\x45\x0e\xb5\xe8\xb5\x22\x01\xda\xe6\xc8\x40\x36\x0d\x56\x01\x1c\x58\x71\xf3\x4c\xc8\x0c\x33\x17\x9a\xdd\x32\x5c\x77\xe5\x6d\xc1\xaa\xb4\x0a\x84\x21\x3d\x0c\xe4\x2b\x48\xfd\x29\x8d\x43\x66\xb0\x9e\x4b\xc7\x61\xa3\x5f\xf6\x61\xd9\x9e\xb1\x0f\xc6\x69\x19\x6c\x9e\xc5\xfb\x34\xd8\x04\x4b\x85\xec\x98\xda\x4c\x11\x81\x8a\xf8\xb2\x46\xd8\x92\x6e\xdf\x55\x79\xd3\x24\x54\xd6\x62\x09\x78\x46\xa4\xc3\x4d\x31\x28\x31\x5a\xa7\x71\x82\xb0\x29\xc5\xec\xcf\xb6\xad\xc9\xec\x6e\x89\x90\x99\x40\x90\x7e\xbd\xe9\x23\x34\x60\x35\xbc\x2c\x17\x97\x55\x5a\x2f\x73\x27\xe1\xe4\x19\x2f\x24\xca\x84\x81\x96\x31\x91\xfb\x6e\xf2\xa0\x81\x95\x3f\xf2\xa1\x10\xca\xa5\x4e\x20\xb0\xc5\xac\x0e\x9a\x73\x72\xef\xf8\x05\x5c\x79\x95\xa8\x72\x2f\x90\x17\xcd\x15\xb6\x8a\x0e\xac\x4e\x91\x71\x34\xc7\x6c\x46\xc6\xce\xc8\xba\x89\xb6\xa4\xdb\x39\x85\x66\xce\x6c\x2b\xcd\x97\xd3\x8d\x51\x98\x6c\xfd\x17\xf3\xaa\x37\x20\xea\x43\x20\x15\x9e\x11\x64\x46\xd4\xc9\x2c\x5d\x8a\x18\xb3\x60\xc3\xa0\x27\xd8\x56\x87\xe5\x28\xfa\x36\xe1\x1d\x42\x9f\x2e\xf0\x84\x24\x6f\x13\x39\x01\x5d\x5b\xe3\x3c\x78\xeb\x4c\x36\x00\x41\xcf\x60\xcf\xaf\xb0\x0c\x6b\xbd\x17\x79\x53\x6e\xc0\xb2\x79\x96\xaa\x9f\x6f\x31\x51\x57\x2b\x64\x93\xa9\xb6\x55\x10\x09\xaf\xbd\xa0\xd2\x46\x93\x81\x2d\xbc\xfe\xaa\x36\xe5\xcd\x06\x12\x14\xfc\x68\x19\xc7\xd6\x15\x3f\x56\x4e\x65\x63\x90\x81\x8e\x55\xf0\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\x0e\xe5\x21\x7a\xb4\x88\x6f\x8c\x2f\xbe\x4a\x97\x2f\xbe\xf4\xd2\x96\x96\x02\x3c\xc1\xdb\x06\x5c\x7e\x37\x23\x5a\x51\xc5\x62\x01\x10\x9f\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xef\x10\x5c\x83\x48\x5d\xc5\x11\x88\x91\x95\xc1\x21\x83\x83\x6a\x5f\xb2\x1f\x59\x98\x9a\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\xf0\xe9\x31\xae\x8a\xaf\x0c\xec\x92\xf2\x5b\x78\xe0\x04\x71\x69\x6a\x68\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xc3\x5b\x3a\x68\xde\x19\x7d\x22\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\xcc\x98\xc4\xa1\xe7\x63\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xfb\xc6\x30\x1a\x03\x92\x56\x42\xb7\x77\x81\xe1\x21\x95\x5a\xdc\x5e\x93\x09\x8e\x25\xfa\x03\xe3\xea\x0f\x01\xb2\xb1\x33\x5e\xc0\xa7\xce\x04\x75\x50\x2b\xd9\x02\x87\xd6\x12\x0e\xc2\x01\xc2\xd6\xca\x95\xdf\x36\x36\xa0\x08\x7c\x7f\x51\x69\x74\x58\xcf\x82\x6b\xab\x79\xd5\x7b\xec\x51\xf5\x5a\xa8\x1a\x3c\x4d\x59\xbd\xe2\xa4\x97\x0c\x9d\x72\x95\x8b\xde\xef\x45\x27\xd7\x7c\x0d\x11\x60\x1b\x6a\x4b\x3b\x47\x4e\xad\x00\x41\x6e\xb6\x4b\x6c\x92\xe7\xd9\x26\x97\x8b\x72\xe8\x9a\x2d\x83\xd1\x82\xf2\x7b\x34\x62\x1f\xb9\xb0\x57\xb0\xb4\x75\x06\x26\x38\x7a\x3c\x24\x2c\x46\x38\x57\x73\x83\xb6\x6b\xfd\x0a\x0b\x4b\x0d\x5a\xd2\x00\xb2\xf1\x50\x1a\x54\x46\x58\xc4\xae\xe2\xc5\x13\x77\xa3\x18\xb1\xa0\x11\xa8\x64\x00\x85\x9e\xa0\x54\x6d\x9b\xaa\x49\xa4\xd6\xaf\xda\xd6\xa2\xa9\x08\x6b\xad\x04\xeb\xf2\x73\x56\x2a\x2a\x0b\x35\x18\x20\xc0\x89\x4f\xeb\xab\x73\xee\xac\x8d\x4e\xbf\xd3\xf4\x5c\xf7\x42\x1c\x58\x8d\xc2\x98\xa4\xec\x0c\xb4\xa4\xf3\xad\xe3\xb5\x25\xd4\xe0\x69\x2e\x20\x5c\xb7\xa9\xcd\xaf\xa3\x39\x4d\x0a\xdf\xc5\x37\x07\x7e\x98\xba\xc9\x84\x3c\x91\xc4\x60\xd6\x47\x02\x22\xf3\x8d\xd5\xf0\x5b\xf4\x7f\x4c\x61\x52\xf4\xc7\x11\xfb\x04\x6c\x38\x49\x16\x80\xa8\xe9\x5b\xc6\xaa\xd2\xcc\x63\xe3\x00\x94\x4d\x05\x42\xe5\x81\x98\xbd\x9e\xe3\x27\x32\x62\xae\x99\xff\x83\x1e\xd1\xbf\xa1\x3f\xb6\xa9\x77\x2e\xc0\xfe\x85\xed\x1c\x1f\x83\xf0\xf5\xe0\x96\xb3\x8c\xd2\xf2\x1b\x67\x06\x29\x19\x21\x1b\x90\x35\x3c\x30\x36\x65\x4f\x3c\xaa\x65\x71\x84\xa7\x16\x0b\xc2\xd4\x98\xf1\x98\x8c\x49\x83\x4b\x73\x09\x93\xd0\x42\xc0\x15\x8f\xc9\x4a\x87\xa4\x67\xa6\x3f\x83\xe9\x46\xe6\x13\xbf\x1d\x90\xe0\xef\xb3\xb9\xbd\xf5\xa1\x4c\x69\xcd\x23\xf7\xe8\xb3\x9b\x8c\x7b\x53\x67\xaa\x0b\x13\x3d\x80\x0b\xc1\x0e\xa0\xd9\xa1\x97\x60\xe5\xdc\xeb\xd5\xe3\x58\x75\x04\xe8\x97\xf5\xcc\xed\x65\x15\xe0\xea\x42\xed\x13\x41\x67\x54\xcb\xef\xdd\x1d\xb6\xc0\x09\x37\xf1\x66\x18\x90\xd1\x4e\xee\x8c\x62\x29\x1c\xd0\xca\xa1\xa7\xbf\xc2\x09\x39\xe1\x79\x55\x80\xb7\x0b\x40\x65\xe8\xee\xb7\xb2\xfa\x42\xf3\xe1\x99\xc9\x00\x24\x73\x6a\x72\xee\x07\xa7\x17\x48\x9f\x0e\x9e\x1a\x60\x2a\x58\xb4\x5c\xcd\xb9\xa0\xbf\xb5\x66\x28\xb5\xcb\xe8\x85\xa7\xb5\x48\xe8\x32\xe3\x2c\x4b\xeb\x40\xac\x46\xa4\x50\x25\xad\xa4\x49\x67\x42\x93\x1c\x30\x58\x35\x9b\x9d\xe6\x89\x29\xdc\x10\x71\x11\x9b\xca\xe9\xb2\x94\x3e\x06\x61\xb8\x4e\xbc\xc7\xca\x37\x48\x2d\x54\xa5\x2d\x0d\x61\x2c\x38\x4b\x05\xd0\xbf\xe6\x24\xdf\x51\x06\xde\x9b\xc6\x2c\xdf\xe3\x99\x2c\x82\x90\xcd\xda\x68\xde\x5c\xac\xef\xdf\xf5\x4c\x65\x90\xb3\xea\x2c\x8b\x1e\x02\xca\xa8\xe4\xa6\x30\xe8\x5a\x16\x9d\x5b\x03\x7d\xbf\x03\x93\xce\x6b\xc4\x73\xd4\x65\xa4\x06\xf6\x63\xc9\xef\xc9\x67\x70\x56\x59\xc4\x0b\xd9\x49\x5c\x0d\x81\x8a\xf4\xf1\x82\x26\x93\x0d\x98\x5c\x5d\xa8\x5e\x1a\x15\x5d\x18\x50\x3c\x5b\x6b\x48\xa6\x56\x1c\xd2\x2e\x9e\x05\x05\x84\xb8\x45\xf1\xb2\xaf\x81\xeb\xae\x8b\x90\xc7\x68\x29\xc5\x88\xb5\x10\xd7\xe1\x96\x70\xd1\xcc\xe3\xd7\x30\x40\xd8\x86\xca\x5d\xd7\xfd\xf6\x6d\x27\xc2\xb0\xa4\x7d\x3d\x12\x75\x78\x98\x95\x87\xc1\x57\x02\x79\x1b\x03\xa2\x17\x6d\x5e\xef\x64\x78\x72\x1c\x47\x38\x9a\xb7\x4e\x6a\xc2\x79\x42\x30\x6b\x93\x5e\x1b\x1f\x57\x8f\x88\x01\x37\x05\xd6\x9d\x24\x80\xf0\xeb\x96\xc0\x56\x85\x2c\xc4\x77\x16\x03\x32\xbb\xe1\xe1\x26\x36\xd0\x0d\x54\x11\xe6\x2c\x3f\x94\xcd\x12\x52\x5d\x2b\x0b\xa1\x7f\x60\x3b\x49\xa2\x3c\x09\xca\x42\x66\x44\xe8\x51\xeb\x25\x7e\x22\x4c\xeb\x0c\x76\x1c\xce\x99\xf1\xec\x12\xa2\x7d\x31\xa8\x03\xdf\xb5\xf3\xa7\x41\xd6\x61\x3c\x62\x70\x70\x79\xf9\xb0\x6a\x5a\x95\x5a\xcd\x08\xed\x52\x1b\x9f\xce\x40\x88\x58\xfb\x78\xde\x95\xcd\xc4\x6b\x9f\x49\xd3\xf7\x18\x62\x0c\xb6\x76\xad\x05\xee\x97\x02\xaa\xc1\x6c\xac\x83\xe3\x7a\x25\x23\x32\x44\x6d\x94\xc3\x4e\x83\xa0\x8d\x36\x38\xa8\x17\xbd\x4b\x8a\xf2\x17\xee\x36\xe8\x38\x94\xa5\xae\xea\x8e\x8e\x67\xb0\x4e\x2e\x3b\xb7\x17\x36\x64\xbb\xec\xb2\xf5\xf9\x3d\x45\x98\xa3\x2d\xf0\xaa\x04\x06\x74\x02\xc8\x29\xff\xd9\x68\xd8\x54\x1a\x0b\x98\x2b\x73\x91\x66\x6a\x61\xab\xa2\xc1\xbd\x18\xe6\xf4\x1a\xc4\xb7\x26\xf7\x70\xf5\x8e\x8c\x4b\x0e\xe2\xa6\xce\xa0\x23\x6b\x56\x68\x6c\xd2\x2d\x74\x88\x20\x52\x41\x6c\x68\x8b\x06\x31\x05\x66\xc7\x38\x69\xb5\x65\xed\x80\x69\x42\x9a\x6d\x81\xd2\x60\xc1\x5f\x95\xc8\x89\xe6\x5d\x38\x49\x2a\xf3\xc2\x90\x0e\xad\x7c\x91\xb9\x49\x51\x09\xb7\xbb\xb3\x3a\xc1\x13\xb2\x96\x7b\xfa\xc2\x7c\xb0\x94\x8a\xe0\x15\x88\xec\xce\xb2\x64\xd1\x2d\xa2\x3c\x0c\xbd\x6b\x04\x49\x5b\x35\xb0\x10\x5a\x6d\xe9\xdd\x54\x86\x27\xdb\x6c\x88\x92\x44\xb9\xa0\x6a\x31\xb6\x46\xbf\xee\x4c\xeb\xce\x7e\x79\x6a\x3f\xec\xa2\x51\x9f\x20\xd7\x9f\x33\x32\xc2\x3d\x25\xa8\xa9\xa0\x63\xa7\xd0\x65\xbb\xb5\x96\xdc\x08\x9e\xb4\x6c\x61\x1d\x7a\x53\xb7\xa1\xea\x2e\x36\x1d\x9e\xad\xcc\x31\xe6\x53\x87\x8b\xd4\x7d\x61\xab\x25\x4b\xd6\xb0\x96\x3a\xf8\xe5\x4c\x50\x2e\x6c\x65\x90\x2e\x41\x6d\x29\xfe\x3c\xce\xb0\xc0\x49\x42\x12\x2a\xd3\xcd\x6d\xbb\x7f\xfa\x6e\xe9\x68\x4f\x4d\x05\x1b\x69\xeb\x41\x7d\xa6\x69\x9e\x22\x96\xa7\x13\x2b\xe5\x62\xf9\x18\x82\x5f\xba\x54\x7d\x83\xe1\xe4\x06\x58\x02\x0c\x10\x01\x9c\xe9\x88\x05\xc0\xd6\xd6\x54\x81\xa3\x39\x25\x4f\x00\xbb\x29\x18\x91\xf2\x08\x5d\x71\x45\x4e\xd0\x25\xce\xee\x41\x50\x33\x25\x25\x67\xc6\x3a\x8e\x25\xd2\x52\x6b\xce\xa8\x3a\x18\x31\x8b\x86\xed\x56\xe5\x38\xe2\xcc\x20\xa2\x46\xb0\xb0\xbe\x09\x30\xf7\x3a\x68\x50\xe5\x12\x1b\xa9\x6c\x59\x6c\x81\x9f\xc7\x41\xf4\xea\xd8\x64\x07\xac\x41\xc7\xb7\xf8\xd9\xc4\x6b\x9f\x61\x85\x4d\xb5\xd8\x65\x92\xbb\x0d\x88\xb2\x15\x84\x0c\x10\xb0\x0b\x1c\xe1\x16\x8d\xc2\xd7\x3e\x33\xd1\xa9\x5f\xd3\x23\x72\x84\xbe\x4f\xf8\x44\x1e\x20\xe9\x41\xb3\xe1\xa1\x24\x4a\x1e\x18\x07\x15\xfc\xdb\xa4\x82\x7d\xe3\x56\xbf\xe0\xfb\x50\xf6\x6f\x4a\x3f\x1b\x10\x0c\xf9\xa7\x93\xe3\xe3\x74\x71\x38\xc9\xa3\x47\xa2\xf4\x5f\x20\x53\x34\xae\x90\x43\x90\xc2\x4d\x78\x54\xab\x56\xa7\x8e\x65\xd5\x89\x22\x6d\x5a\x8d\x24\x80\x9b\xae\xaf\x74\x5f\x58\xd5\x41\x1f\x71\xd6\x5c\x35\xd2\x4e\x59\xe4\x6d\xc7\xab\x04\xb8\xfc\x3a\xda\x8a\x29\x1c\x1b\xe2\x3c\x4f\x13\x3c\xab\xa8\x2c\x6b\x28\x29\xd7\x29\xb5\x54\xa4\xe7\x0e\xf1\x16\xfa\x94\x95\xa3\xcc\xbe\x72\xee\x48\x70\x2b\x5a\x77\xcb\xd1\x88\x0d\x24\x7a\x26\xa6\x1e\x2c\xe4\x24\x82\x77\x22\xa7\x72\xee\x33\x12\xc1\x5e\x0a\x8d\x1a\x38\x5c\x83\x9a\x60\x15\x47\xa7\x59\x39\xff\x8d\xd5\x40\x71\x22\xc9\x81\x6e\x18\x20\xd1\x5c\x20\x21\x7a\x16\x38\xcb\x88\x18\x31\x0b\x6d\x0a\x00\xde\x9c\xdb\x20\x91\xb6\x68\xf2\x5e\xa3\x7c\x5d\x8d\x32\x4c\xfa\x28\x27\x2c\xae\x3a\xdf\x90\xdf\xb8\x34\xd5\x63\x49\x6e\xa0\x96\x45\x97\x46\x7a\xaf\xd2\x74\x07\x95\x90\x77\x28\xdd\x9c\x82\x32\x26\x8b\x0a\x95\xce\x6e\xe6\x55\xe1\x92\xc8\x00\x28\xd3\xf0\x71\xcc\x89\x0c\x0c\xe2\xc8\xdb\xb5\x12\x3a\x25\xfa\x26\x1f\x31\x4d\x12\xa1\xf1\xde\x80\x55\x3b\xec\x6a\xdd\x69\x24\xb8\x94\x36\x8a\xdd\xb4\xb3\x3c\x17\x69\x8b\xba\x78\x06\x71\xfb\xfc\xfa\x6a\x5c\xaf\x90\x17\x3c\x73\xb5\xf2\xec\xc3\xc6\x84\xf5\xd6\xa6\x56\x56\xc6\x2b\xd6\x62\x8d\xda\x78\xc7\xa7\x17\xe7\xbe\x20\x54\xa5\xeb\x7a\x71\xbc\x10\xa5\xbc\xbd\x3c\x5e\x7d\xc6\x41\xa1\xbc\x4a\x13\x4b\x4a\xe5\xad\xde\xac\x72\xec\xec\x36\x10\x74\x95\xad\x5f\x79\xd6\xca\x34\xb3\x2a\xc4\x7b\x47\xdb\xd4\xc2\xa2\x23\x10\xbe\x5e\xda\x5b\x0d\x42\x8c\x7e\x4b\x2a\x9c\x66\x61\xfa\xa2\xc3\xe0\xb4\xd3\x34\x47\xad\xed\x42\x79\x55\x6c\xf0\x08\x9b\xc8\x90\xea\xe0\x6a\x5b\xb1\x9e\xf7\xe8\xde\x42\x8e\xef\x22\x24\xf8\xf5\xf2\x81\x93\x45\x11\x01\x27\xad\x1c\xe4\xca\x59\xb7\xd8\xd0\x27\xc4\xc3\xab\xb7\x6e\xe8\xb6\x09\x7f\x1e\x86\x49\x10\x2c\x6d\x68\x03\xe4\xc5\x55\x72\x66\xd6\x30\xb5\xfa\x31\x9b\xcc\xda\x43\x5f\xd0\x20\xb8\x6a\x6c\x8d\xae\xc8\x1d\x44\x2a\x04\x79\x22\x02\x68\xc7\xc6\xcf\xb0\xf2\x51\xc5\x89\x20\x38\x5e\x04\x2b\xe2\x9d\xf7\xa6\x67\x30\x35\x49\x9a\x6a\x65\x18\xc4\x7c\xc6\x0f\x79\xe6\xe4\xff\xd2\x5b\x50\x8d\x82\x4e\xf5\x8d\x15\xb8\xfe\xf5\x17\xec\x90\x7c\xa6\x52\xe9\x3b\xba\x21\xee\xd1\x35\x02\xd2\x03\xd4\xa8\x9a\x13\x7b\xc3\x8d\x3e\x0c\xbe\xbf\xbe\xbd\x1f\x9e\x8d\x3e\x14\x91\xee\x2e\x95\xcb\xa3\x2b\x39\xb0\x7c\xce\x46\xcc\x07\xa7\x7a\x30\x61\xd8\x4b\x84\xe3\xb8\x40\x09\xb0\x0a\x99\x91\x7f\x96\x72\xe4\xe0\x54\xac\x0c\x4b\x5d\xd2\xcc\x03\xe4\xf3\xec\xeb\xc9\x5a\xe2\x86\x2a\x9d\x1c\x93\x95\xb4\x24\x7d\x64\x47\x97\x4d\x88\x83\xaa\x8c\xde\x4a\x94\x03\xea\x63\xe4\xd9\xe9\x1d\x70\x3b\x1f\x63\x73\x09\xaf\xc7\xed\xdc\x86\x6c\xb0\xa9\x1f\xe9\x67\x12\xdf\xb6\x48\x55\x3b\xc9\x0e\xe9\x14\x55\xd7\xb8\x0b\x39\xa3\xeb\x68\xcf\x7e\x2a\x0f\xfa\xbb\xee\x6c\xe9\xba\x80\x37\x2b\xa0\x4a\x01\xa7\x54\x21\x8c\x22\x22\x14\xa6\x0c\x4d\xe1\x60\xb3\x68\x81\x00\xfc\x82\x80\x3f\xf8\x3b\x94\x52\x06\x59\xf8\xcb\x96\xf6\xa1\x3c\x8f\x35\x84\xd6\xcb\xf3\xab\x87\xfb\x92\xa8\xfa\xc3\xf5\x43\xb9\x40\xfa\xe0\x97\xa5\xb2\x6a\xa5\x85\x65\x81\x37\xc1\x14\x8b\x8c\x3e\x8b\xd8\xea\x57\xa6\x71\xa2\xc9\x42\x91\x87\xdb\x8b\xad\xe4\xbb\x66\xc7\x53\x2b\xde\x76\x28\x5d\x35\xa3\x0b\x74\xf9\x34\x26\xd1\x2a\x44\xd0\xee\x74\x64\x22\x8a\xf4\x3a\x58\xcb\x9c\x45\x0b\xc3\x12\x65\x58\x58\x9f\x4e\x6c\x82\x89\xca\x55\xb6\x8c\xe6\xb5\x0c\x8d\xe1\x13\x51\x3f\xe9\xab\x8f\xb3\x5d\x64\x14\x58\x51\x16\x7c\x8d\x64\xfc\x64\x1a\x5e\xe3\xa4\xd9\xa1\x2c\x49\x1b\x71\xc2\x32\xf4\x80\x6c\x0f\x21\x86\xc1\x91\xa9\xb6\x3e\xd0\xcd\xc1\x8a\xb8\xd8\x3c\xad\x92\x72\xa6\x29\xd2\x40\x93\x3a\x3c\xd3\xa0\x39\x3e\x35\x1f\x77\x44\x77\x0b\x22\xc4\x75\x5b\xc5\x52\xa2\xc1\xcd\x79\xc3\x5a\x5f\x54\xdd\x31\x5f\x56\x69\x98\xc4\x7b\x86\x76\x0d\x38\x14\xa4\xfa\xed\x05\xc2\x90\x9d\xe9\x76\x90\x42\xc6\x81\x7e\x53\xf6\xca\xef\x03\xf2\x6d\x93\xca\x50\x4a\xe1\x5d\x01\x72\xbb\x5e\x56\x5b\xb1\x0c\x6b\x02\x08\x85\x03\xb2\x29\x15\x21\x68\x4e\x3d\x5e\xf7\x20\x04\xd1\xe1\xa6\xf8\xac\xf5\xd3\xef\x0c\x58\xa8\x98\x4d\x17\x64\xa1\x9f\x0c\x45\x7b\xe0\x09\x80\xd2\x70\xc5\x0d\x5d\x9c\xad\xcd\x03\x0f\xa7\x1b\x52\xdb\x7a\x60\x44\xc5\xf8\x9c\x29\xd9\xe2\x3a\xe3\x0c\x5b\xbb\x03\x28\x51\xae\xea\x40\x53\x91\xba\xa3\x11\x0b\x82\x3f\xa4\x51\x7b\xf4\x19\x71\x85\x3e\xa0\x7a\x2c\x03\x90\x68\x48\x78\xf1\xc2\x4f\x69\x07\xaa\xe9\xe6\x6a\x5e\x2e\xd5\x51\xeb\xc7\x9e\x4e\x39\xc7\x2e\xa9\xcf\x59\x50\x6c\x4c\x5d\x68\x5f\x82\xf6\x02\x70\x7e\xdb\x31\x98\x76\xc1\x68\x81\x83\xd2\x6f\x41\x22\x78\xcc\x89\x64\x5f\x29\x9f\x36\x49\x13\x5b\x5e\x04\x57\x4d\xed\x5a\xaa\xc3\xd4\xb6\xbc\xfc\x80\xef\x00\xe9\x68\x5d\xc5\x21\x38\x56\x2b\xcd\x54\xce\x5f\x0a\x94\x10\xc6\xf5\x40\xa7\x6d\x16\xea\xcf\x19\x89\x36\x81\x63\xb9\xc1\x02\xa7\x44\x11\xb1\x2c\xb4\xa7\x5c\x98\x19\x44\x1c\xb7\x83\xb6\x5f\xb3\x8b\xa6\x6a\x45\xb5\xbc\x89\xd7\x6e\x2f\x56\xc1\xab\xf8\x59\xac\x85\x24\xa5\xa7\xf1\x93\xb5\xa2\xaf\x39\x0b\xdb\x4f\x31\x0d\x1b\xb9\x14\xa0\xe9\x6c\x3b\xa7\xd7\x81\x15\xb9\xaf\x01\x74\x94\x42\x6f\xf6\x04\x4f\x64\xf5\x28\xdb\x80\x44\x56\xf1\xd2\x9d\xf0\x6e\x97\x2d\xe0\xd2\x51\x2b\x87\xaa\x94\x87\x00\x54\x02\x2a\x95\xc1\xd4\x68\x06\x03\x01\xa1\xa5\x29\xda\x30\x70\xa1\x59\xa8\xb8\xc2\xa0\x6b\x25\xab\x6a\xa1\xa6\xca\x72\xad\xe0\x71\xbb\x02\x4a\xe8\x25\x9a\x5d\x4b\x34\xab\x48\xb9\x14\xa9\xaa\xa9\x93\x88\x0a\x66\x8b\x2d\xa0\x6c\x93\xed\xcb\x13\x84\x3c\x1e\x7b\x45\xda\x2a\xac\x70\xf5\x53\xe6\xff\x55\xe6\xe0\x8e\xa8\x43\x52\x6d\x4a\x50\x3c\x0a\x5c\x50\xe0\x81\x4a\x42\x69\xc0\xc6\xa8\xc0\x68\x4d\x48\xa1\xb1\xf2\x9f\x5f\x19\x07\x16\x24\x0a\x2f\x78\x8e\x9e\xa9\x9c\x23\xc5\x47\x0c\x62\xee\xbc\x37\x40\x71\x64\x5e\x3c\x80\xb7\x00\x52\x40\xe6\x93\x94\x2a\x84\x83\x19\x96\x4c\x92\x07\xf6\x3c\xeb\x0f\x60\xc6\x8d\x39\xeb\x4d\x70\x37\x2b\x0e\xcd\x06\xf6\xb5\xa2\x91\x6d\xd3\xd2\x83\xf8\xe0\x97\x4d\x4c\x0f\x34\x9e\x50\xc3\x6c\x3c\x73\x7d\x66\x3a\x6a\xb6\x36\x58\x00\x4e\x40\x49\xa5\x52\x55\xee\x16\x6b\xe8\x59\x91\x95\x5e\x6c\x44\xa7\xb4\xf4\xe2\xf5\x5d\xe4\xa5\xb7\x95\xfc\x5a\x96\xa7\xe8\x3e\x69\xb1\x7f\xbb\xfc\x57\xc5\x5d\x10\x7a\x28\x29\xdd\xb4\x4a\x4a\xfb\x86\x10\x56\x04\xd7\x6f\x1e\xaa\xbd\x8e\x3a\x58\xe4\x3a\x85\x54\x14\xa4\x2e\x96\xf1\x55\x48\x95\xf3\x33\xae\x20\x3f\x25\x82\x72\xe8\xb5\x9c\xc9\x11\x6b\x96\x40\x96\xf3\xc4\x6d\xd3\x1d\x76\x8a\x24\x16\x9c\x3f\x37\x0b\x6b\xd1\xfa\xd9\x07\x8c\x19\x65\xd9\x16\x36\xaf\x8a\x98\x85\x8b\xaf\x2d\xd0\x47\x0b\x1e\x9b\x24\xef\x36\x9c\xca\xe6\xa1\xd7\x92\x11\x56\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\xb9\x1b\x5e\x46\xb6\xdc\xd8\x05\x1f\x3b\x35\xbe\xe2\xa9\xdd\xa4\x60\x2b\x00\x74\xee\x0c\x56\xb4\x9a\xe9\xaf\x1b\x3f\x00\xef\xae\x1d\x3a\x36\x91\x2e\x1e\xec\xba\xb2\x25\xa5\x09\xdb\x42\xf8\x2f\x30\xe9\x75\x8b\xec\x06\xde\x46\x61\x23\x67\x69\x68\x37\x80\xea\xba\x36\xe0\xb0\xc2\x87\xbd\x68\x97\xb3\x98\x08\x46\xb0\x9a\xbf\x5e\xbe\xc2\xe9\xb6\xc6\xe9\x30\xc0\xfe\x45\x73\x17\x4e\x77\x52\x61\xbd\x92\x0f\xb0\x66\x2a\xc0\x1a\x71\xf5\x45\xbd\xdd\x9a\xe2\xd8\x60\x34\x0c\xe0\x5c\xd6\xa1\xd2\xad\x52\x1a\x9a\x95\xb9\x97\x49\xee\x68\xb0\xfa\xd4\xd2\x3a\xf4\x61\x0f\xab\x14\xaf\x58\x92\x2f\x22\x8b\xe2\xe5\x03\xfb\x97\xd5\x43\xce\x83\x58\x7f\x28\x4a\xad\x30\x65\x96\x7b\x2d\x0b\xef\xd7\x12\x65\x8a\x9b\x22\xfa\xf7\x3e\x57\xe4\x8b\x4f\x15\xe9\x13\x07\xfa\xc4\x81\x86\x3d\xea\x13\x07\x10\x7a\x6f\x89\x03\xcb\xcc\x9f\xde\x23\x07\x75\x2b\x4b\xc5\x62\xcc\xfe\xae\xd0\x22\x37\x0f\xe8\x77\x16\xc4\x30\x1a\xca\xfe\x62\x7f\x68\x0c\x88\xaa\x7d\x56\x9d\x6d\x68\xcd\x64\x8b\xaa\x53\x00\x8b\x38\xb1\x88\x6e\x36\x5c\xb9\x6c\x7d\x5a\x66\x28\x1d\xb1\x1f\xf8\x33\x79\x22\xe2\x00\x61\x85\x52\x2e\x15\xf0\x61\x17\x1d\x03\x07\xa1\x04\x0e\x6e\xa2\x20\x30\xba\xc2\x29\x89\x4d\xed\xc0\x20\xa8\xd1\x9a\x6b\xad\xa3\xb5\x09\xb8\x14\x30\x38\xcd\x36\xb8\xa8\x89\x11\x33\x81\x86\x26\xb8\x0d\x64\x05\xea\x26\x06\x04\xf3\x07\xef\x06\xfe\xc3\x11\xba\xd7\xf7\x13\x95\xe5\xf1\x06\x38\x66\x6d\x63\x1b\xb1\x99\xe0\x79\xe6\x2d\x68\x7c\x62\x8a\xc8\x9a\xd8\xa7\xba\x1b\x18\x06\xe3\x7c\xc0\x11\x8e\xb5\x26\xbe\x9c\x70\xde\x24\x06\x75\x23\x30\xa0\x90\x80\xf4\x31\xf4\x81\x75\x36\xd0\xdd\x78\x6f\x03\x08\x94\x65\x90\xe6\x2f\xe4\x5a\x3e\x23\x12\x6c\x42\xde\xe6\x5e\xca\xc8\x2e\x67\xfd\x37\x8e\x73\x99\x45\xd4\x7b\x2d\x9c\x65\xbf\x19\x50\xa0\xe8\xdc\x46\x7c\x99\x74\x4f\x7b\x4f\xbc\x98\xad\xb4\x73\xec\x6c\x1b\xbf\xb8\xc9\x45\xc6\x41\x12\x4b\x16\x0e\x00\xc1\x62\xa6\x65\x3c\xcb\x4d\x54\x1b\x0d\x83\x9c\x1a\x29\x9b\x4a\x75\x89\x55\x34\xd7\x9c\xbb\xc0\x0e\xdb\x51\xb4\x5f\xc1\x95\x5f\xd6\x7e\xda\x30\x83\xd3\xb0\xf7\x16\x87\x42\x07\x7b\xba\xb9\xf7\x5d\x70\xbd\x93\x24\x52\xdd\x9f\x71\xba\xd9\xd2\xd0\x81\x55\xd4\x7d\x62\x9f\xe8\x89\xae\xa2\xa2\x55\xe3\xef\x46\x5b\xe5\xda\x55\x3b\x8f\x23\xdc\x02\x8c\xe5\xcc\x42\x5f\x15\x2f\xda\x5a\xa7\x2d\xce\x7f\x41\x37\xcb\x01\xb2\x78\xf3\x4f\x5a\x1c\xf1\xf6\xd6\x14\x67\x5a\x89\x50\x5c\xdf\x92\x62\x66\xe4\x58\x13\x25\x8b\x30\xca\x05\x75\x67\xbf\x92\x5d\xdd\x4e\x1d\x60\x9f\x3c\x0e\x6b\x13\x45\x38\x28\xdb\x66\xdc\xfd\x38\x52\x39\xf6\x61\x89\x40\x13\xae\x9c\xb8\xc9\x24\x77\x6e\x75\xe1\xc4\xbb\x86\x3d\x5d\x49\xd8\x5b\xec\x32\x6e\x42\x0a\xec\x74\xd2\x28\x9b\x05\x30\x83\xcd\x36\xe2\x2e\x55\x04\x1a\xbf\xec\x56\x09\xa1\xf1\x53\x27\xfb\x6c\xf2\xed\x12\x18\xa4\x8d\x23\xb3\x4b\x51\xee\x36\x0c\xd6\x4a\x4f\x21\x00\xa4\xb5\xdf\x01\x8e\x2b\x05\x37\x3d\xb6\xd2\xd4\x7f\xfa\xbf\x4c\xd5\x29\xb3\x34\xff\x89\xb8\x18\x31\xf3\xfb\x81\xaf\xf8\xa0\x5f\x28\xa0\x54\x71\x4a\x0a\xb0\x49\x51\x86\xa5\x03\x70\x0e\x0b\x2b\x66\x60\x73\x3d\xe0\xbd\x1e\xc3\x63\x3e\x21\x82\x11\x3d\x34\x97\xc6\xef\x99\x59\x8a\x19\x9e\x01\x48\xef\x01\xc4\xc5\x81\xb8\x5a\xa8\x22\x86\xa4\x4d\xe5\x40\xe0\x56\x9a\x59\xda\x6c\xdb\xa2\x82\x2e\xf4\x69\x44\x59\x8b\x11\x5a\x04\x57\x34\x53\xff\xad\xed\x7f\x33\x89\xfd\x7e\x70\xf7\xe3\xf8\x76\x78\x77\xfd\x70\x7b\x5a\x12\xdb\x4f\x2f\x1e\xee\xee\x87\xb7\x8d\xcf\x8a\x4c\xd5\xbf\x3e\x0c\x1f\x5a\x1e\xb9\x06\x2e\x06\xdf\x0f\x4b\xe5\xa8\xff\xfa\x30\xb8\x38\xbf\xff\x65\x7c\xfd\x71\x7c\x37\xbc\xfd\xe9\xfc\x74\x38\xbe\xbb\x19\x9e\x9e\x7f\x3c\x3f\x1d\xe8\x2f\xc3\x77\x6f\x2e\x1e\x3e\x9d\x5f\x8d\x5d\xd0\x71\xf8\xe8\xe7\xeb\xdb\x1f\x3f\x5e\x5c\xff\x3c\x0e\xba\xbc\xbe\xfa\x78\xfe\xa9\x69\x16\x83\xbb\xbb\xf3\x4f\x57\x97\xc3\xab\xe5\x65\xaf\x9b\x57\xa3\xb5\xa2\x6e\x70\x91\x05\x46\xa3\x40\x4c\x9a\x2c\x2c\x69\xd3\xdf\xc0\x75\x71\x63\xe8\xf1\xf0\xc0\xfd\x65\x8a\x54\x1f\x6a\x16\xe8\xbc\x62\x05\xf7\x18\x31\xef\xb6\xf4\x97\xaa\xc2\x33\xe9\x12\x8f\x4b\xa3\x3d\x41\x03\x38\x2b\xa0\x30\x94\x3a\x85\xbc\x06\x3f\x52\xe7\xe8\x06\x3a\x4c\x68\x4a\xc1\xe7\x8d\x0e\x51\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\xd7\x2e\x5e\x76\x1a\x64\x35\xa7\x19\x28\xe5\x04\x39\x0e\x4d\x8c\x39\xc1\xa0\xb8\x2e\x18\x4e\x69\x54\x4d\xc0\x00\x20\x53\x54\x80\x76\x54\x5b\x2c\x11\x58\xb9\xe5\x39\x41\x3f\xfe\xa5\x18\x14\x78\x30\xac\xe6\x9d\xd7\x6a\xd3\xd9\x07\x22\x37\xab\xba\x8a\x3c\x4b\x3d\xb9\x63\x6e\x4d\xcb\x70\x6e\x6d\x0d\x6c\x70\x37\xe5\x2c\x00\xee\x2a\xf9\x9e\xf4\xf1\x36\x33\xaa\xd0\xf8\x09\xba\x03\xd0\x10\x59\xa8\xee\x7a\x17\xb3\x24\x9f\x51\x86\x68\x9a\x25\xa4\xa8\x9e\x3e\x21\x73\xfc\x44\xb9\x2b\x04\x61\xea\x65\xc0\x3a\x5a\xd1\x0a\x1d\xa2\xd6\x83\x72\x82\x06\x71\x2c\xcb\x0c\xae\x44\x39\x8e\x65\x1e\x96\x87\x1d\x62\x6d\xb1\xd8\xb3\xcd\x0a\x1d\x15\x47\x0e\x56\x6c\xf7\xb0\x28\x75\x76\x58\xbe\x7b\xb7\xb8\xfe\xf5\x0a\x8e\x1d\x29\x8f\x37\x12\x06\xee\xb1\x7c\x74\xac\x79\x95\x40\xe0\x00\x6a\xb6\xeb\xd1\x22\xd5\x74\xed\xd4\xaf\xec\x18\x0e\xda\x66\x7d\xb6\xe2\x2b\xaf\xe8\xd2\xcd\x38\xa9\x14\xc1\xea\xdc\x5f\xa9\x88\x56\x63\x67\x3b\xf5\xf6\x34\x4b\x63\x70\x24\xc7\x9e\xfe\xd7\x98\xc7\x0d\x7c\x7a\xed\xbf\x5c\x2a\xb2\x8d\x83\x75\x5b\xd7\x07\x54\x4b\xd1\xb5\x7e\xa0\xa5\x74\xb8\x23\xa0\xa4\xee\xc2\x20\x94\x30\xa0\x11\xb8\xfb\x30\x65\xb6\xb0\x0d\xf1\xfe\x28\x57\xca\x59\x9f\x63\x5f\x6c\x0d\x4f\xf8\x53\x49\xb9\x4c\x89\x94\xb8\x05\xae\x24\x30\x89\x6d\xc3\x18\xfc\x09\xb5\x1f\x76\xa4\x27\x77\x26\xef\xf5\x57\xcb\x8c\x3e\xb7\xa1\x66\xec\x26\xaa\x05\xd6\xd8\xc5\xd9\xa2\x6b\x93\x6d\xa7\xf9\xcb\x41\x11\x4a\xc3\x45\x10\x61\xd4\xe6\xfe\xe9\x68\x56\xab\x2e\x58\x63\xbd\xa2\xd0\x85\xb7\x7e\x04\x4e\xd0\xfa\xc6\xd8\xd2\xd6\xaf\x82\xcb\xeb\xb3\x06\xd5\x95\xfc\x9d\x61\x2d\xe7\x88\xa7\xa9\x91\x0b\x4a\xb6\xd4\x03\x84\x4d\x92\x63\x21\x4d\xc9\x3c\x9a\x1b\x2f\x93\xbe\x32\x0e\x46\xec\x39\xd8\x90\x52\x18\xf0\x20\x6c\x09\x70\x39\x3f\xeb\xe3\x46\x9f\x4a\xc1\xd5\x20\x32\x52\x88\xf4\x0d\x08\xc1\x38\x04\x8b\x42\x4c\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x83\xaa\x7b\x95\xf5\x6d\xab\xbd\xe7\xe7\x16\x94\xbc\xdb\x42\x53\xee\x3a\x84\xa0\xea\x5e\xd3\x08\x76\x50\x74\xef\x55\x81\xb2\x7d\xb2\xa6\xc9\xed\x4d\x27\x16\xa1\x42\x4f\xd7\xad\xf6\xbf\xb9\x19\xfd\x9b\xf1\x3b\xe4\x2d\x90\x26\x41\x6b\x1e\x2b\x1b\x1d\x6a\x99\xd5\xa5\xda\xdb\x40\x0c\x89\x0e\x0d\xfe\xde\x57\x10\x67\x39\xb8\x39\xff\xea\x00\x7d\x15\xe6\x9a\x7d\xb5\xd1\x01\xb4\xe3\xb6\x85\xf7\x40\x9b\x2a\x25\x1c\x94\x8f\x1d\xec\x55\xe5\x24\xda\x3d\xb3\x07\x11\xb5\x9d\x43\xfd\x65\xe9\x1b\x70\x4e\x43\x21\x39\xe3\xbf\xf5\xe1\xce\xd6\x05\x64\x64\x5c\x2a\x1b\xd6\x2e\x1e\xb1\xc9\xa2\xea\xe4\x39\xf0\x5e\x9e\xce\xa7\x74\xeb\xe2\x68\xba\xbd\x7a\x72\xf2\x8e\xc3\x70\x97\xdf\x07\x2b\xd2\x9d\x07\x26\xe2\x9a\x4f\x03\x2e\xd6\x16\xa5\xd0\xc7\xaf\x37\xcd\xaa\x64\x2f\x73\x8b\xd9\xb8\x29\xab\xe4\x9f\xf7\x46\x6e\x1d\x82\xbe\x07\x4d\x2b\x62\xe3\xfd\x5b\x84\xeb\x9e\xca\x5e\x96\xca\x76\x91\xef\x50\x1e\xdc\xfa\x17\xe8\xa9\x91\xe3\x82\x66\x9c\xc1\x55\x2b\x13\x9e\xc1\x97\x2a\xe8\xad\x2e\x3d\xbb\xa6\xcf\x37\x58\x93\xd5\x4e\xdf\x3b\x13\x38\x60\xdc\xae\xf5\xb1\x56\x87\x3a\x50\xb6\x9c\x0f\xa7\x26\xb7\x51\xd1\x94\x1c\x20\xce\x92\x45\x10\xec\x60\xcf\x2b\x90\x9b\x89\x51\x9a\x13\x2a\x5c\x27\x16\x61\x70\xad\x64\xf8\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\x6a\x70\x39\x3c\x1b\x0f\xaf\xee\xcf\xef\x7f\x69\x40\x8f\x2c\x3f\x76\x00\x92\xc1\x0b\x77\xbf\xdc\xdd\x0f\x2f\xc7\x9f\x86\x57\xc3\xdb\xc1\xfd\x0a\x70\xc9\x65\x9d\xb5\x01\x17\xe6\xb2\x49\x7d\x5b\x07\xbc\xd0\x99\x79\x1b\x7a\xaf\x43\x4c\x06\x9d\x50\xd2\x02\x33\x69\x12\xff\x59\x4c\x04\x8a\xc9\x13\x49\x78\x56\x98\x55\x1b\x17\x2c\xc0\x9f\x6c\x68\x7f\x19\x06\x25\xb4\x59\x5d\xe3\x13\x64\xaa\xa6\x05\x85\x63\x7d\x83\x20\xf2\x61\x41\xd8\x57\x0a\x91\xcf\x59\x42\x23\xaa\x82\xc4\x40\x2e\xac\x7b\xc5\xb8\x0f\x21\x3a\x75\x05\x71\xed\x2c\x1a\x65\xe7\x3a\x7f\xe8\x49\xaf\x6b\xfb\xfe\x44\x79\x3c\xb4\x95\xa5\x78\x76\xa0\xd8\xb7\x38\x8d\x6b\x70\x6d\x1b\x8c\xee\x25\xcc\x03\xf5\x0c\x1d\x9b\xdc\xd7\x02\xe5\xd6\x3c\xc8\xd5\xb7\xe1\xb2\x38\x99\xd2\xb9\x5e\x1e\x28\xd3\x8d\x52\xdf\x38\xdc\xa5\x54\xa2\x72\x07\xb8\x1b\x36\x76\x7d\xcd\x80\x85\x5a\xe5\x15\x66\x62\x4e\x31\x12\x24\xe5\x4a\x2b\x60\x26\x22\xe0\x40\x0b\x55\x14\x27\xf4\x37\x40\xa8\x12\xe4\x28\x88\xa0\x70\xb8\x5e\x85\xfb\xc0\xa2\x47\x1c\x8d\xd8\xd9\xf0\xe6\x76\x78\xaa\x19\xd2\x11\x7a\x90\x00\x3e\x55\x9a\xfa\x99\x25\x6f\x23\x8e\x85\x91\x0c\x94\x49\x45\x70\x5b\x30\x18\x11\x82\x8b\xee\xfc\xc1\xf7\x37\x84\xef\x9a\xc9\x1b\x9e\x95\x6c\x53\xce\x00\x70\xd5\x5a\x5f\x38\xc8\x19\xd8\x79\x4a\xd6\x2d\x7e\x2e\xad\x48\x08\xbe\x01\x92\x48\x79\xd5\x5f\x70\xb5\x01\xbe\xb3\xfb\xfc\x4a\x7d\xde\xc0\xb7\xcb\xe6\x79\x0f\x21\x76\x52\x15\x58\xa0\x06\x2e\xd4\xd7\x8f\xa9\xcc\xb3\x55\x54\x14\x6f\x01\xd4\x51\x21\xfd\x09\x99\x61\x86\x44\xce\x58\x05\x1c\x36\xb4\xb4\xd5\x83\x66\xd6\x3d\xaa\x7a\xcd\x70\xca\x73\x06\x4a\x03\x84\xb1\x36\x0c\x46\x66\x84\xa9\x15\x83\x79\x2b\x18\x96\xca\x50\xf7\x17\x89\xa5\x61\xa0\x6d\x60\x2c\x4d\xfe\x24\x28\x62\xbc\xde\xb5\xec\x82\xf2\x4a\x4e\x25\x7d\xa8\xfc\xfd\xdc\xac\x65\x63\xf9\xb8\x75\x77\xf7\x58\x3e\xae\xee\x2a\x26\xd1\xe3\xba\x97\x4d\x35\x33\x33\xb1\x35\xa0\x6b\xc6\xbe\x85\x7e\x6a\x8b\x9c\x40\xe9\xef\xe8\x11\xfd\x70\x7f\x79\x81\xa6\x54\xcb\xbd\xfa\x5a\xb9\xc2\x5a\xc6\x7e\x10\x89\xb3\x0b\x5b\xdb\x6a\x2e\x12\x7f\xf7\xc2\xc6\x3b\x51\x2a\x90\x12\xf4\x8d\x86\x67\xc4\x19\x7b\x85\xc5\xda\xab\x14\x39\x11\x98\xc5\x3c\x35\xf3\x38\x96\xf9\x74\x4a\x3f\x1f\x29\x2c\xbe\x69\x59\x0f\x13\x55\x31\xfe\x1b\x9f\x8c\xf5\x88\xb6\xbc\x88\x9b\x9a\x43\xb6\x34\xb1\x5f\x36\x3b\xb3\x33\xf3\xee\xff\xe5\x13\xc8\x75\xcf\x04\x07\xfc\x3f\xf0\xce\xd9\x48\x05\xfb\x8a\xa3\xa4\x23\xe4\x12\xa8\x4a\x10\x27\x11\x17\x82\xd8\x14\x79\x53\xa5\x33\xc3\x42\x51\xb0\xd6\x3a\x88\x94\x12\x36\x7e\xb1\x45\x61\xf1\xec\x39\x2e\x70\xa8\x27\x84\x80\x83\x27\xa3\xc9\x7a\x4a\xef\x69\xc9\x37\x59\x39\x81\x36\xf2\xd4\xa2\x66\x82\x41\x66\xa5\x88\x35\x7c\x22\x4c\xed\x44\x3f\x81\x26\x1a\x92\xf6\xbb\x79\x19\x4c\xb1\xcc\xf3\xb3\xe2\x72\x73\x21\xbd\x61\x54\x93\x12\x18\xee\x79\x9b\x28\x65\x5d\xea\x6d\x8e\xfe\xa7\xce\xbe\x63\x78\xb5\xbe\x2e\x2b\x42\xe3\xed\x6a\x17\x45\xb3\x8b\xb0\x56\x07\xec\xbf\x21\x8c\x8f\x24\xc6\x8a\x11\xc0\x47\x58\xe5\xb4\xba\xe7\xa6\x4f\x4d\x5b\x95\x2e\x57\x6e\xf9\x06\x98\x35\xa5\x66\x3e\x11\x48\xe9\xdc\x45\x20\xfa\x3a\xa9\xfb\x30\x90\x07\x91\x40\x08\xf5\x52\x2b\x96\x29\xd8\xad\x39\x9f\x97\xec\x70\x07\x19\xdd\x0c\x46\x0b\x8d\x24\x13\x24\xd2\x57\xd9\x09\xba\x49\x88\x96\xbc\x72\x2d\x7d\xe5\x49\xe2\xf0\xbd\x96\x4b\x87\x6b\x61\xd2\xbd\xf8\xbc\x02\xdd\x63\xc9\xc4\x1c\xbe\xdd\xf2\x99\x05\x6b\xb0\x7b\xc0\x85\x60\x7d\xc1\x84\x0c\x86\xc4\xb2\x16\x09\x1c\x7e\x61\xe2\x66\xc1\x94\x84\x4b\x17\x19\xfd\x4d\xb3\x5f\x41\xe4\x9c\xb7\x26\x39\x86\xb3\x7d\x99\x39\xb8\xa5\x7c\xc1\x49\xb8\xfb\xb0\x2d\xae\xba\x83\x5c\x53\xb9\x03\x4b\x22\xce\xb2\x29\xfa\xda\x0f\x3e\xfa\xc3\xa2\xad\xda\xbb\xd5\x0e\x0d\x6e\xc9\xc2\xd4\x16\x22\x9f\x15\xae\x8b\x42\x99\x59\x18\xdf\xab\xff\xbc\x30\x20\x17\x29\x01\x54\xc9\xa2\x7e\x1b\xd2\x77\x6d\xdb\x16\xeb\x79\x8e\x73\xb1\x16\x24\x45\x81\x59\xbe\x0e\xe7\xb6\xc9\x28\xc5\xb0\xf4\x22\x34\xb3\x4b\x5b\x4a\x02\xc4\x68\x1b\x6a\x24\x4b\x38\x70\x96\x6c\xcc\x32\x36\xaa\x78\xed\x4c\x79\x5b\xb7\x1a\x48\xc9\x85\x28\xf3\x52\xde\xb5\x12\x05\x96\x26\xd0\x23\x8b\xad\x8f\x2c\x66\xeb\x8a\x78\xda\x03\x1c\x40\x25\x20\xf1\xbf\x70\xa0\x55\x05\x07\x6b\xf4\x5e\x95\xf9\x54\xda\x9d\x4e\x69\x4e\xa5\x2f\x34\x2f\x39\xdb\xd2\x03\xa7\x27\xb3\x18\x43\xe2\xe8\x36\x51\x38\xa5\xf9\x1b\xef\x01\xb4\x49\x62\x64\xd0\x0b\x0c\xee\xb1\x5d\x3b\xef\x39\xc9\xb0\x20\x4c\x8d\xd8\xad\x1e\x85\xf9\xa2\x88\xc4\x70\x71\x38\x0e\x8b\x1e\xaa\xbf\x4e\x11\xb6\x5f\xc1\xa2\xb7\x05\xc2\xc9\xb1\x79\x09\x54\xd3\x17\x4c\xb2\xff\xde\xbc\x63\x30\x0f\x2c\xe6\x8f\x9e\x2a\x9d\x16\x6a\xbc\x16\x20\xa3\x39\x05\xc8\x81\x98\x48\x7b\x21\x51\x65\x31\x25\xbc\xf8\x9d\x13\x87\xbe\x0c\x9f\x79\xfe\xd5\xc4\xb0\x9d\xa1\x80\x39\x03\x9d\x1c\xb1\xa0\x8f\x25\x60\x9d\x46\x59\xdf\x50\x95\x80\x7d\xa6\xb1\x77\x7c\xc1\x3f\xcd\x0e\x71\x41\x67\x94\x05\x25\x93\xec\xf4\x52\x9c\x81\x79\xd7\x9c\x41\x3e\xf5\x77\xda\xbd\xcd\x32\x38\x82\x11\xff\xf7\x7f\xfd\xcf\x11\x6d\xf3\x7e\xc8\xb1\x5d\x81\x7d\xd8\xc9\xf5\xb6\x25\xdc\xf9\x00\x45\xa4\x05\x9d\x22\xd0\x69\x65\x29\x73\xa2\xf8\xd5\x5e\x6e\x9a\x68\xb8\x9a\x1b\x77\x6f\x99\xdc\xc1\x37\x22\xf2\xe5\x55\x04\x02\x16\x57\x04\x04\x14\x5e\xdf\x20\xe8\xd6\xd5\x88\x30\xc1\x92\xba\xfd\xca\x85\x52\x61\x50\x01\x98\xdf\x36\xc1\x89\x73\x2c\x5f\x2e\x02\xa5\xb1\xb6\x91\x31\x1a\x87\x77\xe4\xaa\x58\x14\x33\x48\x93\xd4\xa8\x77\x25\x97\x44\x98\x03\xed\x51\x9f\x2c\xf1\x84\x50\x85\x10\x8a\xb8\xc2\xa5\x46\x52\x4c\xd7\x0a\x9b\xd7\xef\x37\x03\x29\x96\x6c\xea\x78\x46\xc4\x38\xce\x4b\x31\xd2\xab\xda\xbe\xd1\x1f\x9d\xe5\x6a\xb1\xba\x7d\x99\xe0\x7a\x6d\x97\x65\xe0\x95\xfa\xfd\x96\x66\x57\x0b\x86\x41\x24\x4b\x59\x38\x6c\x81\x86\x24\x15\x68\x48\x1b\x5a\x59\xb2\x04\xc0\x45\xc3\xa0\xae\x7e\xa0\x30\xd8\x9b\xc8\x00\x58\xc3\xc8\xd1\x24\x2f\x2c\x27\xbe\x24\x40\x7c\x34\x62\x1f\x4d\x4d\x0d\x50\x66\xcc\x00\x22\xc8\x6b\x21\x9f\x33\x2e\x49\x29\xd1\xaa\x01\xe6\xdf\x26\x4a\xda\x61\x34\xcb\xa4\xc5\x47\xdb\x8b\xa4\x6f\x0e\xf2\x59\xdf\xf0\xfa\x94\x9b\x29\x70\x2b\xa9\x27\xa2\x19\xd5\xb4\x33\x6e\x3c\x69\xeb\x4f\xbd\x6b\x95\x98\x22\x74\x09\xe0\x9e\x54\xb2\x38\x40\x7e\x7a\x15\x82\x48\xc8\x13\x01\xab\x31\x8c\x31\x2c\xe6\x50\x36\x5f\xb5\xb0\x93\x55\x07\xa8\xc8\x72\x04\xb6\x80\xe2\xea\x08\xca\xb9\x60\x4d\xb4\x58\xce\x72\xd9\x3a\x21\xab\x29\xfe\x62\x0d\x29\x74\x10\x16\xb5\x58\x10\x85\xc8\x67\x45\x6c\xd9\xcb\x7b\x97\x32\x57\x8f\xb2\x47\xcd\x59\x3f\xed\x22\xd2\xee\xa9\xa2\x36\x11\x9b\x28\xed\x72\x02\x63\x77\xef\xdb\x1c\xb9\x39\x66\xb1\x4d\xfc\xb4\xb2\xb4\x96\x29\x60\x76\xc6\xb6\xe4\x43\xe2\x6d\xfa\x62\x80\x06\x6e\xda\x34\xb0\xe5\x70\x91\x39\xbd\x48\x4b\xe6\x10\x45\xc0\x85\x16\x50\x73\xa6\x68\xa2\x89\xc3\x8e\x41\x6b\xcd\x39\xf3\x78\x7c\x10\xc0\xdd\x06\xf9\x46\xa5\xa4\x6c\x36\xb6\x2b\xe9\x72\x18\xbb\x5d\x0c\x65\x9a\xba\x34\x4d\x99\x1f\xbf\x77\x0d\x2d\xb7\x1d\x1b\xb2\x06\x38\x2e\x97\x3d\x09\x82\x35\xe3\x6e\x32\x16\x47\xcd\x25\x5d\x8e\x69\x6c\x96\x82\x9a\xea\xca\x30\xd1\x75\xcc\xcb\x20\xd6\xd5\xe1\x0a\x8a\x2b\x44\xda\x8c\x48\x93\xe7\x04\x01\xe9\xaa\x25\xe5\x53\xb6\xa6\x7a\x9e\x33\x2f\xa2\xd9\xda\x4e\x3e\xa1\xbd\x92\x35\x8a\x5d\x77\x36\xea\x1e\x27\xc9\x04\x47\x8f\x5e\xd9\xf0\x2a\x37\x17\x0e\x1b\x5f\x0b\xa8\x50\xfc\xcb\x10\x97\x1e\x68\x04\xd2\x4d\xe8\x14\x33\x80\x35\x76\xd8\x45\xe7\x66\xd5\x2c\x12\x98\x41\x28\x32\xa3\x37\x21\xfc\x31\xc9\x12\xbe\x48\x5b\xee\xb3\x6a\xa6\xdc\x36\x01\x29\x6d\x89\x7a\x3b\xbd\xca\x2a\x4c\x6f\xed\xcb\xac\x96\x76\xb3\x03\xf8\xa4\x35\xb8\xe4\xa7\x84\x4f\xc0\x72\x68\xb5\x6c\x97\x4a\x12\x64\x34\x54\xcf\xf3\xba\x09\x2e\xd5\x13\x49\x65\x96\xe0\xc5\xb2\x1e\x4c\x6a\xc5\xcb\xee\x9b\x49\xc5\x5f\x6d\x04\xeb\x1e\x94\xdc\xf8\xf9\x4b\x00\xf5\x5e\x38\x49\xc0\xbc\x6b\xf8\x57\xc5\x98\x64\x72\xda\x8e\x8c\x2f\x56\xf1\x11\x53\x78\xe6\x36\xd7\x0a\x97\xfc\x99\x11\x21\xe7\x34\x2b\x15\x05\xdc\x3a\x0a\xda\x52\xb4\xfd\x8f\x89\xf9\x5d\x83\x77\xf2\xec\xd0\x00\x71\x68\xfa\x90\x19\x8e\x0a\xe3\x5f\x94\x60\x29\xe9\x74\x11\xe0\x67\xf8\x80\x52\xc8\x52\x2a\x6b\xcb\x41\x1d\xae\x26\x46\x63\xc6\xb7\x9b\x04\xf2\xed\x93\xe7\x1e\xca\xc7\x8f\xc6\x21\x50\x99\xbe\x4f\xea\x60\x29\xee\xa6\xb6\xa0\x29\xad\x80\xab\x26\x53\x7e\xb3\x84\xef\xa5\x18\x37\xed\x66\x84\x42\x98\xb4\xc3\xb6\x8a\x8c\xc7\xb5\x08\x31\x5f\x54\x29\x63\x10\x36\x5f\x2b\x4e\xce\xfc\xa9\x89\xd3\x63\x62\x00\x74\x40\xf1\xf1\x01\x92\x5b\x61\x49\x75\xa1\x8b\x33\x92\x90\x9d\x04\x16\x6f\x40\x24\x55\xaf\x7d\x40\x1e\x4b\x49\xa3\xc0\xd2\x5f\x6d\x5c\xd8\x20\xde\xb9\x05\x91\xa6\x79\xe8\x3f\x9b\x81\xda\x90\xe7\xa6\x5d\x04\xfb\x17\xac\x72\x57\xdd\xa5\x09\xda\xce\xb4\x60\x49\xae\xe8\xa6\x44\x57\x45\xa7\x5e\x5e\xd9\x47\x52\x7b\xe3\xc8\xe0\xda\xb8\x3e\x91\x2e\x51\x0c\x2b\x0f\xc0\x46\x1c\xa8\xce\xa7\xbb\xd1\x85\xf5\x13\x2a\x8e\x66\x44\x99\x12\xf7\xbe\x8e\xff\x7b\xa2\x89\x9d\xe5\x35\xec\x68\xf5\x9b\x0f\xf9\x7a\xa7\xf6\x8e\x28\xe9\xae\x84\x1a\x5a\xa0\xdd\x9c\x3d\xdc\x82\xfd\x38\x96\x46\x70\xfd\xe2\xe5\x96\xad\xb1\x00\xec\xc8\x6c\x46\xfc\xef\x48\xa0\x32\x73\x8c\xed\x17\x3e\xfb\xbd\x84\xfb\x84\x4b\x58\x79\x66\x8d\xde\x9e\xeb\x55\x49\xfb\x4b\x17\xbd\xd6\xa7\xf1\xea\xa8\x0a\xea\xee\xe5\xc1\xf5\xe4\x41\x87\x25\xb9\x87\x97\x7f\xdb\x31\xd8\xcf\xfb\x67\x0f\x84\xc3\xda\x95\xb8\x3b\x11\xf1\x1d\x91\xc9\x5e\x48\x8a\xb5\xad\x78\x2d\x79\xf1\xd0\x81\xf9\x14\xd0\x38\xfb\xbb\x45\xfb\x71\x92\x6f\xad\x1b\xe8\xe5\x2e\xd8\xd5\xf4\xb2\x13\xfa\x00\x5c\x4b\x0c\xe9\xbf\xb9\x2d\x94\x01\x87\x37\x08\x19\xab\xf9\x1e\x56\x04\xe3\xd9\xe1\x75\x0a\xc3\xab\x2d\xe7\x4b\x6c\xaf\xcd\xf5\xea\xbc\xb9\x2f\x49\x6a\xeb\x8e\x65\x17\x3a\xca\x0b\x7b\x71\x2c\x35\x06\x1f\xf4\x31\xb1\xdd\x6e\xd1\x06\x04\x19\xb7\x65\xbb\x3c\x64\x4d\xd5\xcd\xb6\xcf\x56\x77\xa9\x6c\xe3\x4c\x90\x29\xfd\xbc\x91\x28\x7e\x03\x9f\x5a\xf5\x52\x2f\x73\xa5\x5e\x1a\xb8\x67\xa0\xbe\x5a\x10\xb7\x67\x57\xda\xd6\x54\x1a\xb1\x22\x01\xd0\x66\xff\x3d\x92\x05\xe2\xa2\xf4\xd3\xa6\x58\x87\xbb\xaf\xed\x66\xf6\x75\xae\x54\x26\x4f\x8e\x8f\x67\x54\xcd\xf3\xc9\x51\xc4\x53\x13\x6e\xce\xc5\xcc\xfc\x71\x4c\xa5\xcc\x89\x3c\xfe\xee\x8f\x7f\x2c\xb6\x78\x82\xa3\xc7\x99\x41\x8f\xa9\xfb\x9d\xca\x5b\x4e\xb0\xdc\x2e\xb2\xc7\x65\x6a\xbd\x70\xc6\x6e\xd0\x8d\xcb\x91\xd4\xdf\x48\x85\xd3\x2c\x8c\x1e\x35\xd5\xd1\xa4\xc2\x45\x4d\x06\x48\xbf\xd3\xd3\x44\x73\x9c\x65\x84\xb5\x9b\x1d\x4c\x3e\xe5\x16\xac\xc7\x65\x64\xda\x11\x92\xcf\x59\x82\x59\x19\x65\x00\x0a\x0c\x09\x12\x11\xa6\x6c\x06\x7c\x51\x2f\x19\xa8\xd1\x20\xdd\x18\xfe\xbf\x5e\xc6\x1d\xcc\x91\xca\xa2\x72\x98\x1b\x8e\xad\xe2\xe9\x6a\x3b\xe2\x60\xe9\xaa\x95\x53\x8b\xb5\x23\x6e\xd5\x96\xe5\xe2\xdd\xd5\xeb\x67\xaf\x5f\xb9\x45\x70\x36\x26\x9f\x35\x93\x93\x9b\xe2\x52\x3d\x48\x22\xd1\xe0\xe7\x3b\x24\x17\x4c\xe1\xcf\x27\xe8\x92\x32\x10\x60\x7f\xe0\xb9\x90\xe8\x0c\x2f\x0e\xf9\xf4\x30\xe5\x4c\xcd\xd1\x25\xfc\xaf\xfd\xe9\x99\x90\x47\xf4\x0b\xc1\xc2\xf2\x07\x5b\x79\xcd\x17\xf1\xd6\x24\x24\x72\x26\x11\x79\xd2\x27\xf4\x8f\xff\x81\x52\xd3\xf2\x09\xfa\xf6\xf8\x8f\xff\x81\xfe\x00\xff\xff\xff\x47\x7f\x68\xd1\xf4\xd7\x43\xb6\x82\xfa\xbc\xb7\x65\x77\xee\x41\x65\xa5\x36\x28\x59\x7e\x2a\x78\xb1\x53\x8d\x2d\x3f\xd2\xe8\x91\x4f\xa7\x63\x4d\x18\x26\x5f\x6d\x8c\x45\x0d\x15\x79\x43\x98\x50\x6a\x0b\x2c\x9b\x82\x6d\x45\xa9\x14\xdb\xa9\x01\x36\x70\xec\x5a\xe6\x45\x81\x59\x08\x22\x2a\x15\xed\xa5\x12\xbe\x22\xb1\xe6\xaa\xeb\x9c\x0e\x67\xdd\x73\x39\xce\xce\x82\x13\x02\x81\x84\x45\xc3\x7d\xe0\x5f\x18\xc5\x6a\x02\x7d\xec\x42\x36\x1e\x87\x5a\x78\xed\x17\x13\x33\x09\x53\x7b\xab\x78\x49\x59\xeb\x7c\x75\xa8\xe4\x1d\x17\x5b\xe9\x5b\x8f\xa4\x16\xb3\xdd\xb1\x2c\x90\x2b\x55\x1b\x96\xaf\x87\x44\x68\x2e\x3c\x5c\xaf\xb1\x8b\xd8\xe2\x81\xab\xad\x98\x54\x98\xe0\xb2\x6e\x87\x5e\x4f\xfd\xcc\x7f\xb2\x6a\x98\x10\x69\xe6\xde\x2e\xca\xa2\xc1\x68\xb5\x88\xa4\x59\x62\xc3\x88\x1b\x30\xfd\x56\x6d\xe8\x9d\x87\x71\x80\xc6\x21\xec\x11\x52\x3e\x98\x93\x6c\x6d\x9e\x7c\xf3\x7e\xe6\x22\x22\xa7\x7c\xbb\xb0\xd7\x84\xb2\x5a\xbc\x7c\xf7\x8a\x3b\x7e\xf5\x2e\x6c\x6d\x25\x07\x7b\xcb\xe3\x42\x59\x30\x6e\x01\x5b\x6c\x21\xc0\xdb\x2c\xcf\x06\x70\xdb\x76\x01\xe9\x58\x2b\x01\xb0\x05\xd7\x36\x86\xe3\x82\xe1\xb9\x0a\x12\x95\xc2\x11\x02\x6b\x5e\xb8\x24\x76\x0d\x82\x8a\xb6\x1e\x47\x50\x0c\xa5\x88\x54\xaa\x14\x1d\xc7\xa6\x22\x88\xd8\x10\x92\xd3\xd4\x25\x3a\x40\x02\x43\x50\xa6\x9a\xeb\xf6\x24\x11\x87\x53\x1c\x51\x36\x3b\x08\xd0\x18\x01\x19\x21\xbc\x0e\x9a\x88\xf4\x1e\xcb\xc7\xdd\x06\x1a\x6e\x5d\xa7\x91\xc6\x45\xad\x30\x8b\x9f\x62\x1c\x1b\xb4\x06\x45\xa7\xb0\x7c\x6c\x03\x10\xaa\xa1\x97\x2d\x19\x9d\x5f\x0a\x87\x79\xb6\x6c\x7c\x2e\xd3\x9a\x84\xfa\x14\x94\x26\x70\x95\x83\x2d\x96\xa1\x4b\x6c\xc3\x1e\x6c\xa4\x0a\xe2\xb9\x64\xfc\x72\xce\x85\x1a\x6f\x08\x7f\x5a\xcd\x16\x67\xe4\x30\x01\xdc\x12\xfe\x44\xc4\x13\x25\xcf\x65\x14\xd1\x75\x68\xd1\x18\xcd\x82\xa8\x3a\x80\x99\x4c\x33\x0e\x29\x34\x53\x94\x62\xb6\x30\x8c\x52\x33\x17\x2c\x1f\xa5\xaf\x57\x8a\x64\x8a\x93\xe4\x00\x09\x92\x4b\x53\xc7\x57\x92\x64\x7a\xe8\x2a\x3e\xc4\x28\xe1\x33\x1a\xe1\x04\x4d\x12\x1e\x3d\xca\x11\xd3\x82\x02\x9b\x19\x26\x95\x09\x1e\x11\x29\x03\xc9\xaa\x48\xda\xb6\xa9\x74\x50\xac\x54\x11\x91\x52\x46\xa5\xa2\x91\x13\x99\x0a\xec\x05\x53\x32\x3b\xc2\x60\x12\x86\xc4\x44\x18\xae\x96\xf4\x88\xc1\xa0\xcc\x99\xad\x0d\x04\xd7\xb5\x85\x96\x73\x41\xe2\x6d\x07\x68\x07\x48\x79\x8e\x42\xc6\xaa\x7c\x20\x57\x1c\xa9\x53\xfb\x19\x1c\xe3\x65\x24\x70\x5b\x3e\x51\x9e\x20\xfd\x49\x2b\xa1\xf7\x40\x4c\xb9\x0f\x81\x2f\x49\x2e\x3e\x32\x7c\xcf\x80\xbb\x60\xc8\x2d\x70\x5d\xab\x68\x5a\xaf\x22\x88\x3c\x50\x8e\xaa\xea\x35\xa7\x2c\x4a\xf2\xd8\x17\x24\xd4\x22\xc0\x93\x26\x12\xb7\x3c\x7a\xed\xb5\xa0\x70\x80\xb0\x44\xcf\x24\x49\xf4\x7f\x4d\x04\xfc\xa1\xaf\x0f\xa0\x59\xb2\xa9\xe1\x00\x9d\x38\x2e\xdd\x46\x51\x7b\x07\xc2\x78\x83\xd5\xdc\xa4\xb6\xa7\x5c\x99\x5a\x90\x06\x84\xd1\xd9\xb7\x0c\x6a\xdf\x24\xe1\x13\x38\xe9\x80\xcf\xe8\x52\x63\x83\xb4\xba\x3c\x8a\x08\x89\x49\x8c\xbe\x0e\x0e\xae\x87\x5d\xf8\xa6\x19\x2d\xb0\xb4\x22\x7b\x80\xcd\x58\x35\xac\xb5\x22\x34\x96\xcb\x99\x1d\xa1\x9b\x0a\xfe\x48\x58\xa6\x1c\x57\xd1\xa8\x0e\x6a\x5b\xf8\x36\x78\x8e\x95\x49\xbc\xdc\x0e\xad\x89\xe7\x58\xea\x73\x07\x78\x8e\x95\x79\xb6\xc4\xee\xf3\xd9\x8b\xe6\x1c\xeb\x49\x5d\xf0\xee\x89\x60\x06\x07\xcb\xdc\x9d\x25\x12\x74\x07\x72\xd1\x44\x88\xfb\x85\x55\x59\x29\xfa\xf7\xb6\x58\x95\x95\xc1\xec\x33\x56\x65\x65\xa8\xfb\x8b\x55\xd9\x30\xd0\x0e\x58\x95\xc6\xb9\x3f\xd6\x44\xdd\x8d\x29\x40\x62\xcb\x24\x9f\xde\x41\xaa\xf7\xd2\x31\x9e\x9a\xc0\x01\x73\x8d\xb9\x3b\xda\x42\x37\xc3\x68\x6d\x0e\x64\x5b\x38\x54\xc5\x09\xb1\x2e\xed\x79\xef\x1b\x95\x46\x43\x5b\xcf\xec\x7e\x10\x5a\xbb\xc1\x0e\x19\xe1\xcc\xe6\x94\xb7\x55\x54\xd9\x9f\xec\xd9\xf5\x60\x40\x01\x62\xaf\xc4\xea\x3b\x01\x64\x5d\x56\x8a\x12\xcc\xf9\xb3\x2d\x0c\x04\xe4\x67\x88\xb1\x95\xf4\xa0\xd3\xb1\x55\xd6\xda\x56\x8c\x32\x45\x66\x55\x5d\xb6\x38\x2c\x94\xa9\x3f\x7d\xb7\x92\x03\x19\x04\x41\xa7\x16\x06\xa5\x01\xbc\x93\xc3\x3e\x23\x31\x8a\xe6\x5a\x1b\x92\x5a\x6d\xd1\xd3\x31\x37\xaa\x44\x29\xa6\x4e\x81\xca\xa5\x71\x29\x51\x39\x62\x25\xc8\xcd\x23\xf4\x11\xea\x9d\xe2\x34\xd3\x7a\x97\x9f\x1f\xd5\x14\x34\xca\xbf\xfd\xf6\x4f\x04\x7d\x8b\x52\x82\x59\x49\x77\x05\x75\x49\x5f\x79\x00\x51\xa7\xe6\x64\xc4\x1a\xb7\x02\x0d\x3f\x9b\x12\x4a\x2e\xce\xef\x9c\x4d\xb9\xd3\x85\xa1\x8e\x1f\x8e\xe6\x48\xe6\x13\x53\x88\x36\xb0\x5d\x38\x01\xfa\x82\xcf\xc0\x41\x0d\x37\xb1\x1b\xf4\xb2\xd3\xf7\xb2\xbe\x7f\xeb\x66\xec\x7a\x0b\x0f\xe0\xfe\x38\x94\xa4\x04\x5d\xd4\xe0\x2c\x33\x1c\x2f\x3c\xf0\xd2\xe0\x9e\x1e\x18\xdf\x81\xd6\xcb\xb0\xb5\xe8\x6b\x19\x1a\xc2\x78\xc1\x3b\x96\x27\x58\xd8\x23\x3f\x62\x5a\xc1\x10\xe4\x89\xf2\x5c\x26\x0b\x14\x73\x46\x0e\x80\x12\xf2\x68\x6e\x1c\xaa\x5a\x57\xc1\xb6\x1e\xc3\x13\x95\xb9\x56\x64\xa1\x2d\x57\xfe\x41\x2a\x6c\x20\x97\xe6\x14\xfa\xd1\x6a\x37\x81\xaf\xc2\xec\x38\xd4\x4d\x7b\x0a\x51\x51\x2b\xbc\xbe\x23\x2a\x6a\x89\xaa\x7a\x54\xd4\x66\xc6\xb7\xb7\xa8\xa8\x95\x3d\xef\x86\x8a\xda\xb4\xe5\x1b\xa0\xa2\x96\x9a\xf9\x62\x50\x51\x2b\x2b\xfa\xc5\xa0\xa2\x56\xe6\xd5\xa3\xa2\x7e\x79\xa8\xa8\x5b\xe2\x7e\x36\xf3\x62\x83\xab\xa4\x28\x5b\xac\x4d\x64\x5f\x49\x74\x7e\xad\x09\x2c\x7a\x2c\x07\xb3\xf9\xeb\x6a\x7b\xac\xd1\x66\x26\xb4\x1e\xd6\x68\xa3\x8a\xde\xce\xea\xb6\x05\x76\x02\x85\xe0\x95\xb1\x46\x4b\x13\xe8\xe3\x2a\xd7\x8f\xab\x6c\x24\x3e\xdb\xb7\x1e\x9e\x0b\xb6\xac\x5e\xc8\x1d\xd1\x46\x4b\xfb\xd3\x29\x02\x13\x44\xf7\x1d\x50\xe2\xcb\x4a\xf3\xf7\xa5\x43\xbe\x52\x96\x0f\x57\x51\x5a\xdc\x63\x2d\xe1\x39\x94\x38\xa3\x7c\x87\x7e\xff\x9e\x72\x37\x88\x08\xae\x2c\xaf\xf7\xa7\x18\x5a\xec\x40\xaa\x9d\x29\xd4\x69\xa5\xbb\x49\x90\x75\x49\x93\x6b\xba\x96\xdd\x20\xee\x32\x12\xb5\xd8\x96\x69\x4a\x77\xd5\xec\xaa\x8b\xcc\x63\x60\x81\x42\x5e\xcb\x07\xd5\xd7\x93\x19\x8e\x91\xf1\x2b\x69\xb0\x00\xd0\x61\xbe\x9c\x51\xa9\x44\x6b\x4c\x53\x6d\x84\xdb\xb8\x48\xb3\xbc\x73\x20\x4c\xb0\xaa\xb3\xcd\x3e\x4b\x49\xca\xc5\xaa\x80\xaa\xc6\x2f\x6d\x25\x97\x4d\x3e\x25\xd9\x9c\xa4\x5a\x92\x19\xaf\xdb\x48\xd7\xfd\xf6\xc9\xc2\x36\x67\xcd\x04\x38\x96\x88\x20\x70\x80\xea\x77\x63\x83\x44\xd9\x79\xbb\xb7\xdd\x66\x8b\x95\xb9\xa6\x23\xc8\x61\x05\x2f\x37\xb8\xd9\x97\x4a\x6e\x6e\xa0\xef\xc6\x58\x0e\x1f\x4a\xb3\x3a\x5a\x63\x49\x9c\xc6\x32\xbc\xa9\xe2\x2b\x5b\xe7\x78\x0d\x17\x7e\xd9\x2b\xaf\x39\x61\x58\xe4\x76\xfd\xc0\x8e\x16\xb4\xd4\xfa\xf2\x40\x44\x8e\x24\xe2\x30\xd4\x0c\x4a\x83\xa9\xaf\x57\x89\x4a\x9c\x46\xb9\x05\x91\xe4\xa2\x35\xba\xb4\x8b\x21\x3b\x52\x39\x4e\x40\x93\x08\x8b\x33\x56\x37\x75\xb2\x68\x48\x77\xec\xe6\x29\xa1\x4c\xfd\xf9\xdf\xd7\xda\x4d\xad\x5a\xd9\x75\x83\x82\x52\x38\x8a\x88\x34\xb6\x75\x1b\x7d\x8c\x27\xfc\x09\x6a\x49\x6d\xb3\xab\xfa\x28\xeb\x79\x6b\x06\xef\x21\x88\xe3\x82\xd4\x8d\xb8\x30\x17\x3c\x9f\xcd\x9d\x0d\x49\x9f\x19\x3d\xb5\xa6\xbd\xfc\xa9\x66\x23\x5f\x7b\x2f\xbf\xcf\x69\xb2\x99\x85\xee\xae\x54\x65\xeb\xd3\xf9\x3d\x92\x73\x7f\x5a\x27\xd0\x6c\xe3\xc6\xd6\x07\xdd\xbd\x4f\xfb\xad\xf7\xd3\x40\x37\x07\x0e\x76\x73\xca\x93\x04\x3c\x0d\x92\xa4\x4f\x61\x71\xfc\xb0\x7b\x98\xf0\x3d\x5d\x0f\x31\xcf\x0f\x00\xbe\x2e\x12\x22\x3a\xc9\x5f\x37\x46\x34\x94\xc8\x8d\xbe\x1a\xac\x60\x42\xd4\x38\x23\xac\xc9\xc6\xf6\x73\xbd\xc0\xc9\x3b\x0b\x14\x74\x51\x63\x3b\x0b\x16\x74\x4b\xf2\xca\x01\x83\x2b\xe6\xb1\xaf\x41\x83\x15\x66\xe7\x63\xf8\x8a\x6b\xc6\x05\x0c\x19\xc5\x67\xa0\x97\x78\xc4\x06\xa5\x3c\x0a\x57\x08\x7a\xb2\x28\x02\xb1\x8d\x0e\x11\x32\x33\x28\x23\x61\x0d\x2b\xe0\x46\xd3\x7f\x81\xa6\x63\x40\x6b\x4d\x28\xa1\x0b\x17\x84\x28\x72\x12\x1f\xe2\x68\x11\x25\x34\x0a\x74\xe6\x99\xc0\xd9\xbc\x89\xe3\xb9\x9d\xef\xd1\x76\xde\x0a\x6d\xa7\xad\xde\xd2\x3a\xf1\xda\x8e\xae\x18\x4e\x49\x8f\x02\xd4\x84\x02\x74\xe0\x71\x2e\x58\x51\x39\xea\x0d\xe1\x13\xea\xe7\xae\x87\x02\x7a\x03\x28\xa0\x4d\x0e\x5f\x81\xf3\x53\x3a\x76\x3d\x3c\xd1\x87\x4e\xf0\x44\xfe\x12\xdc\x2b\xc4\x99\xf6\xf3\xf8\xc6\x48\x26\xf5\x81\xbd\x25\x1c\x51\x83\xb8\xb0\x8e\xdc\xb4\x0c\x8f\x68\x19\x5d\x74\x5a\x97\xb7\x45\x07\x5a\x6f\x65\xd6\x02\xfe\x69\xbc\xbb\xf6\x04\x06\xa8\x7d\x1b\xf6\xe4\xdc\xec\x32\x9b\x65\xbd\xd2\x98\x61\x46\xcb\x3a\x0a\xd6\x7a\xc9\x2d\x9e\x1e\xde\x57\x82\x4b\x51\x43\x6c\xb3\x24\x97\x81\xf3\x41\x13\x81\xe6\x3c\x89\x1d\xf8\x84\x5f\x2d\xdf\x81\xcf\x00\xf0\x0b\xe4\x36\x03\x6a\x79\x83\xb6\x55\x14\x02\x5b\x96\xca\xe2\x37\x11\x86\xbb\x03\x46\xb3\x0b\x2b\x82\xe7\x24\x9b\xd8\x0f\x56\xca\x22\xb2\x6c\xfe\x5e\x32\xc6\xd2\x0a\x81\xd5\xbc\x79\x98\x2b\xed\xbe\x2b\x06\xb7\x4c\xf4\x08\x8c\x83\xa2\xa9\x92\xa5\xa1\x33\x78\xfa\x44\x9d\x21\x02\x87\x3d\x2e\xf5\xd2\xb9\xd9\x75\xf2\xd4\x55\x89\x65\x83\x60\xb0\x5a\xc5\xb6\xed\x41\x81\x52\xfc\x79\x9c\x61\x81\x93\x84\x24\x54\xa6\x2f\x16\x0c\x7c\x5a\x76\xd7\xea\xb3\x2a\xb8\x31\x11\xb1\x3c\x9d\x18\x52\x74\x03\xb1\x75\x22\x15\x47\x22\x67\x21\xa4\xd9\x73\xad\x98\x7e\x0e\xf7\x02\x58\x95\xa2\x39\x14\x25\x9d\x62\x2a\x18\x91\xad\x25\x20\x49\x94\x0b\xaa\x16\x63\x5b\x51\xb3\xfb\x81\xbb\xb3\x5f\x9e\xda\x0f\x97\x7b\xb8\x5d\x36\xbf\xeb\xcf\x57\xf0\xcc\x88\x80\xf2\x40\xae\xd0\x4d\x50\x35\xd4\xa2\x35\x10\x5f\x63\x08\xc2\x9f\x6b\xd7\x76\x5b\xe0\x30\x7e\x1e\x07\x99\x54\xe3\xa8\x4a\x1c\xab\x0e\x6b\x13\xde\xd4\xb2\x49\xbe\x30\xe2\x52\x8b\x17\xf9\x05\xaa\x8b\xd8\x74\x09\xd3\xb4\x1e\x70\xe0\x0a\x06\x7b\x65\xb1\x31\x41\xaa\xbb\x55\xaa\x5a\xc6\x69\x31\x7e\x9a\x82\x8f\x96\x0c\x76\x10\x7c\xd5\x61\xc4\x41\x27\x3b\x1a\xb6\x3e\xe8\x42\xe4\x99\xa2\x93\x3a\xa4\x8d\xda\x5d\xb5\xd1\x41\x02\xe9\xd5\xce\xcd\x50\xea\xd6\x94\x20\x2d\x71\x62\x3b\x3b\x2d\xff\x5b\xfc\x30\x87\x0c\x64\x90\x95\xc2\xfc\xbd\xeb\x94\x2a\xe5\x12\x05\x8c\x01\x5a\x53\x67\xd9\x36\xfb\x95\x0b\xf7\xc0\x50\xc8\xd4\x98\x88\x8e\x46\x6c\x20\xd1\x33\x41\x8c\x58\xe8\x88\x86\x12\xa5\xde\xaa\x0d\x35\x9f\x26\x44\xf7\xe4\x63\x53\xb4\xf0\x40\x95\xf4\x65\xc7\x4c\x1f\x53\x9c\x48\x72\xa0\x1b\x86\x6a\xa5\x8a\x43\xf0\x27\x46\xcf\x02\x67\x19\x11\x23\x66\xb3\x38\xc0\xe1\xc2\x79\x62\xda\x6f\x0b\x71\xb5\x6b\x40\xc6\x11\x8e\xe6\xaf\xb4\x47\x18\x92\x70\xa2\x39\x89\x5d\x9e\x70\x79\x7b\xdc\xbc\x8d\xc1\x7a\x8d\xcd\x3a\x9f\xba\xb2\x59\x07\xb6\x93\x24\xd2\x1c\xc5\x57\x51\xce\x88\xd0\xa3\xd6\x34\xfc\x44\x18\xa2\x53\x37\x0e\x1b\xbb\x83\x9e\xc1\x33\xa5\x49\xff\x09\xd3\xc4\x24\xde\xbb\xae\x9d\x10\x68\xcc\xef\x23\x66\xdc\xdd\x2c\x2a\x65\xa6\x52\x46\xe5\x5c\x73\xea\x1c\x7c\x92\xa0\x66\xb4\x25\xce\xb0\xa7\x75\x4e\xf3\x50\xbf\xbe\x9c\x83\x3e\x51\xc1\x59\x0a\x49\x32\x16\x8f\xc9\x2d\x9f\x24\xca\x1f\x8f\xc6\xd4\xc6\x95\x12\x71\x1c\xcb\xb2\xf1\xd3\xa8\x95\xf4\xb7\x92\xd9\xe5\xb0\x94\x0d\x18\x05\x70\x42\x10\xc4\xe9\x2a\x8a\x2d\x93\x7f\xfb\xd4\x86\x7a\x6a\x43\xf3\xda\xec\x63\x7a\x83\x3f\xc4\xeb\xa6\x38\xb4\x6d\xff\x2e\x24\xdb\x1d\xa6\x3a\xbc\x71\x4e\xc0\xcb\xa4\x03\xbc\x6d\xfe\xc6\x4b\xa4\x6e\xf4\x09\x0e\x6f\x98\xe0\xd0\xd9\x52\x5b\x8e\xcd\x6e\x3f\xb6\x6b\x25\x07\xac\x00\x71\x6a\xea\xe5\x92\x28\x41\x23\xb9\x0b\xfe\x20\x33\xdc\x31\xaa\x0d\xb4\xc0\x6c\x85\xd4\xa4\x5f\xf0\x4e\x48\x88\x13\xf3\xf5\xfd\x26\x82\xe0\xc7\x98\x3f\xd7\x6c\x75\x32\x44\xd1\xb8\xe4\x5a\xec\x11\x24\xa2\x92\x94\x22\x59\xa8\x44\x8c\x48\x6b\xec\xc4\x23\x36\xa7\x44\x60\x11\xcd\x21\xbb\xb1\xd8\x18\x93\x25\x6b\x80\x8c\x4c\x2c\x43\xe8\x6d\x5a\x63\xd3\x3b\xac\x7b\xd5\xc2\xe4\x71\xe9\xec\x9e\xeb\x91\xa4\xe6\x13\x2f\xcc\x58\x29\x23\x34\xc9\x75\xda\xfe\x6d\x03\xf1\xfd\x62\xbf\x68\x30\xbe\x0f\x26\x0a\xbe\xe8\x18\x90\x5f\x50\x43\x1f\x94\xff\x42\x41\xf9\x0d\x4b\xbc\x5e\x60\xfe\x46\x26\xbf\xd7\x8f\x19\x76\x3d\xbf\x46\xdc\xf0\xaa\xa0\xad\x7c\x32\x7e\xf1\xa3\xd7\x38\xe7\xae\x27\xf0\x67\x4f\x14\x46\x22\x16\x9a\xce\x26\x24\x8e\x81\xd3\x2a\x6e\x2b\x44\x17\xb4\xe3\xcc\x03\xfa\xee\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x90\x95\x0c\x43\xa5\xd6\xd0\x78\x01\xe0\x02\xb0\xbf\x49\x42\x84\xf3\x4a\x08\xf4\xb5\xa4\xcc\xa2\x28\xfa\xdf\x62\x4e\x24\xfb\x4a\x19\x63\x01\x66\x0b\xf4\xc8\xf8\x73\x42\xe2\x19\xec\x50\x75\x30\x87\x88\x92\x03\x44\x95\xff\x4c\x00\x1a\x01\xcf\xd5\x48\x8f\x1d\x62\xcd\x8c\x06\x40\xec\xb7\x41\x2d\x74\xdf\xcc\x37\x47\x08\x9d\x33\x34\xc5\x91\x3a\x40\x32\x9f\x14\xed\xc7\xdc\x14\xb7\xd6\xda\x77\x30\xf1\xa2\x91\x3e\x66\xbc\xa1\xf3\xe6\xb3\xe1\xb8\x83\x26\xd7\x41\x42\xf1\x56\xb1\x75\x4f\x78\x1b\x68\xd1\xcb\x5c\xda\x20\x0c\xc4\x99\x3f\xfa\x16\x56\xc9\x63\x43\x03\xce\xa7\xc1\x59\x66\x3c\x6e\xb5\x75\x56\xa6\xb2\xee\x58\x8a\x40\x48\x2b\x28\x59\x47\x15\xb4\x6b\x96\x5b\x4b\x4d\x52\x09\x82\x53\xeb\x1c\xd0\x57\x0d\x88\x35\x26\x0c\x52\x8f\x9e\x0a\x23\x61\xae\xb3\xc5\x17\x94\x3d\xea\xdd\x2d\xd0\xb0\xa1\xae\x3c\xf4\xdc\xb4\x69\x99\xbe\xf1\xc8\x29\x67\xc6\x41\xb8\x95\xdc\x49\x67\x0c\x27\x6b\xda\x38\x6a\x2b\x57\xf7\xe9\x39\x39\xcb\x8a\x0b\x5a\x8a\x30\xc6\x3e\x64\x7a\x5c\xcb\x86\x54\x99\x6f\x28\xef\x61\x14\x93\x8c\xb0\x98\xb0\x68\x01\x24\xc2\x00\x31\x47\x30\x9c\x20\x0c\xdf\xe1\xe4\x08\x9d\x99\xfc\x1a\x2f\xe1\xd9\x6b\x1d\x2e\xf4\x14\x33\x3a\xd5\x7a\x02\x18\x61\xed\x28\x47\xcc\x0c\xd3\xf9\x40\x82\x62\xfd\x7e\xc5\x1a\x76\xe6\x7b\xca\x70\x29\xa1\x69\x83\xf3\x94\xe4\x6b\xc5\xac\x07\xd6\xd4\x45\x1b\x44\xbc\xc2\xab\x50\xdb\xd7\xd8\x0c\x24\x69\xaa\x45\x32\xdd\x1d\x82\x2b\xd3\x17\x10\xc0\xe0\x68\x99\x93\x24\x0b\x4a\x85\x67\x58\x28\x8f\xd7\x62\xa0\x75\xf5\x2d\x93\xe6\xcc\x60\xef\x18\x43\xd3\xb3\x85\x2f\xb5\x3e\xb6\xa2\xf1\xa3\x11\x3b\x57\x5f\x49\xcd\xf9\x38\x9b\x25\x0b\x84\xe3\x27\x2a\x0b\xcc\xf8\x88\x33\x99\xa7\x44\xd8\x2e\xa8\x34\x31\x64\x16\x6f\x19\x3b\xd2\xd4\x63\xd3\x2a\xdf\x13\x4e\x68\xec\xea\x1a\xe8\x1f\x27\x64\x0a\xaa\x0e\x16\xd2\x19\x6a\x1b\x3c\xed\x76\x73\x63\xbd\x56\x6f\xc6\x2d\x7f\x0a\x19\x22\x4a\x0b\xde\x89\xad\x09\xe4\xb8\xca\x39\xed\xaa\x2f\xe1\x9a\x93\xda\xa4\xd0\x72\x01\xc7\xae\xc2\xd9\x2a\x70\x28\x07\x50\x98\x9b\xc8\x2a\xdd\x8f\x93\xa5\xcd\xe0\xd6\xe2\x00\x95\x09\xda\x51\x1b\xfb\x7f\xc8\x35\x09\x05\xe1\x42\x2a\xac\x68\x64\xc5\x76\x2e\xec\xc5\x61\x2f\x96\xf6\xad\x3d\xdb\x12\x75\x5b\x46\x38\xa9\xef\xf0\x12\x35\xde\xbc\xbf\x9c\xb7\xda\xe3\x66\xda\x5e\x9a\x4b\x15\xf1\x24\x59\x07\x11\xbe\x32\xf3\xd3\xe2\xf3\xe5\x23\x2a\xfa\xd1\x1b\xe0\xf6\x02\x4e\x8d\x71\x89\xe3\xc4\x4a\xa8\x52\xd9\x5d\x0a\x5f\x32\xb7\xdb\xc2\xba\xdc\x47\x8c\x4f\x4d\x41\xe8\x36\x67\x79\x26\x78\x4a\xd7\x01\xad\x34\xfe\xe3\x5b\x67\x6e\x58\x21\xbc\x39\xa3\x84\x3e\x45\x96\xbc\x6c\x8f\x90\x06\x81\x99\x91\x57\x97\x9c\xa1\x14\x67\x1b\x2d\xf8\x2a\x63\xdb\x00\xa5\xc6\xd2\x69\x57\x0f\x60\xac\x08\xc0\xef\xc3\x22\x3f\xe3\x45\x91\x71\xd6\x06\x47\xc8\xd6\x22\x87\x07\xfd\xfa\x39\x9b\xf2\x35\x0e\x67\x91\x21\x66\x4f\x1f\x76\x34\x1b\x9c\x3f\x6f\xfc\x31\xbb\x6f\xd6\xb4\xcb\x79\x3c\x6d\x22\xea\xb5\x4f\xa6\x5b\xc1\x97\x54\xfd\x42\x26\x12\x6a\x7d\xeb\xdc\xad\xe5\xa3\x15\xb4\x88\x60\x38\xcb\x97\xea\xb2\x44\x87\x3b\x5f\xa3\x4a\x3b\xc8\x58\x18\x5c\x8c\xda\x4d\x73\xab\xaf\xb0\x66\xf6\x90\x74\x5a\xac\x2d\x53\x62\xd7\x83\x55\x74\x3d\x7a\x30\xc5\xe6\x13\xba\x12\x33\x7a\x1d\x5d\x71\xaa\x25\x21\xa3\x3e\x14\x01\x2f\x36\xf2\x7f\x4a\x13\x22\x8f\xd0\x79\x83\xde\xe8\xe2\xee\xbd\x9f\xda\x44\x20\x3a\xe9\x29\x17\x34\xa8\xb3\xe6\x64\x24\x44\x01\xef\x3d\xb4\x9d\x09\xa2\xc7\x1c\x19\xd7\x2d\x37\x18\x8a\x10\xf4\x27\xa8\xe6\x59\x46\x58\x55\x20\x45\x6b\x5e\x40\x2d\xea\x81\x91\xe1\xfd\x07\xdc\x84\x62\x60\x5b\x4a\xb2\x18\x55\xcb\x96\xee\xa2\x62\x46\xf7\xb4\x06\xd7\xeb\xbd\xfe\xa2\xbe\x37\x8d\x23\xbc\x2f\xb7\xbe\xf6\xe8\xbc\x94\xbf\xbe\x1f\xfa\x23\x7c\xea\xac\xa2\x18\x4d\x05\x01\xbf\x49\xea\x53\x95\x0d\x56\x21\xe7\x70\xdf\xdd\x9d\xfd\x78\xfc\x70\x8e\x88\x8a\x50\x42\x1f\xc9\x88\x45\xf2\xe9\x40\x8b\xc7\x7f\xcf\x89\xd2\x3f\xb7\x18\x5a\x68\x4a\x98\x04\x4e\x40\x55\x0d\xd2\xa1\x79\x21\xdd\xc2\xe8\xff\x9e\x95\xbf\x5f\x42\xf2\xb5\xac\x2c\xa0\x5d\x57\x3e\x00\xc8\x14\x10\xd2\xcd\xd2\xca\x06\x8a\x31\x2a\xde\xb0\xa9\xb8\xd8\x06\x51\xd8\xec\x6f\x39\x5b\x53\xe8\x3a\x2d\x3e\x0a\x46\xd1\x22\xd3\xa5\x19\x06\x08\xd1\xf5\xc2\xbb\xcd\x37\x8d\xad\xaf\x62\x22\x45\xb6\x9b\x53\xd9\x8b\x3a\x6c\x48\x09\x42\x80\x85\x78\x7a\xb2\x77\xbd\x4d\x70\xf6\x13\x0b\x3e\x3a\x1a\xb1\x4b\x67\xc8\x2f\x7e\x95\xae\x09\x93\x32\xe0\x91\x55\xcb\xad\x40\xb3\x31\x95\xfe\x07\xc0\xc7\x97\x79\xa2\x4c\x81\xa0\x29\xd5\x5a\xba\x1b\xa8\x79\xd2\xc4\x25\x04\x66\xd1\xfc\x6a\xcb\x3a\x41\x74\x3a\x26\xc9\x3a\x92\xe8\xf9\x74\x98\x48\x4d\xdf\xd1\x63\xcb\xe9\xdc\xa4\x04\x56\x31\x19\x5b\xd8\xcf\x94\xd1\x30\x3a\x8e\xb1\x1e\x27\xa6\x40\x0f\x41\x60\xfa\xad\x06\xe5\x9b\xbc\x5b\xbd\x8b\x56\x52\x37\x96\x5f\x13\x0d\xeb\x23\xdd\xa0\x17\x84\xd5\x88\x89\x9c\x01\x76\xb7\x77\x04\x61\x54\xc0\xb0\x46\xce\x2c\x63\x8d\x64\x33\xcd\x26\x0c\xca\xa9\x79\x59\xeb\x67\x3c\x97\x10\x58\x9b\x12\xa5\x2f\xa8\xaf\xa1\xac\x9e\xf1\xc4\x1e\xa0\x4c\xd0\x94\x2a\xfa\x44\xe4\x37\x0d\x5b\x77\x8a\x15\x4e\xf8\x6c\x20\x14\x9d\xe2\x48\xdd\xe3\xad\x34\x70\x6c\x9b\xd9\x34\xaa\xc7\x0d\x03\x9d\x9f\xe9\xc5\x9f\x11\x46\x04\x4c\x54\xeb\xe4\xcd\x47\x18\x9e\x6c\xc4\xb9\xc1\x7b\x1a\x99\xc2\x19\xd2\x5b\x2c\x70\xae\x78\xaa\xf5\x5b\x9c\x24\x0b\x28\x88\xa1\x9f\xcc\xb1\x9c\xbb\x8d\x36\xd1\x71\x5d\xee\x26\xbb\xb8\xa7\x38\x9a\x93\x3b\x28\x32\xd9\xb4\xb8\x95\x51\x7e\x20\x2c\x4f\x3f\x9c\xa0\xff\x2e\xe6\x78\x3a\x38\xfd\x61\x38\x3e\x3b\xbf\x1b\x7c\x7f\x31\x3c\x0b\xe6\x63\x9f\x5c\x9e\xdf\xdd\xd5\x7f\xfd\xe1\xfc\xbe\xfe\xe3\xcd\xf5\xcd\xc3\xc5\xe0\xbe\xa9\x95\x8b\xeb\xeb\x1f\x1f\x6e\xc6\x1f\x07\xe7\x17\x0f\xb7\xc3\x86\x4f\x1f\xee\xdb\x1f\xde\xfd\x78\x7e\x73\x33\x3c\x73\xab\xf2\x3f\xc1\xe9\x82\xe8\x34\x88\x68\x6d\x9e\x46\xf5\x00\x1e\xa2\xf2\x8b\x27\xe8\xa1\x8a\x28\x6d\x43\xbc\x4c\x7a\xf0\x33\x96\x9a\x87\x41\x84\xe1\x88\x21\xf7\xb9\x5e\x94\xb6\x4f\x8d\x17\x34\x9a\x13\x94\x70\xfe\x98\x67\x96\xb5\x19\xb7\x3b\xe3\xc6\xf0\x43\x64\xd0\xda\x0f\xe7\xf7\x27\x75\x64\x6b\xdf\x58\x00\x44\xe2\xce\x00\x8c\x0b\x3b\x76\x0a\xb6\x14\x87\x78\x5c\x98\x4a\x83\x1e\xfc\xce\x2c\xeb\xc7\xb4\x86\x99\xaa\x74\x13\xc7\xb6\x86\xa2\x9b\x58\xd0\x70\x79\x5f\x97\xad\xa6\x5f\x0e\x53\xca\x03\x4d\x48\x84\x73\xe3\x2b\xd6\xf7\x94\x10\x5c\x84\x03\x2e\xe8\x61\x77\x8d\x5a\x3a\x6a\x6c\xb0\xb2\x67\x7a\xe2\xf2\x91\x66\x19\x89\x3f\xd4\xe5\x97\x72\xb1\x3d\x5b\xe2\x95\x4f\x51\x70\x26\xb5\x5e\x0f\x3a\xbf\xc3\xa1\x9f\xdb\x7a\x21\x54\x1a\x7f\x58\xe1\x21\x04\x7c\x4c\x7d\x27\x78\xbc\x70\x0a\xde\x6b\xac\xd0\x33\x81\x4c\xb5\xdc\x16\xe2\x30\xba\xb7\x3e\xdb\xd0\x9d\xf1\x64\xb8\xb2\x3a\xa5\x0c\xb6\x56\x66\xbc\x0b\x81\x5b\x7f\x2f\x49\x13\x23\xde\x22\xdd\xe8\xcc\x34\x0a\xdc\xd9\x85\x12\xc0\x88\x5b\x7c\x46\xee\x36\x68\xb0\x90\x2f\x91\xaf\xea\x37\xd2\x8a\xcb\x42\xb3\xed\x2e\xe3\x71\x29\xd6\x25\xdc\xd0\xee\x03\x2b\x61\x4b\xae\x5c\xab\x7b\x1e\xe3\x85\x26\x0e\x08\xe1\x92\x79\x96\x71\xa1\x50\x4b\x1b\xc6\x3b\x62\xc6\x07\x77\x8e\x9d\x87\xe7\x71\xd0\x88\x96\x30\x64\x03\x44\x79\xb7\xac\x53\xbb\xae\x05\xe3\x08\xe3\x8e\x40\x11\xf4\x65\x24\xd2\x92\x4a\x5d\xa2\xd0\x26\xe1\x77\x9b\xc0\xcd\x4c\x5f\xf0\x5d\xab\x1a\x35\xf5\x7e\xed\x5a\x68\xdc\xf2\x84\x4c\xd5\xb8\xd1\xeb\xb3\xc4\xc0\xa9\x5b\x64\x6d\x89\xfa\x74\x36\xdf\x41\x8b\xdd\xb5\x84\xef\xac\xbf\x54\xab\x06\x81\x85\x40\x70\xae\x8c\x7c\x5a\xe8\x30\xc8\xad\x26\x98\x17\x6c\xa7\x36\xc4\xde\x0b\x81\x5a\xe6\x7f\x64\xfc\x99\x15\xd1\xe8\x47\x23\x36\xc4\x50\x84\xd2\x2b\x22\x2e\xf2\x1e\xb4\x80\x95\xf2\x7f\xa9\x86\xdb\xab\x06\xc1\xb4\x03\xe7\x15\x74\x6f\xcb\x0f\x27\x0b\x54\xd4\xe9\x2b\x7d\xd7\xe5\xf4\x18\xab\xb7\x13\x01\xcd\x84\x6d\x55\x5c\x45\x32\x6b\x99\x37\xf3\x2c\x1c\xa8\xe0\x76\xd7\x5d\x1d\xa1\x9f\x9d\xe5\x07\xe2\x89\x8a\x12\x97\xb6\x5a\x7a\x82\x17\x0e\x6b\xab\x69\x61\x77\x01\x5f\xb5\xeb\x08\xa3\xe5\x0b\xec\x71\x32\x1a\x56\xb9\xa4\x80\x33\x66\x2c\xb2\x6b\x44\xd3\x9e\xfa\x8f\xee\xc8\xf2\x70\xfb\x8f\x50\xd5\xcc\x3a\xac\x41\xe8\x60\xc9\xe2\x7f\x99\xcd\x32\x09\x3e\xae\x5e\x89\xad\x32\x65\x3d\xa8\xfa\xfc\x80\x07\xd0\xe4\xff\xa0\x29\x4d\x12\x90\x03\x8e\xd0\x00\xaa\x2d\x42\x7e\x8c\xbe\x0a\x5d\xd4\x1a\x9d\x31\xbe\x2a\x74\xbf\x85\x98\xa2\x80\x98\xee\xda\x89\x49\x02\x35\x15\xe9\x91\xbb\xa1\xa8\x1d\xa4\xca\x6b\xde\x82\xeb\x40\xa3\xdd\x13\xe4\xd7\x50\xde\xdf\x22\xe8\xac\x36\xdc\xe0\xc3\x7f\x36\x0f\xfd\x53\x8e\x05\x66\x0a\x42\xa9\xac\xe8\x2e\x48\x10\xd1\x4d\x3e\x43\xb0\x22\x33\x86\x60\xf8\x29\xdc\x5c\xe7\xf2\x9f\x51\xc8\x87\x8a\x0f\x10\x3d\x22\x47\x07\xb6\x20\xbe\xcc\x27\xc5\x9b\x73\x2d\x39\x8c\x58\x2d\x44\xe4\x08\x0d\x12\xc9\xed\x17\x84\x45\x09\x54\x37\x0d\xa2\xbe\x3c\xe5\x5b\xb7\xd2\x64\x01\x0a\x0a\x6c\x65\xd1\x3c\xb7\x0f\x82\x0f\xa1\x76\x0b\xf8\xc4\x13\x38\xe9\xc5\xef\x4d\xf5\xa9\x4b\x71\x12\x2f\x88\x92\x5d\xbb\x86\x5e\x6c\x93\x4c\x05\xa6\x65\x1b\x04\x6f\xc0\xc6\x14\xa1\x3b\x41\x62\x3b\xfa\x1a\x2b\x94\x10\x2c\x15\xfa\xe3\x37\x6b\xc5\x86\xb8\x09\x16\xdc\xd5\x1e\xdf\x22\xfe\xde\x45\x70\xb6\x15\xd9\x87\x0a\x79\x08\x23\x46\x9e\xc3\x80\x1d\x0e\x31\x56\xae\xce\x0e\x09\x52\x86\x4c\xc9\x4f\x93\xf0\x08\x41\xb0\x46\x65\x6a\xe1\x23\x0e\x45\xd2\xba\x4f\xed\xb0\x1a\x28\xcb\x2a\x4f\xd4\xa8\x67\x80\x74\x52\xc4\x52\xce\xb1\x1a\x31\xcb\x59\x5d\xd8\x48\x10\x3d\x3f\x48\x92\x72\xfc\x22\x86\x10\x5d\xa6\x27\x0c\xe5\x6e\x8f\xfc\x02\x5d\x81\xfa\xe5\x83\xc8\x4a\x76\xba\xe2\xb0\x68\x4d\x6d\xc4\x3c\x8c\x44\xd8\x76\xa3\xb4\xd3\x64\x5f\x7e\x45\x21\xb8\xa1\xfb\x0b\x53\x77\xb8\x83\x30\x4c\x9a\x86\xbc\xe2\x60\xd5\x6d\xfa\x4b\x64\xe3\x5d\x77\xd0\x5d\x54\x6e\xb6\x8f\xc3\x35\xfb\xcc\x1b\xcc\xed\x2d\x9b\x1b\xc8\x16\xdb\x28\xe0\x3e\x9a\xf1\xb5\x3c\xbe\xa5\xa1\x9f\xc7\x90\x4b\xb1\x9a\x0b\x16\xb9\x09\x8e\x75\x80\xa1\x9b\xc6\x41\xa8\x74\x10\x99\x09\xa1\xf4\x8e\xf1\xd9\x37\x5b\x3c\xaf\xd9\xfb\x9e\xfe\x41\x31\x7f\x37\x15\x1f\x04\x57\x9f\x78\xbb\xb0\x37\x88\xff\x86\x23\x08\xa0\x84\x9e\x5c\xe8\x66\x1d\xe7\xc2\xa1\x83\x62\x30\xe6\x37\x8a\x87\xb6\x84\xf8\x11\x1a\xc2\x45\xe3\x2a\x8a\xe3\xa9\x73\x48\x04\x2f\x8f\x98\xd6\x4c\x5c\x5a\x7c\xd0\x7e\x99\xc4\x9b\x4e\x80\xc1\xd8\xd9\xca\x97\x93\xae\x86\x7e\x6f\xd3\x26\x1c\xc4\x0f\xb4\x01\x68\xd1\x68\x38\x3b\x41\x31\x8f\x1e\x89\x38\x16\x24\xa6\xf2\x04\x7c\xeb\xaa\xd5\xa9\x97\x6a\x6d\x7b\x6b\x49\xa3\x2d\x50\x60\x45\xae\xc1\xa9\xe9\xdf\x06\xd1\xbb\x3a\x8d\x07\x88\x4e\x41\x9d\x70\xa1\xae\x26\xc9\xc6\xa1\x08\x10\xa6\xc4\x22\xe3\x94\x29\x6f\xca\xaa\x2c\x84\xd3\x34\xb4\xd0\xd6\x16\xa4\x2d\x76\x11\x83\xb3\xe1\xb4\xef\xe7\x44\x12\x17\x70\x60\x26\xa5\xb8\xcd\x51\x33\xec\x22\xc3\x6a\x2e\x21\x23\xa8\xbc\x06\x56\xe9\x82\x4f\xf5\x0a\xe1\x0c\xe2\x15\x8c\x95\xa2\xf8\xc8\xe7\xad\x48\x45\x93\x64\xc4\x18\x21\xb1\x44\x90\xbc\xf3\x55\x63\xe2\xa1\xfe\xf4\x00\xe1\x38\x46\xff\xfb\xeb\x8f\x17\xbf\xdc\x0f\xc7\xe7\x57\x60\xb4\x3e\xbf\x18\x7e\x73\xe0\x7f\xbc\x7e\xb8\xf7\xbf\x1a\x0b\xcb\x13\x11\x28\xc5\x8f\xa0\xe2\x31\x69\xe4\x3f\xc8\xee\x08\x47\xea\x52\x32\xf5\x13\x49\x5c\xa4\xab\x15\x53\x3c\x32\x95\xdd\xc3\xd6\x42\x90\xc6\xe6\xb7\x86\xf2\x7b\xeb\x3f\x59\x4e\x83\x8e\x78\x7c\x17\x4e\x0c\x04\x24\x02\x2c\x83\x1c\x3d\xab\xfb\x16\x04\x47\xd8\x8c\xb2\xb6\x78\x3c\xc2\x9e\x5e\x52\x88\xff\x91\x2c\x7e\xd2\xea\xf5\x0d\xa6\xa2\x33\xed\x35\x83\x2c\xb8\x13\xa3\xf5\x74\x2c\xab\x87\x4a\x1a\x59\x18\x62\x34\xb2\xd6\x98\xcf\x26\x7c\x9d\x37\x9f\xae\x45\xed\x20\x9f\x95\x70\xc9\xbf\x1e\x1c\xc6\x21\x64\xf8\x8b\xa6\xa0\xc1\x11\xbb\xbf\x3e\xbb\x3e\x41\x24\xc1\x13\x2e\x20\x1b\xcc\x84\x04\xb9\x26\xec\x82\x45\x3c\x0d\x1a\x2a\x25\x7e\x1f\xa0\xac\x48\xfc\x0e\x8d\x68\x47\xa6\x8d\x55\xf5\xd1\xb9\xa8\xa7\x4d\xef\x56\x05\xb4\x93\xbd\xe1\xa2\xcb\xf5\xaf\x5f\x83\xa5\xe3\x99\x56\xe4\x2a\x9c\xd7\xde\xcd\x53\x82\x4d\x69\x62\xe3\x16\xb2\xb6\x7c\x1b\xc0\x9a\x24\xa5\x32\x55\xfa\xe0\xc8\x23\xeb\x82\x2f\xde\xe4\x0c\xfd\xf8\x17\x89\x26\xb9\x1a\xb1\x72\x1b\x9c\xa1\xc1\xcf\x77\xe8\x7b\xac\xa2\xf9\x37\x23\x76\xad\xd5\xcc\x1f\xff\xd2\x82\x50\xb1\x36\xe8\x93\x5e\x93\x33\xac\xf0\x05\xc7\x31\x65\xb3\x26\xc4\xa7\x02\x96\x7f\x78\x3f\x38\x41\xd7\x56\x87\xf7\x49\xe5\x45\xa6\x55\xd0\x10\x30\x64\x98\x88\xe3\x22\xc0\xca\x59\x19\x15\xc7\x68\x66\x70\x61\x8d\xd8\xbd\x81\xba\xd2\x5c\x95\x2a\x94\x71\x5b\x1a\x42\x6b\x65\x06\x04\xcc\x98\xb2\xad\x25\x51\xaf\x0e\x90\xb1\xdf\x0c\x2b\x8f\x81\x3c\x53\x67\xf6\x23\x06\x0a\xba\xcf\xf4\x4c\x78\x84\x13\x88\xc9\x3b\x0c\x6c\x7a\x5a\x6d\xe7\x39\xa4\xdd\x99\x5a\xb2\x8b\x72\xe8\xac\xcf\x04\xf5\x42\x59\xb8\x51\x60\x00\x80\x7d\xb4\xde\xd8\x94\x6b\x8e\x63\x20\x6e\xc0\xf8\x96\x98\xd5\xd1\x1f\x7a\xc8\x1b\xb3\x2c\xfa\xa9\xe3\x47\x50\xb2\xdd\xa6\x78\x47\x60\xbe\x67\x0b\x08\xdf\x06\x2c\x77\x0e\xa1\x1f\x05\x77\xb6\x44\x59\xdb\x45\x7f\x27\x06\x9f\x8d\x98\x89\x14\x2c\xed\x4b\x08\x8a\x10\xf4\xce\x19\x04\x32\x16\xd7\xa5\x17\x30\x32\x1b\xd8\x68\x65\xfd\x4c\x90\xc3\x98\x28\x22\x52\xb0\xf7\x84\x6b\xaa\x6f\xd8\x23\x74\x1b\xaa\xd7\x31\x8f\xf2\xd4\x01\x56\x42\x7a\x62\x51\xad\xb7\x24\xf1\x98\x8b\x7d\x15\xc5\x43\xf2\xbb\x22\x90\x95\xd7\x59\x3f\x36\x04\x33\x08\x3f\xad\x4b\xea\xed\x82\x2f\xf0\x8e\xed\xa2\xd6\x4c\x43\xe3\xac\xdc\x52\xa9\xb5\xd5\x78\x7b\x2b\xea\xaf\x5c\x15\xa0\x7a\x5c\x80\xb0\x45\x3e\x67\x1c\x8c\xdc\x26\xa7\x8a\xc7\x5f\x49\x74\x7e\xa3\x25\x20\xad\xf1\xfa\x33\x98\x4b\x65\x82\xcb\x20\x5d\xc7\x7c\x6d\xd2\x05\x0e\xd0\xb7\xa6\x96\x76\x84\x3e\xbb\x3f\xfe\xfc\x1f\xff\xf1\xa7\x3f\xaf\x93\x4e\xe2\x14\x72\x68\xb7\x58\x23\x5f\xa5\xa3\x2c\x12\x85\x3b\x50\xe7\x54\x5b\xec\x82\x3d\x80\x6d\xcb\xbf\x09\x78\x56\x10\x3b\x84\x67\xf6\x84\xcb\xf0\x64\xa2\xd2\xd1\x2c\x22\x09\x24\x51\x07\x65\x0e\xe1\x85\x5d\x2b\xd1\xff\xaf\x25\x18\x30\x63\x7d\x54\x36\x8b\x71\xa2\x89\x17\xaf\x75\x23\xe8\x6b\x6b\xff\x53\xe0\x40\xfc\xc6\x5d\x70\x3c\x89\x89\xb0\x75\xf8\x9d\xc9\xce\x1b\x12\x81\x39\x90\xcf\x59\xc2\x63\x87\x3a\x27\x49\x86\x41\x80\xd0\xcc\xe0\x68\xc4\x86\xae\x2c\xbb\x41\x27\x31\x1f\x19\xcf\xcb\x14\x47\x06\x6c\x4d\xa2\xaf\x3f\x9f\xe8\xdf\x0e\xd0\xe2\x04\x82\x48\x0f\xd0\x6f\x27\x16\x84\x00\x0b\x35\xd6\x3f\x7d\xe3\x64\x6d\xdb\x04\x0c\x9a\x4a\xf4\xd5\xf1\x13\x16\xa6\x14\xe7\xb1\x19\xd1\x57\x96\xb3\xfa\x72\x43\xa1\x6c\x9e\x70\xfe\x68\x03\x6c\x6b\x1f\x1e\x3b\x3c\x1b\x20\x6f\xef\x37\x31\x5b\xef\xf3\x1d\x15\x3a\xb4\x45\xe5\x8f\xb2\x09\x3a\xfa\x9b\xe4\x0c\x1d\x2d\x70\x9a\xd8\x5f\xdd\x53\x1b\xff\x8b\xa5\xcd\x89\x8b\x83\xb2\xe6\xc6\x52\xfa\x7d\xc2\x27\x30\xab\x4b\x37\x53\x13\x41\x0b\x03\x2d\x6e\x9f\xe2\xc2\xb2\x13\xb1\x92\x94\x81\x65\x48\xb9\x32\xaf\x00\x8f\x6b\x9a\xd5\x67\x3f\xa4\xff\x32\x7e\x61\x58\x14\x97\xc4\x67\x8c\xc3\x3e\x7a\x4d\x37\xfa\x19\x7d\x6d\x59\xd0\x37\xfa\x8e\xb1\xe1\xca\x66\x19\x9a\x3a\x58\xf8\x0e\x7e\x09\x3a\xa0\x0c\x99\xb4\xcc\x25\x5f\xfe\x76\x7c\x74\x74\xe4\xbf\xbe\xd2\x53\xf9\x7f\x11\x55\x92\x24\x53\xd3\x92\xbb\xc1\x16\x23\x76\xe9\xf0\xac\x9d\xf1\xba\x40\xca\xca\x04\x57\x3c\xe2\x09\x3a\x2c\x0c\xba\x31\x8f\x24\xfa\x57\x2d\xd6\x06\x4b\x09\x3f\x6a\x3d\xae\x05\x5d\xcf\x00\x68\xbe\xd2\xa1\xb2\x06\xf1\xea\xb1\x0a\xc1\x71\xbc\x62\x8b\x65\x08\x8e\x0e\xb4\xa0\x29\xe7\xd8\x02\xe8\x08\xa1\x5f\x26\x9f\x15\x3c\x6a\xc1\x27\x6a\x0c\x65\x6f\xbe\x29\x6b\xec\xb6\x80\x29\x32\x64\xdd\xb2\x00\x16\x46\xc4\x72\x06\x33\xcf\x83\xd0\x7d\xa2\x2f\x17\x16\x22\x2c\xcb\x3c\x4d\xb1\x58\x1c\x17\xa7\xad\x4e\x9c\x05\x80\x0d\xf0\x98\xc4\x2d\x00\xb8\x70\x13\x7b\xb4\x6c\x14\x83\x15\x2f\xdd\x8d\xe6\xcf\x6e\x04\x25\xa2\x20\x20\xcf\x14\x48\x23\x2c\xe2\xb1\xa5\xeb\x22\xfb\xb4\x2c\xb1\xf8\x77\xea\xb2\x8a\x8b\x88\x91\x85\x31\x8e\x29\x93\x19\x6d\xdf\x70\x1f\xb7\xb0\x6f\x3e\x86\x62\x83\x64\xb6\x86\x7b\xf4\xfc\xfa\xce\x7d\xd3\xfd\xd2\x85\x75\x28\x8b\xec\x38\x09\x61\x87\xd8\x0c\x09\xfc\x5c\x5c\xbf\x10\xdb\x61\xac\x33\xb9\xcf\xcd\x35\xff\x3e\xe5\x37\x34\xd1\xb7\x16\xd0\xf8\xd1\x88\x95\x7e\x3e\x40\x24\xa1\x29\x65\x3e\xb6\xce\x30\x77\x3e\x35\xd2\xf3\x23\x55\x7a\xcb\x64\xfc\xa8\x39\x98\x83\xcb\x08\x54\xaa\x01\x5b\x38\xd2\xf1\x8e\x29\x6b\x81\xc8\xa5\x1e\x57\xa1\xa3\x6b\x61\x56\x37\x71\x68\x05\x52\x1a\x10\x1e\x9c\xdf\x11\xd3\xad\xb9\xb3\x54\x84\x0b\x07\xed\x05\xcd\x1d\x3a\x9c\xe1\x80\x03\x40\x1f\xa5\x98\x5f\x2f\xff\x36\x08\x28\x43\x96\xa7\xdb\x26\x9b\xd8\xf0\xe1\xb7\x32\xd3\xdd\x08\xe2\x6e\x2a\x9b\xb8\x44\x58\x9e\xba\x03\xb5\x06\xc5\x0d\xad\xf8\x13\x93\x28\xc1\x06\x00\x40\x37\x04\x91\x8f\x07\xc6\x41\x9a\x05\x7d\x99\xeb\xc5\x74\x63\x4a\x17\x24\x84\x7d\x6d\xfe\xfd\x0d\xb2\x77\xc3\xb7\x07\xf6\x3e\x17\xd2\x01\xab\xda\x3d\x87\xd2\x57\x24\x36\x36\x74\x00\x7b\x9c\x61\x11\x1b\x6b\x79\xa8\x55\x98\x0c\x5e\x2d\x7f\x2d\x78\x8e\x9e\xa9\x9c\x8f\xd8\x3d\x77\x06\x47\xc4\xb8\x87\xcb\x3c\x00\x65\xb4\xd6\x1f\x96\xc0\x04\x60\xd4\x4d\x14\xa0\x99\xf0\x56\xb9\x46\x10\x05\x3b\x66\x3c\x26\xdb\xe1\x42\xdc\x17\xbe\x0a\xe7\xbf\x16\xc4\xe4\x83\xc1\x4d\xd1\x96\x4e\x4b\xa4\x5c\xd3\x36\x5f\xdd\x78\xb8\x87\x6c\x3b\x50\x69\xf1\x79\x2d\xd0\xd2\x10\x72\xc5\xdf\x6a\xd0\x8a\xd3\x38\x83\x6c\xe0\xd2\xda\x7b\x10\xca\x6d\x37\x21\x2a\xa7\xaa\xac\x5c\x01\x7f\xf5\x99\xb9\x47\xb0\xec\x3e\xc0\x18\xa3\x99\xe0\x79\xe6\x53\xe6\x5d\xba\x9f\xd9\x06\x2b\xd3\x9c\xb3\x29\x3f\xb1\x3a\xd5\x05\x65\x8f\x86\xe2\x5f\x6a\x8f\x0c\xce\x28\x89\x4b\xe8\x38\xae\xf8\x1d\xcc\xe1\x10\x51\x16\x25\x39\x5c\x7c\x52\xe1\xe8\xd1\x60\xa5\xb6\x19\x7d\xf5\x37\xe3\xd5\xc9\x94\x2d\x12\x53\x9e\x24\xb6\xdb\xe2\x02\x2d\xaa\x83\x3e\x51\x8c\x30\x7a\xb8\x3d\x6f\xee\xfb\x91\xd6\x9d\x39\xcd\xb7\x67\x99\x40\xe0\x7f\x7e\xa4\x6b\xc5\x5d\x56\xd0\x86\x48\x89\xd4\xbd\x71\xa9\x0d\xcb\x4e\x13\xe9\x27\xac\xc8\xb6\x99\x50\x06\x5a\x65\x8d\x48\xbd\x1a\x66\xcd\x52\xeb\xf1\x96\x80\x2f\x05\x58\x0b\x84\x06\xb5\x23\xcf\x84\xc1\x5a\xf0\x70\x0d\xec\x06\x78\xbf\xdb\x7c\x2a\xef\xae\x98\xce\xf2\x61\x26\x84\xac\x81\x36\x70\xa7\x5f\xef\x38\xc8\xd2\xab\xcb\xc6\xf8\x8c\x0d\xa8\x75\x1d\x4b\x31\xce\x4b\x75\xab\x3b\x11\xb4\x23\x47\x23\x5e\x4b\x9f\x23\xe2\x47\xe2\xc2\x70\xbc\x2c\xe6\xfa\x9d\x81\x6f\x8b\x97\x30\xb3\xbd\x85\xb6\x81\xf0\x03\xb1\x75\xcb\xb0\x09\x2d\x7e\x8d\xd3\x06\x16\xdd\xbc\x13\x45\xc7\x67\xf6\xe3\x4b\xfd\x6d\x33\x2b\xba\x84\x2c\x3e\x0f\x9c\x92\x62\xa6\x4f\xb6\xeb\xb5\xc5\x08\x69\x24\xc2\x8d\x86\xf4\x90\x6d\x34\x20\xd3\x63\xc7\x72\x52\xb6\x2b\xd7\xca\xb3\xb1\xc3\xe3\xc4\xd8\x99\xd4\x1c\x4c\x10\x45\x19\x06\xcd\xd1\xca\xa6\x08\x53\xb2\x21\xc1\x62\x66\x14\x24\x49\x94\xfc\xa6\x61\x87\x8b\x9c\x87\x2d\x76\x78\x83\x52\x77\xa1\xdf\x13\xc4\xef\x65\x27\xcd\x8f\xb2\x8c\xd9\xe6\x6f\x65\x5f\x34\xd2\x0a\x4d\x54\x86\xc8\x5a\x11\x17\x06\xe0\x34\xd6\x67\xa5\x1d\x33\x65\xcb\x92\xa7\x57\x38\xf5\x88\x00\xae\xf0\xa2\xcd\xef\x32\x83\x9b\x10\x80\x1b\x6c\x1f\xc3\xd6\xb5\x4d\xc3\x21\xd8\x5a\x63\x6d\x23\x18\xb1\x81\x7b\xc5\x67\x15\x83\x6e\x27\x8c\x00\x0e\xf1\xa1\x26\x1a\x1a\xf4\x2b\x5c\xac\xba\x9d\x5c\xcb\x24\xd6\x4d\xde\xac\x96\x67\xd5\xfa\x9d\xbf\x8d\x6c\x21\x06\x0f\x8d\xb6\xb4\x08\xc6\xd3\xfa\x05\xb4\x9b\x81\x59\xa2\x6a\x81\xe3\xa6\x8e\x57\xeb\x52\x0e\x31\xc2\x36\x14\xd6\x54\x36\x31\xa4\xc9\xa2\x20\x53\xbd\xe2\x46\x27\xaf\x74\x56\x3f\xad\x6a\x2b\x6e\x4c\x71\x3a\x16\xbc\xbd\x4a\x48\x87\x65\x72\x4d\x94\xec\x3b\x73\x83\x1a\xbe\x40\x7f\xcf\x71\x62\x2e\x37\x66\xc9\xd1\x0d\x1b\x44\xe5\xef\xfe\x8c\x06\x70\xfb\xa0\x4b\xe0\x8b\xe0\xe0\x87\xd6\x14\x47\x34\xcd\x88\x90\x9c\xe1\xd6\x72\x39\x8f\x7f\x91\x63\x0b\xf9\x3f\xc6\x51\xc4\xf3\x3a\xbc\xff\x1a\x33\x69\x68\x2d\x9c\x14\x46\x8f\xf9\x84\x08\x46\x4c\x49\x20\x78\x0f\xb9\xf7\x3a\x0d\x97\xe3\x5c\xcd\xbf\x1b\x47\x09\xed\x5c\x87\x00\xb2\x8b\x06\xfa\xb3\x53\xf3\xd5\xb2\x09\x94\xda\x2f\x0d\x9d\x21\xf3\x0c\x99\x67\x47\xe8\x7b\x1c\x3d\x12\x16\xa3\x2c\xc9\x67\xd4\x82\x09\xc0\x0d\x05\xec\x32\x30\xcf\x96\x27\x66\x64\x0b\xd3\xbe\xbe\x86\x46\x2c\xc5\x8f\x06\x1b\xd0\x0a\x91\x11\x4e\x5a\xa1\xa8\xbc\x58\x3d\xa6\x75\xda\x5d\xb9\x5b\xfe\x3e\xac\x37\x53\xa5\x3d\x99\x9b\xdc\x8a\xe7\x39\xb7\x1e\xe9\x92\x54\xbf\xc6\xc1\xf5\xd4\x5a\xc3\x7c\x71\x79\xf9\xbe\x38\x94\x1d\x8c\x39\xbd\x60\xee\x05\x7c\xcb\x9c\x21\x0c\xb0\x31\x5f\x49\x94\x67\x4e\x3e\x03\x3b\x64\x02\x5e\x61\xb3\x05\x50\xf5\x9b\x6a\x2d\x6d\x4e\x46\x0c\x22\x6d\x91\x9f\x5e\xad\x86\x08\x22\x45\x40\x4c\x13\x6b\x98\x1a\xd0\x84\xed\x7c\x9c\x35\x78\xcc\x15\x74\xda\x31\x8a\x58\xcd\x09\x03\xf3\x48\xf7\x96\x41\xdf\xea\xbe\x69\xa5\x88\x61\x2b\x06\x7b\x7b\xae\x5f\xc2\x9c\x51\x5b\x97\xc3\x9a\xf0\x83\x60\x3e\xe7\xe7\x2a\xbe\xa7\x12\x49\xac\xa8\x9c\xd2\x46\xb3\x51\x08\x55\xb1\xcd\xaa\xe3\xf5\xf0\x31\x1a\xb0\x31\x2a\x6b\xe1\xb3\x12\x8e\xd0\x47\xb0\x82\x05\x9a\x01\xf7\x48\x13\x6d\x0c\x4b\xcd\x49\x2b\xe4\xe2\x2e\xc2\x79\xdc\x0c\xfe\x3f\xf6\xde\xad\xb9\x8d\xe4\x48\x1b\xbe\xf7\xaf\xa8\x88\xbd\x90\xf4\x7d\x20\xe8\xb1\x63\xdf\x18\x2b\x62\x2f\x38\x14\xe5\xa1\x47\x22\x65\x1e\x66\xbc\xef\x62\x03\x2a\x74\x17\x80\x36\x1b\x55\xad\xae\x6e\x52\xf0\xda\xff\xfd\x8d\xca\xcc\x3a\xf4\x11\xdd\x00\x28\xc9\xde\xb9\xd8\xf5\x88\x00\xaa\xab\xeb\x90\x95\x95\xf9\xe4\xf3\x04\xdf\xef\x0d\x6e\xba\x0a\x94\x29\x3b\xf3\xd9\x07\xe4\xda\xc0\xbc\xc2\x8e\x37\x12\xa9\x16\xfb\x2c\xbe\x41\x81\x3a\xc8\xd0\xc3\x02\x62\xe0\x49\x69\xf3\x77\x4f\xcc\xeb\xba\xf9\x04\x45\x9e\xfc\x41\xc8\xbe\x68\xcc\xf0\x1e\x62\xb8\xac\x37\x24\xe0\xe2\x70\x0a\x43\x71\xfb\x74\x70\xf8\xb6\xf3\xf4\x26\xc9\xf2\xd4\x0c\xb9\xb9\x86\x44\x0f\x54\x5a\x82\xd1\x58\x22\x48\x79\x5a\x2b\x1d\xee\x33\x3b\x7f\x78\x93\xcd\x4b\x61\x4b\x48\xa0\x34\xc7\x0d\x30\x62\x72\xa4\x0a\xf9\x53\xa0\xd7\x6e\x93\x62\xa4\xd9\xcd\x37\xb3\x26\x14\x86\x01\xb2\x58\xb6\xa9\xe6\x6e\xfe\xe9\x7b\x7d\x0d\x3b\xf6\x18\x95\xfa\xed\x6a\x77\x87\xa3\xe4\xf7\xcc\x0f\x38\xfc\x97\x97\xca\xe3\xb1\xe3\x96\xc8\x54\xcc\xfc\xf2\x1a\xaf\x8b\xf7\xf5\x5f\xab\xa6\xa7\x37\xe8\xdd\x76\xad\xec\xf7\x01\x88\x80\x2d\xca\x04\xa5\x69\x2b\x0e\xa1\xb2\x1e\x87\x90\xf6\xf8\x4f\xb4\x3b\x4f\xda\xd7\xd8\x07\x15\x1f\xb2\xb0\xc6\xd3\xe9\x35\xd7\xf5\x00\x8c\xb1\x6e\x93\xd2\xed\x19\x89\x4c\x75\xa3\x43\xe3\xf9\x70\xf1\x59\x80\x03\x2c\xca\xe5\x2d\x90\xb6\x77\x31\x56\x04\x22\x2d\xb6\x04\xcd\xcc\xb3\x79\x8c\x2b\x88\xe8\x9a\x14\xca\x2e\xfb\xe3\x9f\xb3\x3f\xdd\x5e\x5f\x9d\x6c\x78\xae\xd7\x1c\x2a\x82\x6d\x5b\x13\xab\x83\x83\xd7\x63\x9b\xf5\x4a\xe4\x4c\x9e\xb0\x95\x9a\x60\x8e\xf5\x35\x5b\x17\x45\xa6\x5f\x9f\x9e\xae\x92\x62\x5d\x2e\xa6\x91\xda\x9c\xfa\xa1\x39\xe5\x59\x72\xba\x48\xd5\xe2\x34\x17\x80\xb2\x3d\xf9\x6e\xfa\xbb\xef\x60\x66\x4e\x1f\xbf\x3b\x85\xcc\xda\x74\xa5\xfe\xed\xdd\xef\xfe\xf0\xfb\xff\x63\x1a\xce\xb6\xc5\x5a\xc9\xd7\x94\xc0\xed\x6d\xfb\x04\xbd\xf2\x53\xfc\x49\xed\x29\x7f\x98\xfe\x36\xec\x06\x7d\x75\xa3\x62\x91\xea\xd3\xc7\xef\xe6\x76\x62\xa6\xd9\xf6\x57\x5c\xea\x57\xc3\xa5\x3e\x24\xc5\xaf\xb8\xd4\xaf\x8a\x4b\x1d\xee\xe1\x38\x1b\x53\x93\x1a\x37\x7f\x77\x36\xd2\x86\xde\x77\xd9\xa1\x96\xc3\x21\xac\x1a\x38\xe0\x88\x78\x10\xa3\xae\xd8\xb5\xd7\x75\x57\x87\x8e\x10\xdb\x58\xb2\xfd\x4e\x67\x7e\x54\x91\x34\xa0\x40\x92\x08\x88\x9c\x31\x24\x98\xf1\xa4\x0d\x6d\x4a\x68\xa7\x43\xc6\xef\x39\x29\xc9\x8f\xcd\x45\x4e\xaf\xbb\x27\x0f\x79\x8a\xbf\xb6\xd8\x2c\xf5\x64\xf9\xc7\x8f\xc1\xda\x3d\x50\x1e\xcf\x91\x11\xe3\xe2\x81\xbe\xd8\x7e\x75\x74\x63\xcd\xf5\x7e\x20\xbf\x33\xa4\xfc\x73\x79\x3a\x27\x36\x4c\x0f\xb4\x07\x87\x65\x51\x00\xed\x55\x22\x6b\xca\xca\x3c\x53\x5a\xe8\x29\x7b\x5b\x13\x90\xf2\xc0\xc5\x9b\xb7\xe7\xec\xbb\xef\xff\xf0\xfb\x99\x7c\xd9\x72\x6e\x83\xbd\x57\xf9\x8a\x70\x94\x70\x5a\x6f\xb8\x2e\x44\x7e\x9a\x2f\xa3\x53\xb4\x72\xa7\xe6\xf7\x27\xf4\xd0\x13\xb5\x3c\x71\x94\xc4\x27\xc4\xce\x3a\xdd\xc4\xe3\x08\x06\x2a\x4b\x0f\xcf\x1a\x3a\x68\x34\x1c\x4a\x48\x45\xa4\x96\x8e\x7c\x1e\xeb\x5c\x50\xa7\x42\x2d\x5b\xfe\x03\x24\xc0\x5f\x39\x02\x34\xae\xed\x33\x3c\x23\x51\xf7\xd6\x3c\x0e\x3b\xb9\x5d\x22\xcf\x19\xa8\xb0\xb6\x24\xbc\x8e\x8c\x19\xf8\xf6\xcd\xe6\x8f\x7b\xe4\x63\x20\x0d\x69\x64\x77\x56\x52\xa8\x25\xa0\xf8\xc0\x13\xb6\x28\x05\x88\xd5\x9a\x93\xd6\x73\x2f\xe4\x22\xc3\x03\x26\xd4\x9c\x6e\x19\xee\x03\x19\xce\x77\x8d\xf3\x73\x30\x9c\x1f\x3a\xee\x64\x50\xbe\xd2\x80\x1f\x0a\x25\xc4\xad\x34\x06\x55\x61\xbe\xbf\x33\x83\xea\xec\x00\xa4\x4c\x43\x39\x65\xe4\x1a\x03\x27\x4d\x9c\x14\xea\x04\x48\x6b\x80\x0a\x05\x35\x07\xba\x60\x15\x90\x79\x1e\x73\x4c\x9a\xef\x0f\xe8\x27\x3a\xe6\x9f\x83\x8e\x92\x4f\xa2\x91\xc2\x93\x20\x59\x89\x94\x22\xa7\x9c\xda\xce\x13\x75\x64\x5e\x3a\x9c\xca\x7e\x44\x56\x20\x17\x1a\xf0\xc1\x3b\x3c\x3e\x0f\x8c\xc0\x94\x81\xf7\xb9\x56\x1b\x65\xdc\x19\x55\xea\xe0\x43\xbc\xbd\xc0\x21\xdc\xe9\x7b\x6d\x78\x86\x24\x75\x5f\xef\x6d\xcc\xd6\x32\x1f\x61\x50\x2f\xfc\xd2\x28\x89\x8d\x45\x55\x54\x60\x47\xff\x1d\x1b\x7c\xff\xba\x01\xd4\xc3\x06\x92\x28\xa0\xc0\x47\x1c\xcf\xc9\xdf\xcc\xbd\xc6\x2c\x29\x77\x53\x70\x27\x37\x82\x74\x90\x8b\x31\xa4\x7b\xb5\xde\x7c\x67\xb5\x74\xb9\x19\x39\x07\x0e\x64\x3c\x64\x02\xb8\x44\xd8\xad\xc5\xdb\x9e\xb4\x02\x6e\xbb\xf6\xa5\xd5\xbb\x8b\xe7\x96\x2f\x74\x5c\x57\x6f\x5d\x03\x44\x0d\xda\xec\xb7\xa7\x5b\x02\x74\x36\x8e\x31\x1a\x04\xeb\x5b\x74\x80\x6e\xe4\xf8\xcd\x08\x02\x2b\x63\xc6\x0e\x1e\x82\x8b\xb3\x31\x82\xc1\x5e\xe8\x1a\xc0\x71\x21\xb6\xbe\x88\x55\x1b\x9c\x1f\x19\xea\x7c\xf5\x8e\xe9\x65\xe3\xf2\xe8\x7e\xf8\xe8\xc5\x3d\xb7\x99\x98\xb0\x45\x09\x9f\x5f\x5d\xdf\x85\x68\x8d\x04\xdf\xf6\x24\x5a\x8b\xe8\x01\x02\x26\x78\xe4\xe1\x66\xb0\xc2\xae\x8b\xed\x4c\x7a\xe9\xaf\x42\x59\xe8\xc1\xd6\xb1\xa1\x3b\x45\x00\x95\xb3\x38\xd1\x59\xca\xb7\x90\xe4\x95\x88\xd3\xf7\x09\x62\x57\xe0\x62\x4c\xc1\xae\x78\xf1\xf0\x99\x36\xb3\x72\xe6\x7f\x37\x76\x2c\x79\xbe\x48\x8a\x9c\xe7\x5b\xe6\x07\xb3\x69\x0f\x98\x16\x1b\x2e\x8b\x24\x9a\xc9\x8d\xe0\x32\x44\xe5\x51\x92\xdb\x0c\x72\xac\x04\xf1\x05\x2f\x97\x22\x2a\x3c\xe1\x20\x38\xef\x6e\xa4\x76\xed\xc1\x71\xef\xee\x76\x5e\xef\xab\xff\x98\x48\x2c\x6f\x4f\x36\x80\xf9\xa4\x35\x44\x47\xe3\x9e\xc9\x1b\x90\x8a\xa3\x23\xd7\x5e\x06\xe1\x5f\x76\x4d\xb1\x85\x28\x9e\x04\xd4\xd3\x53\x01\x60\x9b\x8f\x7f\xb0\x5c\xc0\x61\xa2\x8a\xed\x72\x94\x01\x12\x0c\x37\x58\x08\x26\x73\xc4\x3f\xb2\xc6\xe0\xf3\x82\x4a\x12\x21\xda\xf3\x82\xe2\x56\x2f\xe0\x98\x36\xb7\xc7\xfc\x51\xc4\x33\x59\xa5\x55\x22\x9f\xd1\x6f\x38\xe6\x85\xb0\x8e\x63\x6d\xec\x18\x0f\x8a\xe5\x5f\x00\x95\x84\x27\x91\x74\x45\x77\x3d\xc2\x5c\xed\x42\xfe\xcf\xa0\xf9\x34\x38\xc9\xe3\xb5\xb2\x48\xe8\x86\x74\xf1\x2a\x78\x0a\xb7\x28\x1d\x69\x0c\x32\xca\x39\x00\x2c\xc5\x25\x1b\x91\xce\xb6\x36\x66\xd2\x56\x53\x2f\xcb\x14\x59\x42\xbb\xa4\xc2\x88\x43\xca\x56\x7e\x7c\xbd\x0a\x20\x17\x57\x63\x81\xb6\x98\x83\x3d\x04\x60\x64\xb4\x75\x76\xd5\x0b\xa9\x51\xe7\xd3\xca\x0a\x41\xe0\x79\x25\x0a\x38\xcd\xe3\x32\xc5\xe2\x60\x88\x98\x03\x1f\x15\x4f\x53\x96\x14\x7a\x26\x1d\x7d\x16\x92\xa1\x83\x85\xb5\x21\xf5\x98\xae\x5c\xf0\x08\x68\x96\x24\x91\xc1\x0f\x4b\xa2\xa4\x68\x40\xb8\xb7\xa1\x14\x47\x96\x09\x8e\xb5\x6c\x38\x6d\x33\x19\xde\xb9\xea\x93\x40\x85\x5f\x20\xfd\x7a\x8c\x1a\xac\x1e\x44\x3e\xe8\xe5\x8e\x9e\x92\x29\x3b\xc3\xb7\x33\x17\x2e\xab\xb2\x89\xbd\xa5\xfa\x79\x42\x5a\x9a\x5b\x4d\xa1\x6d\x8c\xdc\xdf\x5b\x33\x9e\x17\x49\x54\xa6\x3c\x4f\x81\x93\x7e\x59\xa6\x2c\x59\x06\x82\xa1\x30\x07\x48\x9e\x64\xa6\x2b\x52\x70\x56\xdb\x28\xb9\xe6\x1b\x11\xd4\x6d\x53\x78\x27\x0d\x30\x14\xc8\x08\x8d\xc9\x79\xd3\xd6\xab\x29\x7b\x53\x17\xee\x85\x3d\x11\x90\x2e\x26\x1a\xcd\x9f\xeb\x6f\x50\x72\x88\x02\xc0\xc9\xd2\x5c\x29\x5f\x04\xbb\xae\x4b\x02\x9f\xeb\x87\x91\x00\x0d\x4b\xdd\xdf\x8f\x1a\x6e\x2d\x39\xbe\x03\x99\xf4\x0a\x6c\xc3\x6d\x88\x8e\x0e\xda\x53\x61\x64\x27\x43\xc2\xca\x3d\x3a\xfa\x4b\xa0\x43\x5e\xef\xec\xa6\x47\x9f\x14\xe6\x71\x64\x57\x03\xb5\x9f\xf1\x1d\x0d\x56\x4e\x08\xc7\x19\x32\xb2\x2b\x5e\x8c\xc5\xe6\xb8\x62\x9c\xf1\x1d\x6d\xc5\x41\x75\x76\x73\x77\xa4\xe9\x97\x8a\x3c\x10\x33\xbd\x32\xb7\x7c\x81\x38\x33\xb5\x0c\x4c\x30\x9d\x37\xa4\x23\x04\xd4\xec\xce\x26\x2c\x04\x4b\x13\xf9\x60\x89\x18\xcc\x02\x9d\x30\xee\x5b\x07\x1b\x81\x83\x8c\x7b\xae\xc3\xf3\x6a\x13\x32\x38\xc0\x19\x1b\x56\xce\xd8\x7e\x43\x0e\xe0\x9a\xe3\xf7\x4b\xdb\x7b\x0c\x9f\x96\x5e\xdc\xb5\xbb\xf3\x58\xb0\x35\x1e\x83\x01\xc6\x32\x10\x9b\xef\x1c\xdf\x0f\xeb\x2a\x66\x6f\x84\xec\xcf\xfd\xd5\x9b\x8b\xb7\x97\x57\x55\xad\x9e\x3f\xdf\x5f\xdc\x57\xff\x72\x73\x7f\x75\x75\x79\xf5\xc7\xf0\x4f\xb7\xf7\xe7\xe7\x17\x17\x6f\xaa\xdf\x7b\x7b\x76\xf9\xae\xf6\x3d\xf3\xa7\xea\x97\xce\x7e\xb8\xbe\xa9\xa9\x03\x59\x69\x9f\xe0\x4f\x77\x97\xef\x2f\xde\xcc\xaf\xef\x2b\x02\x43\x6f\xfe\xf3\xea\xec\xfd\xe5\xf9\xbc\xa5\x3f\x37\x17\xe7\xd7\x3f\x5f\xdc\xec\xd0\x07\xf2\xef\xdb\x3a\xa4\xc7\x00\x5b\xed\xad\x16\x75\xc6\x96\x79\x22\x64\x9c\x6e\x11\xa9\x6e\xef\x81\x35\xe8\x69\x78\x52\x25\x1b\xa1\xca\x43\x00\xe7\x77\x6b\xc1\xd4\xa3\xc8\x81\x33\x02\x5b\xa3\x02\x53\xae\x1f\x3a\x19\x05\x8b\xbc\x19\x43\xef\xad\xab\x29\xf2\xad\xab\xdc\xea\xeb\x8e\xe7\x1b\xa2\x87\xb0\x4c\xe4\x7d\x7d\x01\x3f\x22\x2f\xb3\x22\x59\x74\x97\x10\x0c\xe4\xe1\x19\x7f\x53\x45\x76\xbc\x76\x2a\x91\xab\x76\xc3\x58\x41\xd2\x1f\x02\xd3\x85\x16\xf6\x15\x41\x73\xbf\xb6\xd0\xc6\xac\x5c\xa4\x49\xc4\x92\xb8\x1e\x7d\xc0\x82\x2f\x0c\xb0\xd6\x49\x34\x33\x91\x83\x63\x67\xfc\xe5\x2c\x17\x27\xbc\x2c\xd6\x56\x9f\xdd\xd5\xfd\x21\xa9\xa5\x88\x72\x81\x91\x73\xa1\x21\xa4\x89\xea\x57\xc1\x93\xa0\x33\x54\xef\x1c\x03\xb5\xca\x34\x20\x34\xef\x88\xa8\xe3\x2f\xb1\xf5\x11\x21\x45\xfc\x7e\xef\xd0\x50\x8f\x13\x5d\x97\x3e\x06\x17\x16\x3f\xb4\x1a\x5a\xe6\xbd\x8d\xa5\x76\x1a\x52\x38\xc9\xb6\xd2\xa1\xfd\x35\x76\xad\xb1\x70\xa1\x54\xa1\xff\xd4\x3a\x7d\x74\x9e\x0b\x38\x44\x28\x71\x6e\x6f\xfb\x00\xf4\xa0\xca\x08\x28\x88\x30\x17\x9b\x85\x58\xf3\x74\x89\x31\x3c\x33\x35\x7e\x5f\x35\x97\xe8\x9d\x7a\x10\xf2\x06\x27\xec\xab\x98\x43\x89\xf7\x04\x5f\x01\xef\xe2\x27\x3e\xe0\x67\xfa\x68\x57\x95\xad\x0c\x03\xe7\xa9\x40\xaf\x3a\xf8\x18\x0b\x20\x3c\xbf\xad\x2d\x2a\x5b\x2e\x93\xcf\xa6\xc1\x99\x14\xad\x0c\x9f\x80\xae\xb1\x5c\x44\xce\x2e\x03\x92\x08\x09\x5d\x1e\x84\x04\xf5\x2d\x14\xe7\xdd\xb9\x66\xc7\x45\x9b\x9b\x73\xd1\x13\xfe\x86\x08\x59\x52\x11\x25\x0b\x73\x22\x76\x9c\x0a\xac\x48\x99\xb2\x37\x44\x53\x61\xfe\x72\xfe\xee\xf2\xe2\xea\x6e\x7e\x7e\x73\xf1\xe6\xe2\xea\xee\xf2\xec\xdd\xed\xd0\xed\x77\x8c\x2a\xa2\xda\xee\xab\x17\xd3\x38\x0b\x71\x4a\x3b\xcf\x17\xb3\xba\x97\xf2\xdb\x0e\xa6\x64\x77\xef\x93\x38\x9b\xc7\x89\x8e\xcc\xf1\xb7\x9d\x0b\x19\x03\x35\xf2\x5e\x4b\xb5\xbd\xa9\xfa\x5b\xb8\x6f\x30\xf7\x0d\x6b\x41\xf0\xb4\x7b\xb4\x2b\xda\x7d\x0e\x18\x35\x08\xda\xe5\xc2\x6c\xfe\x78\x26\x83\xd3\x66\xba\x5b\x0f\xc3\x34\x77\xd8\xbb\x55\x9b\xa8\xbf\x13\xf6\x37\xd1\xba\xe4\xc6\x3e\xda\xaf\x01\x40\xaf\x63\x54\x88\xaf\x2e\xe4\x67\x4e\x02\x6d\x51\x66\x6e\xf2\x1b\x2e\x63\x5e\xa8\x7c\xdb\xf1\x8a\xc3\x8c\x67\xb8\x6d\xaa\x26\x34\x3c\xb2\xa5\x10\xb1\x9d\x05\xfc\x2a\x97\xf5\xa5\x84\x2c\xce\x77\xd7\x3f\x5d\x5c\xdd\xce\x2f\xae\x7e\x9e\x7f\xb8\xb9\x78\x7b\xf9\x17\x87\x1b\xcc\xb8\x6e\xd3\x12\xcc\x72\x61\xac\x8b\x25\xc5\x68\xb5\x2f\x28\xf0\x67\xdb\x21\x51\xa7\x64\x39\x93\xd6\xb2\xe4\xbe\xf9\x75\xae\xca\xd5\xba\xbd\xa1\x7a\x2f\x3f\x9c\xdd\xfd\xb8\x57\x37\x81\xb2\x08\x55\xc0\x70\xb7\x35\xf1\x93\xc9\x92\xec\x1e\x82\x2e\x6b\xdd\x03\xe2\x2d\xf8\x6a\x5b\x4c\xbe\xc3\xa2\xed\x75\x7b\x69\x1a\xad\x5e\xe7\xbf\xe5\xeb\x5d\x0b\xe8\x2e\xb0\x9b\x95\x63\x04\xf0\xbc\x28\x26\xd9\x68\xed\x75\xcb\xdf\x2a\x27\xd8\xef\x4e\x52\xb1\x5a\x89\x18\x97\x57\xbd\x61\x8a\x58\x91\x09\x8c\xfc\xb9\xde\x36\x8a\x24\xf7\x76\xc0\xc1\xec\xd0\x51\xc3\x0d\xf8\x07\xf7\x93\x76\x5b\x71\x6e\x25\xa5\x23\x25\x75\xc1\x65\x47\xda\xf5\xb1\x89\x67\x1c\x64\x8a\xae\x73\xe6\x4a\x85\x28\x40\x62\x03\xec\x7e\x1f\x74\xc1\x43\x0e\x47\x51\xba\x7e\xdc\x88\x2c\xe5\x91\x70\x88\x7f\xe4\x8b\x83\x7b\xfd\x3e\xe9\x2e\x12\xd5\x93\x14\x6f\x09\xc4\xf6\x02\x05\xee\x96\x25\x00\x71\xce\x1b\x6b\x8f\x9f\x3f\xb4\xd2\x7b\x71\x23\x96\x28\x08\xcb\xa2\xaa\x11\x01\xc5\x31\x16\x05\x52\x61\x9d\x20\xde\x51\xcb\xa1\xf6\xe4\x9f\x69\xe2\xf1\xce\x5c\x0d\x0b\x73\xcb\xc3\xe6\x96\x87\x73\x1d\xc7\x47\xd7\x2a\xb7\x00\xdf\x72\x96\xab\xb8\x8c\x2c\x53\x0d\x34\xeb\xd1\x28\x14\x4e\xb3\xc7\x7b\xcc\x4e\xcc\x34\xd3\x15\x49\xc4\x27\x80\x33\x9f\xc9\xae\xd4\x8f\xb5\x40\x1d\x41\xb6\x0f\xf6\xcc\x3c\x64\xee\x5b\x46\xbf\x7b\x5b\xd8\xc1\x1e\x56\xef\xc9\xec\xd7\xc1\xd5\xec\x00\xf3\xd0\xbc\x2c\x38\xe6\x75\xab\xce\x40\x17\x31\x85\xb3\xe9\xe3\x30\x47\xc3\x20\x1b\xd5\x42\x0e\x3c\xa0\xd7\x5c\xa3\xdf\x5c\x44\xeb\x6a\xc7\xe1\x6d\xaa\x64\x6e\xf5\xee\x3a\x3f\xf4\xb0\xf8\xc4\xa0\xec\xce\x04\x6f\xf4\x89\xa6\xde\x87\xc2\x5c\x4e\x65\x70\xdc\xc2\x0f\x5d\x33\x77\x75\x42\xab\x0b\x06\x2b\xe5\xa5\x8c\xd6\x2c\x4b\x39\xd6\x38\xaf\xb9\xc6\x25\x6d\x21\x0e\x7c\x91\xa4\x49\x01\xe4\x31\x98\x79\xab\x8d\xb0\xb9\x4f\xf1\xfc\xc1\xf2\xb5\x72\xcf\x14\xd4\xb7\xe8\x0f\x84\x92\x7a\x31\xfb\x2f\x09\x26\xf5\x5b\x36\xf8\x45\x6f\xde\xce\x2f\x4b\x02\x92\xfa\xe9\x30\x16\x0f\x96\xa5\x7f\x97\x71\x33\x4b\x2d\x7e\xa8\xff\xbc\x32\xde\x2d\x6e\xc2\x78\x20\x05\x11\x91\x8f\x30\xf3\x75\x9a\xf2\xd6\x9d\xb5\x4c\x15\xef\x90\xca\xb5\x6d\x23\xeb\x78\x57\xdb\xb1\x2a\x17\x5d\x3c\xb7\xd8\xab\xfe\xd6\xfb\xb2\x0e\x76\xdf\x1e\x2b\x2a\x19\x1a\x40\x5e\x88\x22\x19\x17\x58\x09\x5e\x9a\x17\xe2\x04\x7e\xde\xde\x38\x15\xbe\x0d\x7e\xe7\xc6\x42\xf3\xda\x17\xce\x3b\x02\x88\x5b\x73\x75\xfd\xb9\xe4\xc6\x34\x5c\x2f\x6f\x91\xcd\xe4\x90\x45\x56\x24\xcd\x15\xd6\xbe\x13\xeb\x4f\xbd\xab\xa6\x74\xc2\x35\x30\xb8\x56\xb4\xed\x6d\x6e\xcd\xaf\x87\x6f\xc8\xaa\x9e\x7c\x96\x27\x0a\x58\x3d\x48\xc5\xbe\x87\x10\xb0\xf5\xb9\x07\x8c\xe4\xa7\x52\x94\xc2\xac\xfd\x45\x19\xaf\x9a\x91\xd5\x11\xde\x99\x7f\xa5\xb5\x7a\x62\x9b\x32\x5a\x33\xdb\x38\x8b\x45\xca\xb7\x95\x57\x03\x7f\xa9\x50\x29\x50\xec\xee\xc9\xf7\x19\x95\xba\x50\x1b\x80\x80\xfa\x76\xf3\x52\xc2\x82\x67\xbc\x28\xf2\x64\x51\x16\xad\x70\xb1\x0a\xff\xd7\x9e\xe9\xb4\xdb\x0f\x17\xe7\x97\x6f\x2f\x6b\xb9\xac\xb3\xdb\x9f\xc2\x7f\xff\x72\x7d\xf3\xd3\xdb\x77\xd7\xbf\x84\x7f\x7b\x77\x76\x7f\x75\xfe\xe3\xfc\xc3\xbb\xb3\xab\x4a\xc6\xeb\xec\xee\xec\xf6\xe2\x6e\x47\x52\xab\xf9\xd4\xee\x89\xe0\x01\x3d\x99\x05\xa5\x5a\x9e\x66\x7b\xb7\xa5\xa7\xbe\x66\x67\x96\xac\xad\x42\x27\x68\x13\x93\x90\xf7\x47\xd5\x62\xca\x5f\xbe\xe1\x05\x27\x15\xf8\x29\x3b\x63\x56\xcd\x1f\xa0\xd8\xda\x38\x0b\xc4\x64\x65\x66\x07\x9b\x30\x1e\x43\xe4\xef\x8d\x5e\x88\x4e\x2d\x89\x43\x2e\x15\x21\x65\xb9\xad\x3b\x9a\xc9\x8b\x47\x21\x8b\x12\xf8\x94\x79\x9a\x32\x2b\x3e\x4f\x5f\x08\x6a\xaa\x6d\x2f\x75\xb2\x49\x52\x9e\x7b\xcd\xb0\x6b\x6a\x0b\x1c\x76\xdb\x57\x47\xa1\xd3\x2c\xd8\xb5\x97\x87\xfb\x4b\x06\xfd\x3e\x7f\x77\x09\x2e\x50\x54\x58\x41\x0c\xfb\xf0\x99\x44\x8e\x32\x7a\xe2\x86\x43\x79\x40\xa1\x28\x9a\x87\x8f\xa7\x2f\x77\x2f\x44\x7d\xc8\x26\xb6\x71\xef\xe7\x82\x20\xb9\x4e\xda\xff\xb8\x90\x45\xbe\x1d\xec\xd7\xdc\x41\x3d\xac\x06\xdf\x94\xd0\x46\x55\x1d\x31\x0c\xb6\x30\xdb\xfa\x15\x38\x3b\x16\x0a\x47\xb9\x00\x17\xf2\x17\xc0\xda\xdc\xe1\x7f\xa7\xe6\x10\xfa\x56\xc7\x21\xa4\x2c\x81\x51\x58\xa8\x52\xc6\x9a\x70\x51\x9b\x44\x9e\x6e\xf8\xe7\x57\xf6\x4d\x91\x02\xc0\xb1\xf9\x03\xbd\x93\x48\xcd\x4d\x64\x6b\x8c\x5c\xff\x70\xcd\x64\xcf\x78\xed\xf6\x16\xad\x65\x85\x6b\x8f\xbf\xa3\x22\xc2\xeb\x51\x6c\xdb\xe6\xaf\xa1\xc8\x82\x28\x32\xda\xf0\xd0\x48\x96\x0b\xf3\x45\x07\x1f\x4b\x11\x15\xe8\xfe\x0d\x30\xf1\x8a\x6a\x5c\xbb\xed\x0e\x73\xcc\x07\x6d\x9b\xd6\xec\xf6\x33\x48\xea\xd0\x93\xcc\x9c\x61\xae\xdb\x86\x59\x09\x16\x4f\x49\x3c\x33\x59\x7f\x55\x0b\xb6\x84\x1a\x11\x52\x85\xce\x05\x84\xd5\x61\x2a\x2c\x07\x34\x90\x00\x35\x12\xe8\x76\x09\xa4\x42\x43\xb0\x59\x9a\xeb\x96\xf8\x54\x52\xbe\xf0\xbb\xdf\x8e\x3b\x67\x8b\x7c\xcb\xac\xde\x40\x58\xa3\x42\x25\x5a\x74\xe6\x42\xbf\x4a\x99\xb4\x31\x83\xdd\x94\xd2\x1c\xc5\xc7\x80\x5a\x0c\xcf\xa5\xd5\x1e\x4a\xff\xdc\x59\xc6\x61\xc3\xc0\x39\x7e\xff\xd9\x88\x1e\x7f\xae\xf1\x3b\xd2\xe3\x00\x34\x4c\xad\x87\x07\xda\x82\x47\x0f\x4f\x3c\x8f\x31\x56\x08\xd8\x87\x29\xfb\x51\x3d\x89\x47\x91\x4f\x58\x24\xf2\x82\x13\xb9\x92\x86\xe4\x2f\x6c\x28\x6a\x67\x26\x01\x43\x8f\x4c\x55\x12\x04\xb5\x8b\x64\xb5\x36\xf7\xc9\x20\x75\xaf\x72\x63\x8e\x0a\xe4\xd5\xcb\x44\x44\x74\x36\x1d\x03\xb0\x4c\xf9\x63\x93\x2d\x6a\x9f\x3a\x7c\x76\xe9\x0a\x01\x6d\x6e\xcc\xf2\xea\xf7\x81\x2d\x68\xc0\xc8\x68\x22\x01\xc9\x84\xad\x54\xca\xe5\x6a\x3a\x9d\x32\x51\x44\xd3\x57\xa3\x16\x3a\x35\x18\x66\xdb\x1c\x00\x36\x55\x4a\x8b\x74\xeb\x28\x58\x5c\x89\x82\x19\x66\xa8\x50\xd1\x09\x86\x3c\x5a\x96\xff\x6d\x3d\x12\xfd\x65\x03\xf7\xed\x37\xd5\xd1\x05\x70\x1d\xed\x80\x4c\xcf\x88\x96\xf0\xfb\xed\x37\xaf\xbd\x0a\x3a\x3b\x38\x60\x95\x1c\x5b\xa5\xf8\xb3\xea\x12\x9d\xde\x8b\x19\xad\xb5\x25\xa2\x91\xd8\xab\xb2\xab\x2b\x62\x51\x2b\xb6\x3b\xa0\xce\xae\xa7\x64\x6e\x64\xb5\x5c\xcb\xbe\x6b\xd9\x16\xb5\xe9\x1e\xbd\x2d\x76\x2b\x07\xb4\xbe\xd0\xc8\x6a\x44\x5f\x36\x3c\xc6\x75\xc2\x82\xa6\x74\x0b\x37\x2e\x57\x9b\x08\x91\xe5\x38\x88\x8c\x57\x02\xff\x50\x25\xe3\x33\x07\x8e\xde\x27\x48\x14\xe8\x42\xe5\x7c\x25\xd8\x46\xc4\x49\xb9\x69\x35\x36\xae\xbb\x87\x60\xcd\x54\x5a\x6e\xba\x89\xd6\x0e\x75\xa0\x7d\x27\xf1\xbf\xce\xe1\x71\x83\x1d\x68\x2f\xaf\x6e\x05\x5c\xa8\xbf\x18\x06\xa7\xb1\x36\x27\x65\x9e\x68\xa0\x04\xdc\xa7\x28\xcd\x35\x83\x4d\x43\xb6\x6e\x9b\x61\xf8\xb5\x32\xbb\x27\x36\xbb\x43\x3f\xd1\x38\xab\x90\xe2\xeb\x3e\x14\xea\x08\xb6\xd1\x73\x04\xf2\x20\x7b\x65\x55\xc1\x6d\x0c\x88\xba\x09\x62\x03\x0d\x12\x0e\xa0\x50\x6c\x69\xcb\x9c\x1e\x44\x40\x1c\x15\x03\x85\xf7\x13\xb2\x90\xfc\xf4\xbd\xb6\x88\x01\x02\x75\x78\x8f\xa5\xf0\x0f\xc1\xdc\xc0\xe3\x77\x16\xcb\x83\x6f\x88\x4d\x00\xbd\x53\xcc\x65\xd1\xda\x80\x87\xba\x41\x5b\xf8\x93\x9f\x79\x99\xb6\x7f\x9d\xda\x87\xaf\xa2\x1c\xd0\xd9\x2f\xb7\x0c\x87\x9a\xc8\x9e\xf3\xbe\x8e\x06\x8d\xec\x46\x13\xc1\x70\xcd\xf7\xf0\x04\x2b\xf3\x80\x83\x6e\xd9\xbe\xcd\xb0\x8b\x22\x5a\x7b\xcf\xa3\xaa\xeb\x4b\x5a\x6f\xf4\x9e\x1b\x4f\x5f\x8d\x40\xcd\x10\xf1\x96\xac\xa4\x0a\x95\x17\x94\x14\x90\xa4\x31\x06\x48\x85\xcd\xb2\xa4\xd8\x0d\x2b\x1a\xc9\xe9\xb4\x6b\xa9\x15\x0a\xe1\x22\xf4\x9e\x95\x5c\x1b\x5c\x29\x12\x64\x82\xb1\x98\x4c\xbc\x13\x91\x74\x58\x9d\xd6\xb8\x5a\x5b\x3f\x93\xd5\x47\x35\x06\xc9\xe2\x7e\x92\x5c\x20\x1b\xa9\x36\xde\x5b\x91\x3c\x9a\x8d\xda\x5c\xd6\x6e\x81\x82\x05\x68\xae\xbd\x99\xc4\x6e\x07\x94\xa6\x0f\x62\xab\x43\x9d\x32\x5a\x51\xac\x6b\x41\x26\xe6\x7d\x68\xbe\x76\x4f\x05\x0c\xdc\x3c\xd0\x5d\x1f\x76\x96\xe1\x43\xdf\x9b\x1f\xf7\x00\x0a\x1b\x8d\x9b\x35\xe8\xeb\xc8\x7c\x4c\x91\xcc\x84\x1f\x67\x9a\x43\x8f\x19\x6a\xd1\xe4\xf7\xe1\x59\xb8\xf8\x9a\xfb\xed\x4c\x12\xeb\x71\x70\xc8\x19\x83\xd3\x9c\x36\x2a\x6e\x45\xae\xd5\x6d\x85\x98\x03\x88\xe9\x2c\x49\x5f\xf5\x91\x36\xef\x68\x65\x2e\x67\x12\x1e\x8d\xe5\x7f\x36\x86\xd7\xfa\xc0\x3d\x81\x68\x34\xb9\x9d\xe0\x33\x7f\x85\xa1\x81\x23\x6e\x36\x14\xbc\xc3\xdb\x4f\x24\xcc\xf0\x9d\xc9\x56\xdc\x97\x45\x7d\xdd\x5e\x9c\xdf\x5c\xdc\x7d\x31\x70\x9a\x45\x86\x8d\x46\xa7\xd9\x7e\xbe\xb9\x78\x7b\x76\xff\xee\x6e\xfe\xe6\xf2\xe6\x39\xe0\x69\xf4\xd1\x1e\xf8\xb4\x5b\x22\x53\x3f\x57\xb2\x10\x9f\x0f\x3a\x93\xf3\x52\xce\xf9\x88\x3a\x09\x27\xa7\xd0\xe7\xee\x60\xa3\x4d\x32\x78\xc7\xd4\x4e\xcc\x80\x78\xa2\x39\xee\xf7\xa5\x0f\x1a\x2e\x93\x34\x85\x22\x4b\x17\x5e\xa7\x92\x24\x33\xa8\x60\x7f\x2c\x19\x22\xd9\xd4\x99\x5c\x54\xb8\xfa\x21\xe4\xb7\x36\x97\x60\x2c\xaf\xcc\xcc\x00\xe4\x09\x14\xaf\xf5\xf1\xc5\xaf\x12\x29\x7c\x37\x50\x9c\xb6\x94\xac\x93\xe4\x97\x26\xf1\x39\x6b\x68\xc9\xf1\x1a\xea\x6b\xda\x15\x57\x59\x9f\xd6\xfd\xb4\x1f\xba\x37\xc4\x4d\x9c\x48\x74\x4c\x2b\xbb\xf9\xb6\x7d\xe9\x9e\xfa\x2d\x00\xe3\x6e\x66\x92\x43\x0e\x02\xf4\x5f\xfd\x44\xd2\x44\xa0\x8e\x8c\x4f\x4e\x3c\x24\x88\xa2\x51\xcb\xda\x38\x1b\x53\x68\xc6\x3a\x81\x4c\x05\x27\xde\x88\x28\x2d\x75\x21\x72\x0a\x9b\x9c\xfd\x72\x3b\x93\x3f\x98\xe3\xeb\x15\x9d\x42\xa4\x35\x82\x8f\x40\x0c\x87\xaa\x3c\xdf\x7a\x28\xa1\x05\x7b\x89\x31\xea\x8d\xe0\x52\xa3\x36\x77\x9a\x8a\xdc\xaf\x0c\xec\x8f\x10\x31\xe9\xb3\x01\x51\xa6\xff\x3d\xc9\x33\x2b\xd8\xb5\xa6\xbf\xf4\x29\x09\x14\xd7\xd7\x53\x57\x0d\x2f\xc0\x53\x9f\x73\xe5\xb4\x54\x49\x0c\x5d\x45\x84\xec\x6d\x5d\x44\xd5\x9a\x85\x41\x6b\xe9\x0e\x9b\xfb\x75\x29\x1d\x71\x29\x0d\x38\xd7\xc3\x53\x82\xad\x95\x31\xa0\x4e\x88\xc3\xa7\x99\x1d\x87\x40\x0a\xf8\x27\x33\x8c\xad\xa7\x4e\x4d\x8c\xee\x80\x53\x07\xd5\xe7\x0e\x83\x73\x9e\xb5\x90\x95\x78\xd5\x23\x9b\xdb\xe9\xd5\xb9\x7b\x1e\x52\xb0\x33\x8b\xb7\x93\xaa\xb0\xe5\xfd\x0e\xe2\x46\x78\x3d\xf3\x05\xc7\x2b\xd1\xdb\x47\xe2\x6a\xb0\x5e\xca\xfc\x40\xad\xa8\xbb\x10\x17\x58\x29\xe1\xc4\x5e\x84\x72\xb3\x84\x5f\xf6\xf4\x0a\x63\x16\xdf\xfe\x6a\x84\xd5\x35\xe7\xa8\xfa\xf6\x02\x3b\x5c\x5d\x5f\x5d\x84\x50\x85\xcb\xab\xbb\x8b\x3f\x5e\xdc\x54\x8a\x7f\xdf\x5d\x9f\x55\x0a\x78\x6f\xef\x6e\x6a\x75\xbb\x3f\x5c\x5f\xbf\xbb\x68\x60\x1e\x2e\xee\x2e\xdf\x57\x1a\x7f\x73\x7f\x73\x76\x77\x79\x5d\xf9\xde\x0f\x97\x57\x67\x37\xff\x19\xfe\xe5\xe2\xe6\xe6\xfa\xa6\xf6\xbc\xfb\xf3\x7e\xf4\x44\xe5\x35\xda\xc3\x3f\x3e\x39\x1b\xb0\x16\xb6\x6e\xe3\xaa\x5a\xe3\x01\xbb\x78\x20\x08\x6b\xd7\x72\xb4\xb5\xbd\x71\x48\x66\x8e\x1b\xc3\x74\x75\xd4\xaa\x3b\xbe\xbc\x64\x65\xe8\x32\x7e\x98\xd9\x33\xa7\xda\xfc\x18\xa0\xb8\x5e\x07\xd0\x3d\xa5\x16\xb8\xd5\x05\x14\x40\xe1\xd0\x66\x90\xc1\x5a\xf1\x4e\x71\x15\x19\x3f\x7b\x4f\xed\x33\x76\xf5\xd3\xb3\xe4\xec\x20\x1b\x39\x16\x75\x42\x5f\xa7\x83\x87\xd9\xca\xe4\x24\xb6\x8e\x82\xfd\x30\x38\xb8\xe1\x35\xcc\xca\x09\x96\x63\x97\x0e\x60\x7b\x8d\x43\x3f\xb1\xd5\xd8\xfe\xd3\x43\x9a\x7d\xaf\xf1\x3a\x8c\xe8\x37\xb0\xd1\x8c\xe9\xf7\x1d\xd7\x0f\x63\xfb\x4d\x0f\x69\xf6\x1b\xdc\xbe\xbd\xfa\x0d\x01\xef\xa2\x9d\x73\x63\x84\x11\x0b\x9b\xa9\x76\xcf\x15\x04\xbb\xaf\x04\x72\x9b\xc3\xfa\x68\x36\xc0\xf3\x5e\x2f\x33\x3e\x3c\x91\x01\xbd\x71\xdb\x95\xd7\x08\x9b\x6f\xe1\x53\x78\xc3\x45\x2e\xf8\x43\xac\x9e\x68\x3e\xea\xc8\x50\x36\xc8\x9a\x57\x07\xc8\xd8\x70\x7b\x44\x80\x48\xb7\x79\x24\xa2\xd4\x7c\xf3\x00\x93\x4b\x88\x72\x18\x7d\xb0\x40\x27\xb2\xce\x5a\x02\x3c\x31\xd2\xcf\xce\x4c\xa2\x37\xdf\xa6\x35\x69\x66\xd5\xf4\x88\x78\x06\xe0\x55\x9d\x0f\x8d\xc9\x75\x1d\x4c\x2c\xd5\x32\x94\x39\x80\xe9\x16\x39\xdc\x99\x60\x40\x12\x09\xc1\xe4\xdc\x5c\x78\x72\x11\x25\x5a\x04\x7a\x3b\xad\x27\xf6\xa7\xc3\xd8\xf9\x0b\x5e\xb4\x86\x5d\x07\xc7\xc3\x79\x54\x94\x3c\x65\x9f\x4a\x91\x6f\x89\xdc\x0c\x63\x95\xf8\x97\x88\x4b\x2c\x9a\x28\xc4\x26\x83\x12\xe0\x10\xed\x3f\x93\xbf\x00\x50\x02\xa7\xe0\x85\x66\x7f\x04\xc8\x83\xfd\x32\x1d\xc2\x1b\x5e\xc0\x59\xfc\x67\x7c\x86\xfb\x6c\x3a\x93\x15\xfd\x8a\xe0\x57\x15\x29\x8b\xe9\x4c\x5a\x02\xf9\x58\x45\x7a\x0a\x37\xbe\xa9\xca\x57\xa7\x24\xbd\x6a\x16\xbb\x7a\x58\x28\xf5\x70\x2a\xe4\x29\xc4\xa4\x8a\x53\x5e\x16\xea\x14\xe0\x52\x38\xff\xfa\xd4\x2a\x34\x5a\x89\x4b\x7d\xba\x4e\x1e\x05\xfc\xbf\xe9\xba\xd8\xa4\xff\xa6\xb3\xf5\xe7\x93\x55\x9a\x9f\x98\xdf\x9e\x84\xbf\x3d\xb1\xbf\x3d\xb1\xbf\x3d\x31\x3f\xc3\xff\x97\x6d\x31\xbd\x23\x3e\x73\x73\x96\x4d\x66\x32\x91\x5a\xe4\x05\x78\x3f\x4f\x79\x52\x78\xa1\x90\x2d\x7b\xf1\x3f\xff\xc3\xa6\x39\x7f\xc2\xf2\xb9\x37\xbc\xe0\x1f\x30\xbe\xf8\x8f\x7f\xbc\x80\x84\x2a\xd6\xb7\x64\x3c\xff\x54\x8a\x62\x26\xb5\x30\x9b\x90\xfd\x7f\x33\x09\x19\xd8\xcd\x76\x5e\x60\xdc\x15\x63\x90\xb1\x66\xff\x81\x6d\x5e\x22\xd1\x5f\xac\x4d\x4b\x1d\xc8\xfa\x84\xa7\x2d\xa2\xbe\x1d\x21\xfa\x4f\xe9\x1b\xfa\xfe\x88\x6d\xfd\x29\xad\xee\x6a\x2b\x55\xa1\x3f\xa5\x70\x80\xa6\x8a\x5b\xb0\x16\x73\x8b\x17\xee\xc9\xd4\xb9\xb6\x3d\xd2\x80\x06\x3c\x6b\x9a\xbe\x7d\xaf\xdc\x22\xd9\xb0\x8d\xdc\x37\xcc\x08\xe4\x0a\x7c\x1e\x02\xb2\xe7\x89\xd9\x21\xb7\x18\x09\x05\xcf\x0d\xdf\x1c\x7c\x52\x4a\x9d\xbb\xf6\x30\x70\xa1\x7f\xff\xfa\xf4\x74\xc2\x56\x1a\xfe\x67\xf1\x09\xfe\x07\xd0\x43\xc7\xe2\xcb\x6c\x0c\xa6\x03\xc2\x35\x67\x79\xf7\x4c\x1c\x03\x45\xf7\x25\x28\x9a\x6b\xcb\xf4\x87\x52\xc6\xa9\xf0\xd5\x80\x95\x94\x48\xaa\xac\xa8\x38\x06\xc6\xea\x62\x18\x30\xc7\x0b\x11\x71\x63\xf8\x1a\xcf\x46\x70\xa9\x5a\x16\x42\x62\x34\x2c\xf7\x5a\x59\x1c\x23\x57\xe0\x16\x03\x14\x92\x17\x04\x39\x17\xf0\x47\x78\x08\x70\x1e\x4f\xea\x1f\xb1\xad\x2a\x89\xbe\x17\x48\x29\x63\x11\xa5\xc0\x91\x6e\xa9\x46\x58\x2e\x8a\x32\x97\x8c\xb3\x8c\xcb\x98\x6b\x58\x81\xcb\x1c\xb2\x9d\x39\xe3\xcd\x8e\x4e\x10\x8e\xab\xca\x02\x08\x74\x10\x59\x10\x8e\x04\xf2\x2b\x07\x7d\x9e\x04\x9d\xc0\x33\x01\x68\x5e\x1b\x3f\x9c\xce\xa4\x55\x73\x22\x2c\x1c\x46\xca\x22\x95\x6d\x89\x1e\xa5\x3e\xe8\x89\x8d\x9c\xd1\x70\x4f\x3c\xde\xa4\xfe\xdd\x09\x4b\xaa\xa9\x35\xa0\x72\x2e\x02\x3d\x5a\xab\xe8\xfb\x52\xc8\x48\xc5\x22\xd7\xaf\xcc\x36\x4c\xdc\xbd\x03\xfd\x87\x44\xfb\xc9\x00\x2b\x65\x0e\x37\x8a\x16\x9a\xe6\x9d\xe6\x89\x19\x9d\x0a\xf9\x6f\x9b\x9f\xb3\x7b\xab\x7c\xeb\x28\x98\xb6\xfe\xd2\x7f\x7e\x51\x44\x4c\x88\xeb\xb4\x77\xce\xfd\x43\x10\xb8\x65\x43\x8b\x8b\x8d\xa2\x8f\x43\xce\x89\x15\xff\x4c\x0a\xd0\x17\xcb\x85\x2e\x66\x92\x4e\xe0\x09\x5b\x0a\x6e\xfc\xbc\x09\x8b\xf4\x23\x1a\x63\x3c\xee\x8b\x27\xe5\x31\x38\x56\x39\x02\xc0\xb0\x95\xc6\x7d\x90\x18\xbf\x06\x88\x02\x1e\x15\x08\x30\xe8\xd4\x89\xb6\xae\x0a\x0c\x56\xab\x41\xdc\x63\x1c\xac\x10\x41\x5d\xf4\x27\xd4\xc1\x80\x91\xd8\x62\xa2\x98\xd5\xfb\x81\x1f\x18\xc3\x83\x6f\x87\x30\x90\xc0\x38\x82\xc7\x4d\x58\x5a\xdc\x67\x3e\x87\x1b\xb2\x41\x43\x6c\xa6\x6b\x53\xf5\x0c\x04\x74\x60\xbf\xb8\x85\xf9\xe9\xce\x80\x95\x16\xb9\x55\x49\xc0\x77\x45\x36\xba\x75\x92\xc7\x27\x19\xcf\x8b\xad\x5d\xbe\x69\xb2\x00\x72\xf5\x34\x79\x10\xec\x2c\xcf\xd5\xd3\xb1\x47\xa1\xd3\xb4\x74\xdd\xb0\x0f\x41\xb2\x8f\xbd\xe5\xb7\x72\x51\xd6\xc3\x1d\xfb\xf1\x5e\x76\x05\x3e\x5a\x9f\x93\x8b\x22\xdf\xce\xcd\x42\xdc\x64\x9d\x96\x62\x50\xd1\xc4\x70\x27\x77\x1c\xa5\x66\x2d\x84\xd1\x49\xa9\x59\x99\xd5\x6f\x87\x52\xb3\x85\x2d\xb3\x49\xa9\x79\x79\x75\x79\x77\x79\xf6\xee\xf2\xff\xd6\x5a\xfc\xe5\xec\xf2\xee\xf2\xea\x8f\xf3\xb7\xd7\x37\xf3\x9b\x8b\xdb\xeb\xfb\x9b\xf3\x8b\x7e\x8e\x9c\x66\xef\xbd\x0b\x7e\xc2\xc2\xe7\xbc\x66\x77\x01\x50\x03\x8b\x0d\xc8\xff\x26\x75\x41\x58\x55\x66\x33\x27\x72\x35\x81\x8d\xfa\x9a\x5d\xe4\xf9\xe5\x86\xaf\xc4\x87\x32\x4d\x01\x4e\x85\x95\x3d\xe7\xb9\x80\x8b\xe7\x84\x7d\x50\xf1\x65\xf0\x3b\x28\x47\x6c\x7d\x0d\x78\x3e\x8f\xe3\x5c\x68\x8d\x8f\x9f\xd0\xf3\x03\xf0\x90\x2b\x75\x24\xf0\x1c\x7f\xe4\x49\x6a\xee\x6f\xaf\xd9\x0f\x3c\x7a\x50\xcb\x25\x96\xcf\x4c\x5c\xe1\x14\xfb\x54\xaa\x82\x33\xf1\x39\x02\x5e\xa8\xf6\x75\xf2\x4e\xad\xbe\x02\x54\x79\x40\x7a\xaa\xe3\x92\x02\x2a\x52\xf3\xf6\xe3\xbc\xdd\x10\xd0\x5b\xbe\xc7\x9f\xbe\xc5\x5f\xb6\x07\x28\x8b\xf4\x08\x95\xe2\xef\xd4\xaa\x5d\xd3\x03\xbc\x6b\x12\x22\xa1\x44\x42\x44\xbc\x13\x6a\xc5\x74\x22\x1f\x66\xf2\x97\xb5\x90\x4c\x95\x39\xfe\x09\xae\xf9\xc6\xcd\x4c\x4b\xbd\x16\x20\xf2\x39\x61\x4f\x82\x6d\xf8\x16\xdd\x66\xb8\x13\x38\x21\x02\x58\x32\x70\x8a\x98\x5f\xa7\x89\x34\xd6\x22\x4b\x6c\x5d\x42\x7d\xea\x8f\x71\xe3\xb2\xac\x68\xfc\x70\xd2\xd2\xbe\xf3\xb4\x82\xcf\x83\x50\x99\xc7\x4d\x5a\x80\x10\x59\x6e\xd0\x39\x54\xea\xa1\xcc\x3c\x7f\xe2\x0b\x9b\x9c\x84\xe1\x7e\x54\x49\xcc\xe2\x32\x4b\x93\xc8\xd9\xdd\x27\x95\x77\x92\xc4\x62\x01\xcd\xf0\x53\xa7\x5e\x16\xd6\xf7\x62\x2d\xd5\x39\x01\x92\xae\x87\x2e\xf6\x99\x09\x73\x59\x22\xa3\xb4\x04\x05\xa7\x52\x8b\xfc\xa4\xc8\x93\xd5\x0a\x1c\x70\x5b\xeb\xf7\xed\x33\xea\x7a\xc6\xbe\xc3\xcb\xda\xc2\xa2\xf3\x54\xad\x92\x88\xa7\x21\xb8\xd9\xa3\x22\x1c\x65\xa7\xdd\xf6\xa4\x6f\x09\x75\x10\xb6\x43\x9d\x64\x40\x59\x2e\x80\x35\x76\x0e\xa6\x7c\x4e\xe6\xee\x90\x7e\x2f\x99\xb9\xa0\x63\xbf\x42\x42\x4d\x9b\x5e\xb0\x27\x9c\x7f\xb6\x15\x39\x42\x59\x7f\x10\x40\x66\xea\x49\x8a\x1c\x3c\x58\x80\x7d\x98\x37\x95\x0a\x7c\x13\x27\x7c\xe4\xf0\xc9\x56\xf8\x6b\xe9\x80\xd8\x58\x39\xbb\x4a\x1e\x85\xfc\xf2\x0c\xc8\xc1\x03\x22\x1e\xad\xc5\xdc\xfa\xe5\xc7\x36\x59\xee\x00\x18\x69\xac\xac\x02\x41\x68\x4a\x5d\x7a\x13\xae\x4e\xd8\xe3\xa6\xed\xc2\x44\x62\x4f\x45\x96\xe9\xc4\x3c\x16\xd1\xc3\x17\x37\xcd\x1e\x64\x65\x3b\xc2\x38\x7b\x23\xa2\x07\x76\x7f\x73\x89\xd5\xc0\x49\xc1\x8c\x29\xd0\x6b\xaf\xa8\xd2\x79\x77\x2b\xf8\xea\x19\xc8\x8d\x86\x4a\xc2\x78\x5e\x73\x27\x84\x65\x3a\x44\x80\x28\xa8\x97\x34\x46\x92\x6a\x69\x00\x08\xc6\x0b\x2b\x14\x02\x81\x78\xa6\x37\xa0\x0b\x52\x16\x81\x98\x56\xca\x17\x22\xed\x60\xf9\xcb\x54\x3c\xb7\x79\x92\x43\xc1\x3c\x8d\xb6\x6c\x1c\x83\xb2\x8e\xb6\x8e\x81\x1b\x8f\xf5\x8e\xbe\xc8\x1e\xbe\xd7\x01\xbd\x86\x0a\xc9\x86\xe1\x5e\xcf\xb5\xa8\xa9\xcb\x27\x4b\x52\x2f\xc1\x82\x7e\xd0\xe9\x36\xf6\xd2\xb4\xf4\x41\xc5\x04\xd3\x73\x7c\x5e\xc6\x0b\x12\x14\x3d\xf1\xb8\x8a\xb0\x0b\x4e\xcb\x5c\x43\x6c\x40\x17\x82\xc7\x4c\x2d\x29\x9a\x98\x65\x69\x02\x34\xb2\x31\x32\x56\x03\x7b\x86\xae\xa2\xe3\xc3\xd6\x6c\x67\x03\x92\x8f\x0f\x16\x88\xd7\x9b\x6f\xf4\x49\x2e\xf3\x5e\xd5\x20\x77\xdd\xa7\x3a\x54\xa7\xcb\xd5\x23\xed\x7b\x85\xee\x8f\xa6\xad\x52\xb5\x80\x81\xea\x06\xc5\xf5\x18\x68\x63\x9d\xf2\x24\x1e\x73\xbc\xdb\x31\xb9\x76\x3f\xed\xeb\xe0\xb5\x8d\x74\xb8\x27\xd9\x69\x66\x44\xf2\x1d\x66\xf0\x6b\x65\xec\xbb\xee\xda\x90\x20\xd4\x2e\x43\xe8\xbc\xf1\x82\x28\xee\x61\x57\x38\x73\xdc\x71\xad\xae\xbe\xcb\x41\x13\xdd\x24\x46\xd9\x31\x96\x9e\x4b\xa5\x7f\x92\x0f\x60\xb7\xc0\x9d\xeb\x28\x2e\xc6\xf0\x14\xdb\xa9\x43\x8c\xaf\x19\x4f\x3f\x89\x95\xe2\x8b\x41\x33\x5a\x1f\x77\xbb\x8b\x0f\x19\xf2\xe7\xd8\x51\x65\xa1\x7c\xc8\x1f\xde\xe7\x12\xf8\x33\xc3\xb2\x2e\x30\x1b\x97\x71\x07\x5c\xc0\xfa\x60\x76\x6b\x8e\x00\xa1\x8e\x82\xc1\x66\xb9\xb0\xc9\xa3\xad\x28\x5c\x71\x7f\x6a\x75\x9b\x20\x37\xe2\xde\xba\xca\x6e\x62\x09\x0c\x1c\x23\x15\x64\x32\xc8\xdf\x8b\xd4\x26\x53\x12\xb0\x29\x58\xaa\x34\x93\xd4\xb8\x55\xdf\x75\xe9\x95\x4a\xbd\xdb\x84\xa2\x5a\x58\x3d\x21\xb4\x4a\x1f\x29\x8f\x16\xd0\xde\x83\x6e\x97\xe9\xe0\xb9\xb9\x20\x98\xeb\x30\x24\x78\xc9\xbc\x03\x1c\xbc\x26\x41\x9b\x8b\x55\xa2\x0b\x11\x96\x08\x86\xbf\x3f\x9a\x5a\x60\xe5\x06\xdd\x37\xf4\x9d\x6a\x81\xbb\x5c\x61\xb3\x6b\x47\xf4\x67\x9b\x89\xf8\xd2\xfd\xae\x7f\x31\xd4\xaa\xb8\xbd\x91\xa8\x9c\x02\xb8\x06\xf0\x0a\xa0\x91\xef\x49\x3b\xc2\x7a\x37\x49\xc4\xc4\xc3\x3d\xaa\xcd\x4c\xd1\xaa\xe4\x39\x97\x85\x10\x7a\x26\x29\xfb\x88\xbc\x65\x21\x35\x47\x0d\x0d\xe7\x1c\xdc\x48\xe9\x02\x69\x80\xe0\x27\x4b\x9e\xa4\x65\xde\x79\xe7\xc4\x55\xb9\x17\xf7\x40\xdf\x28\x9d\x43\xb3\xac\x6d\xd2\x5c\x15\x6b\xb0\x8b\x1c\x75\x46\x3d\x77\x58\x2d\xf2\xec\x78\x05\x6b\x72\x87\xcf\xb7\x0b\x38\x76\x14\xb6\x7e\xaf\xe7\x99\x1a\x61\xf1\x7e\xfa\x5e\x7f\x50\x1d\x25\xc1\xfa\x53\x23\x30\xd6\x93\x43\xff\xd4\x45\xe1\xcf\xf5\x03\xa4\x9f\x76\xdd\xc7\x77\x07\xd9\x7f\xff\xbb\xdd\x49\xaa\x4e\xdb\x05\xab\x76\xcd\x65\x9c\x9a\x7b\x2a\x2f\x6a\x27\x90\x07\xfb\x1a\xbf\xb8\xb0\xc6\xb1\xbb\xb2\x0b\x0a\x25\xe6\x51\xa3\xca\x6e\xd7\x38\xd5\xca\xf3\x7a\x01\x75\xb5\xa7\x54\x8b\xe6\xda\x8a\x35\xfc\xc9\x4e\x32\x93\x6e\xc3\x76\x2f\xc1\x65\xb2\xfa\x06\x2e\x59\xef\x9b\x96\x32\xa2\xad\x48\xe7\x97\x43\x7e\x1f\xb8\x19\xa1\xc8\xc6\x18\xb3\x90\xa7\x77\x26\x49\x85\x16\x33\xaf\x90\x72\x43\x2e\x2a\xcd\xbe\x73\x95\x97\xdf\xfd\xbb\x65\x22\xda\xb2\x25\x8c\x35\xd0\x7d\xa9\x28\x2a\x73\x48\x8b\x52\xe8\x86\x09\x3c\x9b\xf4\x28\x92\x0d\x38\x91\x1d\x98\x05\xdd\xa7\x36\xef\xc1\xc5\xea\x2a\x2f\x75\x07\x21\x1a\xd4\xd3\x75\x67\x21\x09\xbf\xe4\xba\x60\xba\x10\x59\xab\x55\xaa\x38\x5d\x55\xc9\xe8\x03\xdc\x2e\x2f\x58\x3d\xd0\xd7\x1d\x61\xa3\xcf\x82\xeb\xf4\x9f\x6e\xaf\xaf\x58\xc6\xb7\x80\x0b\x2b\x14\x69\x7d\x03\x19\x63\x7d\xff\xee\x9a\x81\xea\xcb\x57\x37\x1b\x8e\xa9\x05\x98\xb6\xc7\x6e\xb9\xd3\xf2\xaf\xd9\x21\x58\x33\xb4\x24\xcd\x56\xce\x55\x7a\x92\xa5\x5c\x06\xd0\x5f\x3d\x65\xb5\xc7\x87\xb9\x5e\x97\xf5\x21\x34\x0d\x74\x00\xc2\x29\xb4\x16\xf2\xb2\x15\x1c\x5a\x55\xc1\x3e\x28\xbd\xdb\x69\x23\x7a\x41\x6f\xef\x91\x4e\x9f\x47\x66\x9b\x20\xb3\x80\x4d\x59\x3b\xd4\x03\xd7\x00\x48\x1c\x31\x51\xfd\x92\xdd\x33\x69\x15\x59\xd5\x93\x66\x31\x72\x2f\x94\x89\x5e\x43\x7c\x12\x13\x02\x00\x0e\x22\xfb\x82\xc8\x85\x9c\x4b\x6d\x26\x14\x62\x9a\xe2\x51\x50\x60\xa3\x92\x8c\xbb\x7c\xf3\xce\xe5\xf7\x71\x92\x48\x06\xac\x63\xe8\x03\xc7\xec\x90\x0b\x4c\xab\x86\xf4\x6e\x8e\xfb\xf7\x3c\xeb\xab\x1a\x3b\xb8\xc5\x5d\xb3\xe4\x98\x67\xea\x5e\x27\xa8\xdb\x82\x32\x50\xa5\x74\x2c\x1c\xbd\x7b\x79\xa0\xf9\x69\x25\xbd\xde\xcd\xaf\x3f\xf8\x12\x36\xac\x12\x70\x84\xed\x09\x48\xe0\x1c\xb6\xc6\xf9\xcb\x66\x97\x83\xee\x0a\xb0\x57\x61\x24\x6d\xca\x6e\x85\x60\x1f\x61\xa4\xcc\xc3\x3e\x92\xae\x17\xc0\x05\x0b\x9e\xb4\xca\xae\xc0\xb7\x2f\xe5\x52\x1d\x66\x0c\xf2\x55\x03\x8e\x76\xd0\xa8\xb4\xf7\xf3\x50\xc0\x1b\x94\x32\xca\xe7\xad\xbf\x6f\x7d\xaf\x1d\xf0\xb6\x0f\xfe\x4e\x4e\x55\x79\xb6\xa7\xe6\x7c\x86\x29\xde\x87\xe1\xa9\xb6\x48\xcc\x5b\x4e\x90\xb5\xf8\x41\xaa\x27\x89\xbe\x00\x3d\x89\xbd\x34\xfb\x0f\x0e\x30\x0c\xa0\xa2\x5b\x50\xa2\x35\x7c\x05\x34\xca\x67\xee\xdf\xec\x16\x73\x45\xd8\x67\xd0\x09\xd1\xe0\xfc\x90\xc2\x07\x58\xf3\x97\x67\x13\xf6\xc3\x84\x9d\x4f\xd8\x74\x3a\x7d\x35\x61\x82\x47\x6b\xdb\x23\xfc\x09\x22\xc7\x0a\xbe\x32\x6d\x93\x72\xc2\x32\x78\x00\x88\xee\x98\xc3\xca\xb2\x85\x71\xff\xad\x20\xf2\x60\x5f\x01\x6b\x18\xa9\xe0\x82\xf2\xea\xd1\x5a\x25\xbe\x53\x00\xd1\x14\x91\xca\x2d\xc8\x53\x17\x2a\xb7\x80\xb5\x47\x9e\xf3\x44\x42\x69\x37\x6f\xc2\x75\xe9\xc9\x01\xb9\xb3\xf8\xcc\x37\xf0\xfe\x89\x74\xfc\x96\x66\x98\xee\x5c\xff\x8b\x6d\x46\x01\xe9\xa7\x3c\x29\x0a\x73\x3a\xeb\x99\xbc\x65\xaf\xff\x83\x9d\x65\x59\x2a\xd8\x19\xfb\x3b\xfb\x81\x4b\x2e\x39\xfb\x81\xfd\x9d\x9d\x73\x59\xf0\x54\x95\x99\x60\xe7\xec\xef\x66\xd8\x4c\x7b\x57\xca\x1c\x87\xdb\x09\xe3\x4c\x96\x29\x9e\xfa\x2f\x2d\x18\xec\x95\x7b\x2f\xee\x67\x67\x21\x8a\x27\x21\x24\xd3\x6a\x43\x47\xe1\x5f\x5c\x4e\x42\x27\x72\x95\x8a\x82\xd6\x43\x15\xb6\x87\x0f\x38\x81\x37\x7d\x3d\x93\x2e\x96\xf7\x17\xd3\xe3\xbf\xb0\xbf\xb3\xab\x32\x4d\x4d\x97\x8c\xa1\x31\x0b\xe9\x35\xb3\x65\x14\x42\x4e\x9f\x92\x87\x24\x13\x71\xc2\xa1\x90\xc2\xfc\xeb\xf4\x0e\x66\x7b\x5e\x7a\xce\xbc\x70\x4f\x3b\xed\x95\x43\x4c\xcf\xb3\x14\x65\x3b\x09\x1e\x3b\xf9\x3d\x37\xbf\xea\x4f\xc7\x7b\x44\x9e\x29\x94\xf6\x03\x39\xac\xa8\x9b\x13\x4a\xfd\xec\x65\x02\x6a\x87\xad\x6d\xab\xe5\x28\x08\x0f\xf5\x43\x8d\x2c\xe8\x56\x1d\xfd\x0e\x39\x40\xc6\x67\xa8\xc9\x6d\x88\x90\x54\xca\xdc\xc1\x97\xf4\x54\x3f\x83\xb2\x42\x4e\x7c\xe4\xe7\xaa\x70\x57\x65\x88\x55\x32\x48\xe1\xac\xd6\xd9\x7b\x8a\x5d\x60\x81\x9a\xd9\xa6\x49\x7a\x6a\xb6\xea\xe9\x95\x92\xe6\xda\xaa\x93\x15\xd2\x13\x01\x8c\x08\xa5\xc1\xac\x53\x70\x57\x75\x59\x83\x2d\x00\xfe\x81\xe9\x12\x42\xdb\x0a\x63\x05\xcc\x14\xa4\xdb\x99\x34\xbf\xa0\x13\x09\x60\xee\x89\x63\xb1\xc5\xa7\x59\x2d\x75\x7a\x16\x19\xe4\xa0\xf1\x96\x05\xd6\x57\x43\x7b\xc0\x82\xa3\x92\xad\x03\xa2\xe2\x57\x01\x83\x1b\xb5\x66\xe9\x3d\x30\xef\xb9\x10\xa9\x92\x2b\xb3\x2a\xba\x8c\x80\xda\xf0\xe4\x10\x60\x49\xd8\x05\x6c\xac\xb3\x07\xe6\xb0\xa4\xaf\xd0\x94\x98\x73\x32\x89\xfd\xfd\x5e\x97\x0b\xe3\x47\xb8\x88\xac\x3b\x0d\xe9\xe5\xba\x0a\x8a\x0f\xcb\x2f\xdf\x6b\x91\x03\xcd\x32\x22\x1c\x5c\xb4\x1f\x0f\x4e\x4f\xb6\x81\x6f\x34\x6c\x53\xf5\x02\x63\xdb\x43\x21\x94\x4d\x68\x94\x56\x0f\x58\x8f\x5f\x13\x23\xfb\x9c\x62\xf4\xad\xca\xf3\xf0\x3d\xd3\x1a\xfd\x69\xac\xba\xbc\x1d\xbd\x63\xc0\x07\x3f\xa1\xdc\xcb\x5c\x2d\x6d\x25\xe5\xf0\x33\xbd\x21\xb8\x33\x0c\xa5\x12\x92\x6c\x87\xc2\x34\xcd\x85\xd3\x59\x0f\x2e\xe7\x94\x91\x18\xd6\xd9\xfa\x80\x5d\xcb\xb7\xf8\xf3\x0f\x2a\x4d\xa2\x7e\xd0\x9b\x3d\xae\xd6\xea\xa9\x05\x45\xb4\x10\x80\x02\xa5\xf8\x0f\x75\x0a\x3d\xf4\x42\x44\x85\xcf\xb8\x35\x5f\xee\x7f\x35\xd0\x66\xf7\x1d\x1c\x23\xca\x6e\xd8\x40\xf4\xd1\xe5\xf0\xe0\x6c\x05\x82\x4d\xe0\x95\xc7\x58\x2b\xd4\xd2\x41\x6e\x3b\xe2\x14\x82\xae\x8c\x3c\x18\xe8\xa7\xb5\x4a\xcd\x5d\x4c\xc6\x44\x56\x3a\x93\x99\xc8\x23\x05\x00\x15\xac\x83\x57\x2c\x5a\x27\x69\xec\xc5\x5b\x5e\x02\xa2\x17\x70\x77\xaf\x48\xa1\x4e\xb8\x1c\xb3\x6d\xbe\xe7\xd4\xb5\xcb\xce\x6a\x64\x1f\x16\x81\x3a\x1e\x44\xaf\x6f\xd9\xff\x42\x50\x32\x1c\x0a\xa2\x17\xaa\x65\x0b\xcd\xa0\x57\xfa\x33\x2a\xc2\x0b\x2a\xd6\x4b\xab\x83\x69\x2f\x4e\x45\x6d\x5e\x69\x99\xd5\x87\x12\x48\x67\x11\x45\x85\x00\x12\x2d\xa0\x3b\x1b\xc1\xd1\x17\xf3\x14\x90\x34\xa9\x33\xe9\xf3\xa3\x2f\x74\xe8\x97\xb5\xce\x33\x72\xaa\x5a\x10\xe0\x84\xbd\xa8\xbc\xe8\x0b\x20\x25\x95\x0a\x9e\x47\x39\xac\xca\xd0\xc0\x72\x9d\xb0\xa4\x98\xc9\x44\xe3\xca\xcc\x45\x2a\x1e\x4d\xef\xc2\x60\x31\x61\x5d\xec\xdd\xd9\xbe\x36\xe0\xc8\xb9\x2d\x3f\x76\xd2\xea\xb0\x09\xf3\x90\xdc\x92\x43\x60\x3a\x16\xda\xf8\x8d\x20\xcb\x21\x3e\x9b\x0d\x90\x40\x2e\x04\xe1\x1f\xb1\x90\xb6\x7f\x80\x0a\x41\xfd\xd4\x99\xbc\x5c\x42\x0d\x28\x54\x9e\xc6\x31\xde\x42\xad\x50\x83\x63\x1a\x4b\x28\x38\xac\xe8\x4e\x6e\x27\x82\x04\x16\x71\x27\x89\x47\x91\x6f\x0b\x08\xea\xc2\xb8\x4a\xc1\x8b\x35\x4b\x8a\x09\x50\xc4\x59\x4b\x39\x93\x3c\x26\x75\x6c\x6a\xce\x0c\x0d\xac\xfb\x9e\x79\xa6\xcf\x17\xea\xb1\xcf\xb1\x3d\x14\xf5\x85\xbb\x3a\x4b\xb9\x9c\xe3\x09\xf2\x15\x70\x5f\x81\xf6\x65\x57\xaa\xb3\x5c\xcc\x1d\xad\xcd\x51\xfa\x19\xe8\x10\x87\x8a\xb4\xc6\x8f\xb5\x0f\x9a\xe0\x62\xf0\xb4\xd6\xf6\x7a\xe2\xe2\x34\x84\x2e\xc8\x99\xcd\xc0\x0e\xb7\x02\x1e\x12\xc6\x6b\x48\x04\xbb\x5a\x77\x61\xc2\xec\x0a\xf8\x56\xf1\x49\x43\x66\xbe\x76\x86\xd4\xa7\x7d\x3c\x34\xa6\xe1\x21\xee\x05\x8f\xd9\xd1\xad\xe7\x85\xc8\x74\xc6\x51\x9a\x50\x19\xfb\xb6\x41\xba\x0f\x8b\x27\x04\xc6\xe1\x5c\x98\xa7\x5d\xdb\x34\xbc\x87\xa9\x16\x6c\xe5\x31\x63\xd4\x60\xa7\x86\x46\x4a\x7c\xed\x35\xf4\x6b\xca\x2e\x25\xb3\xee\xde\x84\xbd\xc0\x85\xa5\x5f\x50\x08\x92\x04\x72\x29\x77\x1e\xd3\xee\xa1\x6a\xd5\x3a\x14\x03\x6b\x06\xfc\x76\xc3\x4c\x50\x2f\xb5\xe1\xb3\x8e\xcb\x0f\x09\xd4\x2c\xec\x53\x96\x8e\x59\xc4\x05\x36\x40\x87\x24\x5e\xbb\xb7\xe8\xb4\x2b\x1f\xcd\xf6\x2f\x6c\xf3\x5d\xec\x07\xfb\x43\x33\x44\x59\x49\xe7\xa9\xfd\x9c\xa9\x7c\x26\x6d\x6b\x14\x92\xd4\xa8\xa5\x54\x6f\x2a\x80\x50\x93\xcf\x1f\xac\x54\x00\x31\x58\xf9\x2c\x50\x65\xf3\xfc\xab\x75\x2b\x00\xa0\x88\x85\xf0\xd2\xde\x53\x76\xe6\x9f\x66\x1c\x0f\xb3\xc0\x37\x78\xcc\xd7\x39\x1a\xd3\xd4\x0c\x4a\x52\x58\x4a\xc8\xa0\xbc\x41\x97\x40\x6c\xba\x2c\x8d\x31\x0a\xd8\x5f\x67\xd2\x0c\x1e\x5b\x26\x80\xfb\xa5\x71\x99\xc9\xf7\x4a\xdb\x6a\x7a\xed\xc7\xc3\x62\x48\x69\xd8\x5e\x38\x15\x31\xfa\xc3\x1b\x38\xb4\x29\xe6\x5f\x93\x95\x87\xba\x16\xa2\xc4\xd8\xaa\x32\xf7\x2f\x15\x71\x39\x93\x7f\x35\xc3\x83\xa2\xce\x4e\x11\x5d\x2d\x71\x0b\xc3\x0c\x42\xb2\xe4\x23\x36\xfa\xf2\xdf\x5f\x7d\x7c\x85\x38\xf4\x52\x83\x70\xe3\xa4\x7a\x80\x38\x22\xf0\x32\x4d\x21\x13\x6d\xdf\xc0\x91\x51\xf8\x47\xf0\x3e\x58\x0e\x5d\xea\xe6\xb2\xea\x62\x0c\xd9\xe8\x7d\x2b\xd8\x07\x9f\xcf\x58\xc4\x8b\x68\x7d\x62\x7d\x39\x32\x63\xf6\xf4\xa3\xe9\x43\x05\x37\xe3\x69\xb5\x73\x61\x9b\x0b\x67\xbe\x71\xec\x7c\x95\xf5\x62\x5e\x01\x80\x35\x77\x75\x61\x18\x47\x1e\x8a\x8b\xd3\x6b\x92\x7b\x3f\xcf\x7d\xdd\xca\xb2\xf9\x1b\x27\x45\xc9\x25\xdf\x88\x98\xbd\x80\x8a\xa9\x17\x76\xf2\x67\x32\x5b\x4c\xd3\xed\xb2\x20\x8a\x27\x33\x28\x53\x10\x30\xda\x71\xca\xcd\xe3\xe6\x35\x69\xc7\x60\x77\x5e\xb4\xda\x7d\x1d\x37\x36\xee\x49\xc3\x1d\x16\x8c\x71\xb9\xd1\xb9\xad\x42\x84\xaa\x4c\xea\x5c\x3f\x4c\xd8\x22\xe7\x12\xb4\x27\xe2\xd0\xa9\xf2\xbb\x13\x2e\xcf\xc8\x9f\x64\x4b\x28\x24\x4f\xb7\x80\x1d\x9f\xcc\x24\x92\x4d\x01\x2b\xf1\x36\x4a\x93\x88\xad\x72\x9e\xad\x6b\x7e\x90\x78\x14\xb2\xb8\x20\x76\x05\x0b\x52\x3f\x34\xb5\xec\xd8\x1a\x0e\xe2\xdc\xbb\xac\x7a\x3b\xdc\xd3\x50\xf8\x08\x2b\x16\xaa\xd0\x8d\xda\x82\x5a\xdd\x02\x9f\x90\x14\x1a\xf0\x71\xb1\x3f\x97\x0b\x95\x5a\x42\xb3\xcb\x37\x4c\xe5\xa0\x25\x50\x28\xfa\x53\x12\x77\x9d\x62\x89\x8c\xc5\xe7\x83\x58\x05\xfa\x0f\x24\xeb\xde\x99\xc7\x04\x94\xf5\xf5\x97\x85\x5d\x94\x0b\x73\x58\x14\xf6\x06\xd7\xf8\x96\xae\x23\xec\xce\xd2\x62\x0d\xb0\x37\x04\x5c\xfb\x41\xdd\xf0\x2d\x8b\xd6\x5c\xae\x82\x2b\x34\xa0\x90\x44\xa6\x72\xd4\xdc\x7b\x04\xfa\x2e\x95\xdb\xaa\x4d\xaa\x45\x24\xd4\xb7\x0b\x78\x23\xd8\x52\xd9\x82\x43\xbe\x5a\xe5\x62\x05\x85\xf4\x33\x59\xa9\xa6\x06\xea\x32\x4b\xf7\x8f\xcf\xe9\x2b\x46\x3d\x0e\xa3\x43\xd7\xad\xa5\xc8\xb7\xae\x94\x8f\x04\x2b\xdd\xd0\x35\x86\x75\xc2\x12\x31\x9d\xb0\xdf\x79\x80\xa9\x88\x94\x74\xb5\x80\x1d\x85\x60\xb5\xd0\xf4\x0e\x5b\xd4\x42\xfd\xd0\xde\x77\xf8\xac\x21\x7b\xd9\xba\x68\x7a\x8b\x29\x0b\x5e\x94\x23\x6c\x25\x49\x1b\x9f\x9b\x1f\xdf\xe2\x6f\x7b\x31\xd8\x3c\x33\xe6\xcd\xd2\xee\x98\xef\x1b\x0b\x6f\x9e\xed\x69\x79\xdb\xc6\x7a\x67\xa0\x33\x55\xdd\x81\xce\x63\xb8\x94\x96\x5b\x61\x77\xac\x33\xed\xe0\x0b\xe8\x79\xa7\xb1\xa1\x4c\x0b\x46\x25\x98\xb9\xae\x5f\xb7\x5a\x2c\x40\x96\xab\xb8\x8c\x44\x6c\x76\x2e\xf8\xed\x88\xdc\x70\xb4\x05\x15\x23\xd9\x76\x20\x54\xb8\x57\x40\xe0\xfa\x4b\xdd\x8d\x07\xd1\xdd\xba\xe1\xbf\xef\xb8\x17\x5b\xcf\xa4\x6d\xd0\xc3\xfd\x89\xe3\x94\x8f\x3c\xa7\xdc\xe3\xab\x24\xb5\x2a\x4f\x56\x89\xe4\x85\xca\xd9\x4b\x57\x9c\xf8\xca\x29\xdb\xc0\x28\x1e\xc3\x4c\x54\x86\x08\xcd\x44\xfb\xdd\x0b\xf0\xcc\x22\x9e\x8f\xe3\xce\x1a\xcb\xf0\x0c\x8b\xd4\x7c\x4b\x17\x7c\x93\x85\xb4\x8f\x4e\x37\x98\x46\x26\xc5\x41\x60\xb6\x63\x10\xe3\x4b\xb4\xaf\xc1\x9a\x49\x8a\x8c\xe3\xbc\xa9\x3c\xe4\x2d\xee\x3c\x9b\xb3\xb2\x98\xef\x49\x65\x82\x3f\x1e\x17\x20\xa1\x74\xf9\x7b\x9e\xf5\x93\x43\x70\xba\x1a\x63\x11\x8a\x13\x53\xb6\x9e\x4a\x75\x7d\xf6\x2b\x03\x8c\x24\xab\xac\xa7\x78\x6f\xde\xd9\x84\x86\xbf\xb7\x54\x2e\x02\x30\x11\xc8\x92\xa7\xc1\xab\xc0\x2b\xa8\x33\x6b\xe6\x14\xb7\x8c\x12\xe7\xa9\x2a\x63\x46\x46\x8d\xd2\xc5\xf9\x14\x4f\x47\xa0\xad\x9c\x4e\xbb\x38\xbc\x46\x2a\x96\x3a\xfb\x03\xbf\x6b\xdf\x81\xf0\x59\x87\x05\xee\xdd\xfa\x34\xb2\xcf\x36\xf5\x34\xd2\x30\xf7\xce\x1c\x8f\x9a\x7b\x17\xad\x05\x0e\xad\x71\x81\x3c\xb8\x37\x25\x71\x0a\xfb\x2d\x0c\x74\xb7\xb0\x7c\x56\x12\x88\xfa\xe1\xe0\xc7\xd9\x4a\xdb\xfe\x47\x65\x3c\x17\xb2\x98\xc3\x13\xc7\x3d\x0c\x1e\xf2\x01\x7e\x5e\x71\x98\x06\x05\x2c\xff\xeb\x4e\x61\x1c\xda\x12\x66\xfc\x37\xbb\xa5\xd8\x8b\xb6\xaa\xf6\xe6\x74\x7c\x99\x00\x36\x26\xc8\xd9\xb9\x89\xeb\x98\x2e\x7a\xa1\x3d\x46\x2f\x78\xa1\x8a\x69\x1f\xf4\x42\xbe\xf7\x90\x52\x85\x56\x28\x0c\x45\x15\x9e\xc6\xd4\xda\xbf\x05\x24\xda\x57\x95\x7f\x03\xe1\xa1\x99\xbf\x94\xfd\x4d\xe4\xca\x97\x2d\x60\x50\x25\x6c\xb8\xd7\x5f\xdf\x5f\xff\x13\xfd\x71\x54\x9e\x0c\xa5\xd7\xe0\x2f\xc4\x49\x82\x37\xdf\xc5\xd6\x5e\x47\xba\xe8\xd4\x45\x34\xef\xe0\xd9\x1f\xd4\x95\xe0\xe2\x19\xf2\xe6\x27\xb5\xc3\xcc\x6e\xd0\x53\xb8\x57\x13\xeb\xdf\x86\x67\x84\x43\x23\xc8\x6b\x3d\xc9\x30\x85\x97\xf8\xaf\xbf\xfc\xf7\xb4\x4b\xd9\x19\xba\x3e\x16\xd6\xe3\x3a\xff\x36\x4f\x84\x8c\x21\x69\xc8\xe3\xa6\x04\x8c\xac\x44\x91\x2b\xe6\xd9\x2c\xc3\xa3\x54\xf7\xb5\x1f\xb5\x7a\x8e\x8b\xe8\x0b\x64\x9e\xbd\x91\x75\xdb\xb7\x92\x97\xea\x72\x25\xf4\x3c\xde\x4a\xbe\x69\x6a\x61\x3f\x6b\x1f\xb7\x89\x48\x63\xe8\x22\x3d\x7d\x57\xf6\x24\x16\xd1\xc3\x58\x9f\x60\x6f\x02\x6b\x11\x3d\xb0\x1f\xef\xde\xbf\x43\xbd\xc2\x44\xcf\xe4\x15\x2f\x92\x47\x71\x9f\xa7\x2e\x6c\x4d\x8c\x24\x79\x6a\xf7\x48\x95\x50\x35\x20\xef\xb0\xec\xab\xd6\x71\x08\xf9\xae\x37\xdb\x93\x45\x19\x3d\x88\xe2\x34\xe7\x32\x56\x1b\x7c\x8d\x53\x5d\x2e\x97\xc9\xe7\x69\xc1\xf3\x0e\xf2\x6b\x8c\x23\x7c\x45\x3f\xd7\x4b\x9a\x14\xde\xe7\x45\x57\xf7\x09\xaa\x13\x49\x28\xb7\xe2\xdc\xc2\x15\x38\xe7\x1b\x01\xec\x65\xac\x4a\x1c\x0f\xad\x60\xc1\x1f\xe8\xab\x69\x4d\x48\x6f\x45\xea\xad\x1f\x03\xe7\xfe\x63\xd0\xab\xaa\x82\xb0\xed\x94\xd7\x2c\xdb\xf0\x07\xbc\x1f\xae\x72\xa1\xf5\x84\x69\x05\x3d\x9e\x49\x8b\x99\xb6\x75\x3d\x80\xcf\x00\xfe\xc3\x74\xcb\x22\x95\x25\x20\xf1\xe6\xde\x6b\xad\x9e\x20\x9e\x1c\x96\xb7\x81\x2a\x67\x29\x8b\x24\x65\x7c\x59\x50\xb0\x19\xc8\x9e\xad\xb8\x8b\x9e\xce\x24\xa4\x0c\x23\x78\x7d\x48\xe5\xbb\x34\x81\x7b\x09\xcd\x96\x3c\x4a\xd2\xa4\x20\x0a\x1a\x28\x86\xe1\xe6\x7d\xcd\x79\x60\xc6\x32\xe7\x5b\x9e\xfa\x8b\x15\x4f\x4b\x5f\xd1\x77\xa2\x45\x9d\xe2\xec\x37\xe1\xff\x56\xee\xb9\x7d\xa7\xee\x01\x17\xde\x43\x0e\x9f\xe6\x95\xd6\x29\x8e\xfa\x73\x3c\x89\x2d\x4e\xb4\xe2\xea\x7a\xe6\x59\x77\xfc\x40\xec\xbc\xe3\x52\x3d\xb5\x3a\x31\xcd\x27\x8c\x18\xbd\x76\x27\xec\x0b\x85\x0b\xba\x38\x70\x87\x74\xdf\x46\xbb\x3f\x28\x95\x1e\x1a\xf1\xe6\xa9\x35\xa8\x73\x90\x4e\x3c\xe4\xba\x86\x0b\xc0\x05\x8e\x2e\xdf\xb8\xdc\xab\x23\x95\xad\x0a\xae\x10\x2c\x88\xba\x00\x86\x02\x3a\xd1\x83\x18\xd6\x59\x4b\xf2\x7d\x24\xf2\x19\xda\x40\xd4\x8e\x75\x9d\x9b\x21\xf8\xa0\x96\x9d\xfb\x3e\x02\xf1\x5e\xad\x87\xa3\x82\x61\x28\x74\x58\x7b\x94\x0b\x8c\x85\x04\x9d\x6e\x1c\x83\x67\xdb\xf1\x44\x79\x65\x73\x3e\x91\x97\x3c\x93\x81\x47\x8c\xac\x3a\x16\x5a\xee\x46\xad\x2d\x5e\x56\x59\x86\x07\xc7\xcb\x0e\x61\x61\xee\x4d\xa8\xbc\x09\xf5\x94\x00\x13\x10\xa9\xcd\x22\x91\xb6\x54\x99\x82\xc8\xe0\xca\x9f\x59\x92\x3b\x17\xf0\xb7\x2e\x39\xb2\xec\xd7\xc6\xde\xb9\x11\x21\x5f\x60\x68\xb2\x76\x5d\x77\xc3\xfb\xd3\x71\x09\xa3\x3b\x50\xaa\xf5\x37\x48\x34\xe3\xe9\x13\xdf\x6a\xd0\x1c\x15\xc6\x2a\x2e\x31\x70\x5a\xed\xff\x24\x38\xde\x2d\x81\x22\x09\x78\x97\x24\x45\x4c\xef\x92\x20\x7f\x83\x48\xad\xba\xaa\xe7\xc5\x79\xa1\xdb\x07\xe7\xeb\xe4\x42\xf2\xde\x5c\x08\x26\x23\xff\x39\xd2\x1f\x3d\x41\xd6\x03\x63\xbd\xc1\x31\x89\x1e\x19\xc1\x45\xa0\x80\x07\xcc\xb1\x79\xf6\x84\x6d\x78\x22\x69\x1b\xa0\x82\x55\x2c\x16\xe5\x6a\xd5\x19\x82\xfc\xf6\x73\x19\xd5\x7d\xf2\x2f\x1f\x6b\xee\x65\x76\x3a\x46\x34\xf6\xd2\x3e\x09\xc3\xc3\xe6\x5e\xf5\x65\x02\xb0\x5f\x31\xda\xdd\x9a\x72\x6a\x2c\xa2\xe3\x44\xbb\x2f\x87\x44\xbb\x2d\xc6\x07\x4a\xad\xe8\xba\x6a\x71\x18\xbf\x86\xc1\xbf\x4c\x18\x7c\xd0\xa2\x40\x7a\x8f\x79\x52\x75\xd0\x7b\x7a\xb8\x27\x4b\x98\xa3\x93\x84\x5e\x91\x1a\xb8\x16\x32\xd6\x6c\xc1\xa3\x67\xa0\x0d\x83\xd3\xf1\xf0\x78\xdb\x0e\x70\xc9\xad\xda\x08\x06\x8f\xd2\xa8\x7d\xc0\xa8\x9a\x6d\x02\xa8\x45\xf3\x82\x1e\x91\x41\x78\x0f\x38\x4e\x11\x19\x12\x7b\xa7\xfa\xa5\x14\x4f\xcc\x9c\x56\x93\x10\xc6\x15\x4c\x0f\x88\xe2\xbc\x32\xde\x61\x05\xf3\xed\x4a\xf7\x73\xb1\xe2\x79\x0c\x95\x06\xb4\x25\x53\x1e\x3d\x98\xff\x86\xfe\xd1\x13\x09\x6a\x66\xf9\xb9\x11\xfe\xe8\x5b\x4b\x64\x94\x03\x29\x13\xa1\xda\x7c\xff\xf0\xe7\x9a\xf1\x28\x57\x1a\x83\x32\x4e\x4b\x12\x2a\x5d\xc1\x81\x7d\x4c\xe2\x92\xa7\xf8\xc4\xce\x48\x36\xd7\x07\xf1\x8d\x9f\x05\xb2\x2f\xe2\x73\x96\x72\x59\xdd\x93\xf8\xba\xc0\x55\x93\xf4\xac\x7c\x47\xb9\x76\x48\x57\x46\x53\x47\x5e\x06\x8a\xab\x7e\x5b\xa1\x77\x9c\x0b\x1e\x6f\x43\x62\xaa\x44\x92\xee\x3e\x8f\x37\x89\x34\x53\x6f\x55\xbd\x9c\x7d\xb5\x04\xbf\x08\xb8\x04\xf1\x8b\x34\xad\x6d\x7d\xcd\xa4\x30\x2e\x15\xcf\x93\x74\x0b\x5e\x74\x96\x8b\x93\xe0\x39\xc1\xfe\xa6\x7a\x0f\xa0\x2a\x26\x12\x85\x52\x8b\x65\x99\xa2\xaf\x0d\xb7\x51\xf7\x02\xb4\x0f\xef\x2f\x27\xe6\x98\x2d\x88\x72\x3e\x78\x30\x0a\x39\x1d\x03\x3b\xdf\xbc\x07\x0e\xca\xdf\x78\xc2\xb4\x1c\xa0\xbd\x6b\xf5\x64\x0b\x7c\x9e\xb8\x47\x70\x76\x9d\x25\x47\x8b\xd9\xf7\x7b\x5d\xf6\xbe\x63\x77\x25\x0e\x7a\x5c\x49\xd4\xd0\x67\x22\x76\x3b\x31\x91\xf0\x3a\xa4\x81\xe8\xe3\xa0\xa5\xc6\x3a\x21\x33\x87\x60\xad\xed\xb5\xbe\x1a\x06\x65\xee\xed\x12\xad\x24\x9b\x95\xbf\xfd\xed\xef\x05\xfb\x2d\x14\x4e\x91\xf7\x8d\xd9\x16\xa0\x4c\xc3\xd6\xc1\x40\xb9\x07\x08\xe4\x53\x6b\xcc\x08\x6b\x03\x3c\xda\x2a\x65\x80\x0c\xf2\x68\xcd\x74\xb9\x40\x3c\x1c\xa7\x80\x3d\x97\x8e\x91\xf4\x9d\x02\x68\x1b\x9e\x63\xb6\xf7\xff\x4b\xc2\xd3\xc8\x0a\x3e\x93\x99\x42\xd2\x5c\x00\x12\x2e\x04\xdb\xf0\xfc\x01\x44\xde\x48\xc9\x9b\xf1\x82\xbd\x4c\xc4\xb4\x1a\xac\x7e\x55\xe9\x0f\xa5\x07\x90\x0c\x93\xe5\xa5\x94\x56\xb5\x82\x19\x37\xcc\x47\x8e\x27\x33\xb9\x28\xc3\x9b\x56\x25\xf4\xec\x97\x16\x84\x9f\xc1\xc8\x2a\x60\x48\xa0\x4e\x71\x1d\x28\x8c\xb3\x01\x31\xe8\x99\x7c\xa6\x20\x74\x57\x78\xeb\x03\x79\x1c\x36\x74\x15\xa0\xb4\xe1\x75\x43\x61\x45\x98\x0e\x5c\xf6\x70\xa4\x7f\x00\x75\xc5\x09\xfb\x31\x79\x14\x13\x76\x9b\xf1\xfc\x61\xc2\xde\x60\x32\xe9\x4f\x6a\xb1\x33\x62\x75\x8c\xa8\xad\xbb\x58\x1d\xca\x78\x8f\xf1\xcf\x49\xc0\xcc\x1c\x24\x30\x9b\xf1\x45\x8b\x6f\x2b\x80\xd7\x3e\x7a\x10\xb2\xd3\x58\x5a\x54\x72\x27\x7d\xf7\xb1\xee\xdd\xdd\xa0\xea\xce\x5b\x78\xfd\xdc\xf6\x1e\x16\xd5\xac\xb6\xe1\xfc\x8c\x67\x83\xda\xd3\x3c\x7a\x38\x01\x5f\x55\xe5\xae\xae\x5a\x53\x72\x0d\x57\x05\xa2\x9f\xd1\x47\xab\x55\x22\x0f\x75\xc5\xed\x83\xe7\x99\x52\x69\xab\x47\x7e\xd4\x01\x6c\xc4\xe7\x87\x0e\xde\x25\x56\x70\xe9\xd0\x4f\xb5\xa3\xe8\x63\xbd\x3e\x32\x8c\x61\x60\xa0\x62\x81\xd5\x14\x97\x90\x22\xf5\xc3\x11\x4a\xfa\x19\x5b\x83\x98\x73\x74\x4d\xad\x02\x2c\xb7\x77\x86\x88\xbb\xa0\x77\x88\x75\x6e\x44\xa1\x75\xf3\x39\x1d\x17\x05\x68\x77\x9e\xb4\xf1\xae\x8c\xdd\x5c\x28\x9d\xde\x48\x2d\x61\xcf\xed\x91\x6e\xab\x7e\x76\xb1\xce\xda\x12\xe7\x79\x94\x72\x3d\x10\x47\xdc\x6a\x77\x2e\xa9\xa1\x73\x68\x67\xb8\xcd\xfc\x11\xb2\x00\x9b\x81\x2e\xd4\x4c\x9e\x39\xd6\x55\xef\x7c\xbb\x0b\x03\x9a\x59\xbc\x2a\x35\xa6\x06\x4b\x89\x3c\x45\xef\x84\xe9\x32\x5a\x43\xb1\x54\xd5\x4e\x85\x76\xab\xb9\x63\x27\x33\x69\xdc\x57\x54\xfe\xe2\x00\x77\x79\x02\x91\x98\xe4\x6f\xc2\xf9\xc7\x84\xc9\x0f\x5d\xe2\x05\x37\x53\xa3\x64\xeb\xf5\xc1\xd6\xad\xe1\x49\xe7\x0f\xf7\x32\x33\x9e\xc3\x74\xe6\xdd\x9e\x04\xf5\xfc\xed\x71\x4b\xf7\x11\x1d\xbe\x58\x78\x7d\xaa\x59\xda\x34\x59\x8a\x68\x1b\x35\x68\xa8\x2a\x20\xb3\xe3\x65\x41\xf6\x4b\x02\xf4\xd1\x15\xb5\xc7\x4e\x7e\x69\xd0\x6b\xb0\x2e\x64\xce\x3f\x27\x5e\xb8\x83\x31\xe7\x5f\x3d\x8e\xbb\x03\x44\xf3\x2b\xb4\xf6\x5f\x32\xa6\xd8\x4f\x96\xf3\x9b\xf0\x7f\xad\xfd\xb2\xe8\x55\x88\x61\x90\xd7\xdc\x8a\x99\xfd\xb6\xe8\x01\x92\xb8\x7e\xc9\x6b\xb2\x04\x0c\xdb\x0a\x44\xc2\x10\x3b\x82\x88\x11\x25\x41\xf4\x53\x3b\x5e\xe7\xa9\xd2\x65\xde\xbf\xf9\x6f\xaa\xbd\xb6\x4f\x6f\x21\xcc\x85\xc5\xb6\x59\x08\xe0\xfe\x18\x0a\x8e\xc3\xaf\xcd\xff\xaa\x16\x73\x40\x82\x1e\xb6\xc3\xdb\x9a\xb3\x12\x5c\x0e\x4f\x40\x5d\xf5\x37\xae\xdb\x4c\x00\x6f\x9b\x0f\x6d\xf8\xfb\x4b\x6d\x85\xb9\xc0\xf2\x4c\x5a\x1a\x7b\xac\x3b\xcf\x73\x01\x7c\xdb\xb9\x00\x65\x39\x96\xf1\xdc\xc1\xb1\xec\x0d\x3b\x88\xa0\x79\xc8\x5e\x58\x2b\x0a\x25\xdf\x14\xb7\x5b\x08\x21\xdd\x68\x8f\xb9\x9a\x9a\xdb\x66\x7d\xf4\x09\x8b\xfb\x24\x58\x84\x65\x5e\x1d\x2a\x98\x8d\xdf\x05\x31\x45\xf0\x5b\x56\x22\xf4\xa1\x6a\xae\x45\x65\x6b\x56\xf2\xfb\xdf\x54\x3d\x52\xeb\x0d\xb6\x46\x71\x57\x09\x3f\x0f\x42\x44\x1c\x23\xdb\xf8\x81\x17\x6b\x0c\x8c\x6e\x54\x21\xd0\x66\x22\xd7\x16\xae\x17\xcc\xd9\x2d\x52\xb5\x00\x49\x37\xf3\x49\xd7\xf5\x39\xa2\xad\x3d\x68\xe8\x9a\x13\x36\xc4\x32\x18\x6b\x02\xf5\xea\xb9\xd0\x40\x5b\xd4\xcc\xf1\x0f\xad\x9e\x18\x17\xbc\x6d\x76\xd7\x18\xfd\x37\x8d\xe0\x6d\x53\xe7\xc2\x6c\x6b\x80\xd2\x5f\xec\x51\xdf\x77\x11\xd6\x7c\x1b\xe7\x80\x28\xbf\x09\x44\x83\xac\xbf\xb5\xf7\xb5\xca\xe1\x33\x79\x86\x9f\x04\x87\x00\xf7\x7a\x4e\x0e\xad\x4e\x22\xb1\x6e\xff\x61\x11\x38\x3b\x0b\xf1\xd1\x74\x2b\x9a\xf8\xfb\x2a\x04\x97\x26\x50\x73\x2d\x8b\x24\x37\xb7\x11\x0d\xce\x96\x2e\x17\x27\x9e\xde\x47\xe5\xe0\x9e\x01\xfb\x53\xc6\x21\x34\x06\xac\x5f\x27\x2d\xc7\x30\xe6\x75\xbc\x2e\x8b\xa5\xc1\xe4\x29\x19\x7f\xb8\x55\x23\xbf\x84\x7b\x77\xd7\x8e\xb9\x1c\x41\x54\xd6\x72\x1b\xe0\x61\xd7\x67\x2f\x40\x39\x0a\xea\xc3\x6f\xf0\x3a\xfe\xb5\x0f\xf0\x10\x4b\x32\xf4\xe8\x86\xeb\xf7\x4c\xfe\xff\xf6\x6c\xe8\x2e\x79\x18\xb1\xd2\xcd\xc8\x98\x23\xaa\xb3\x14\xa3\xd2\x37\x1b\x92\x0c\x9c\xc0\xee\x4e\x35\x96\x7c\x5b\xab\xdc\x05\x48\x02\x9d\x14\x45\xc5\xfc\xf0\xe9\x63\xa2\x03\xd2\x7c\x78\xda\xad\x10\xec\x75\x2e\x96\xaf\x3f\xe6\x62\x39\xb7\x33\x3d\x85\x17\x9a\x9a\x37\x6a\x52\xe7\x0f\x5c\x1c\x3a\x53\xb2\x9d\x42\x74\x07\xc5\x6f\xed\x95\xb0\x9d\xe0\x9d\x92\x25\xf3\x72\x9a\x10\x45\x28\xa3\x48\x88\xb8\xce\xe9\xdf\xe8\xd9\x17\x3f\xe6\xba\x70\xb4\x03\x80\xaa\x1d\x32\x94\xff\xfa\xc7\x5b\x65\xcc\x86\x1c\x6f\x77\xd5\x78\x8a\x35\xf6\x5c\xba\x03\xaf\xbb\x30\xe5\xcb\xd6\xce\xc0\x04\xea\x8c\x3f\x49\x62\x83\x1a\x95\xca\x18\x76\xac\xd5\xa2\x4b\xc1\xb1\xd6\x40\x10\xfb\x5d\x26\x6d\xe6\x28\x71\x9a\x8d\x93\x40\xee\x9c\xa7\x69\xa8\x4c\xe2\xe3\xbf\x33\xe9\xa3\x84\xc6\x6b\x4d\x53\x9b\x12\xaa\xf8\x1b\xc4\xfd\x15\x03\x5d\x81\x98\x58\xea\x22\x22\xfd\x24\x34\xc1\x09\x46\xe3\x7c\xcc\x6c\xd7\x6e\x3e\xd6\x25\xf2\x1b\x63\x6d\xd8\x81\xdb\xc1\xc7\xce\x1f\xc4\x76\x74\x5f\xdb\x33\xe7\x5e\xca\x77\x0d\x9b\xd9\x5a\xd9\x88\xe7\xb9\xad\x41\xa2\xa7\x32\x73\x57\x5a\xf2\xa8\x92\x36\xeb\xe8\xe7\x5a\x44\x0f\x99\x4a\xe4\x68\x5b\x14\xf4\xc7\x38\x52\x85\x39\xcf\x7c\x6b\xee\x76\x38\xe8\x70\xac\xf8\x93\xf8\x22\x1a\xc0\x69\x16\x58\xef\x29\x0d\x39\x73\x5a\xc5\xdd\xcb\xee\xd8\xf1\x0b\xe1\xcf\x86\x67\x88\xc5\xf6\x27\x29\xd0\x6a\x34\x3d\xca\x4a\x16\x8b\x37\x6a\x53\x07\x0e\x36\x67\x15\x22\xd0\xd6\x21\x85\x10\xe4\xaf\x91\xa1\x5f\x23\x43\xff\xe4\x91\xa1\x2f\x19\x16\x02\x64\xe1\x73\xc6\x84\xda\xc9\x06\x7e\x3d\x5e\xbf\xad\xe3\x15\x39\x45\xb1\x32\x6e\xcc\xd0\x52\x57\x6f\xfc\xcf\x0f\x1b\x5c\xc1\x82\x9e\xe8\x11\xe3\xfc\x05\xdd\x83\x16\x5b\x35\xce\xee\x0e\x3e\xaf\xfa\xd1\x13\xde\x01\xf1\x97\x81\xa0\x90\xbe\xb1\x7d\xc3\x20\x70\x11\x2e\x1d\x63\x78\x06\xa7\x5f\xba\xb9\x4a\xbe\xa9\x24\xf2\x10\x07\xc3\x58\x46\x97\x56\xbe\xb2\x16\x51\x0a\x34\xe0\x3d\x96\x31\xe0\xb0\xe6\xc5\x0b\xed\x46\xbd\x6a\x01\x2d\xc2\xfd\x5d\xa2\x8b\x9f\x6b\x0a\x89\xfb\x49\x2c\x3e\x1b\x12\xca\x76\x15\xbb\x19\xfc\xa2\x17\xc0\x73\x53\x85\xd8\xa8\xa5\x5d\x73\x70\xc8\x59\x4d\x2c\xd3\xef\x31\xe7\xd5\x47\x37\x5e\x1f\xd1\x8f\x7e\xca\x79\x96\x89\xdc\xe2\x46\x1a\xd0\x1e\x10\x98\x82\xa7\x80\x42\xdc\x5a\xa0\x4c\x6d\xcd\x1b\x31\xa6\xa4\xd6\x34\x7c\x0d\x86\x6e\xda\x3e\x73\x57\x65\x9a\x76\xce\xdc\x6e\xdd\x9a\xab\xfb\x77\xef\xe6\x3f\x9f\xbd\xbb\xbf\xb0\xaf\xdf\xaa\x03\x13\x7c\xad\x73\x4c\x5c\x4f\x68\x4c\xbc\xd2\x9c\x79\xac\xb0\x52\xb9\xca\xbf\x35\x5e\x46\xca\x34\xad\x6a\x04\xcd\xe4\x47\x6a\x07\x60\xd9\xa8\x7f\x68\xc6\x8d\xf5\x0e\x5c\xf5\xf9\xf0\xb5\x8f\xa6\xf1\x8f\xf8\xdb\x13\xe6\x5f\xe2\x35\x28\xd9\x91\x42\x56\xfb\xb8\x52\xcd\xc7\x01\xdb\x01\x41\xc0\x5d\xdb\xe1\xd8\x2a\x68\xfb\x6d\x8f\x7b\x09\xfc\xcb\x22\xb6\xe2\x65\x47\xd9\x1d\x38\x76\x1f\xab\xf9\x04\x67\xcb\x63\x0c\xae\x41\xbb\x13\xd4\xae\x02\x45\x5e\x2f\xef\x34\x93\x78\x57\x35\x7d\x2a\x54\x77\x9f\xd8\x25\xa1\xa9\x52\x2e\x57\x25\x5f\x09\x3d\x61\xf6\xe1\x33\xb9\x49\x56\x6b\x64\x93\x28\x33\x8f\x4b\xe6\x4c\x02\xe9\x48\x6d\x09\xd5\x70\xc9\x89\x9c\x49\x7a\x27\xb9\xf2\xcd\x23\x46\xf6\x4f\xb7\xee\x75\x08\x8c\x8e\x0d\x91\xfc\x96\x9c\x49\x9c\x5c\x64\xb9\xb0\x11\x2b\xf0\xdf\x79\x51\x5f\xba\x1c\x62\xcc\x28\x51\x6d\x6c\xfa\x0a\x62\x67\x33\xe9\x0a\x51\xd1\xc3\xa7\x77\x08\x64\x1a\xb0\x4b\xbb\xed\x89\x9d\x0c\xbb\x27\xa8\x6f\xed\xab\xfe\xe0\x33\xc0\x6c\xb8\xf9\x08\xad\xdd\xa6\x19\x1b\x78\xab\xe3\x81\xe1\xe8\x62\x27\x80\xea\xe3\xf6\xde\xd8\xf7\xc2\xef\x74\x42\x90\x54\xb9\x48\x47\x74\x09\xbf\xdf\xdb\x29\x34\xc9\xfd\x9d\x1a\x70\x65\xbc\xa9\x6d\x2d\xb3\x4c\xfb\x1e\xbb\x50\xaa\x63\x5e\x8e\x18\xf8\xad\x74\x8a\x7e\xb0\x6b\x30\xca\xa8\xd8\x67\xbd\x0c\x28\xc9\xab\x0f\x91\xb5\x3e\x7d\x1d\x4a\x13\xbd\x57\x77\xbc\xff\x34\xb8\x47\xce\x43\xa0\xc3\x6e\x94\x85\xa5\x73\xae\x62\x60\x3b\xcc\x24\xc5\xfd\xac\x68\x6d\x82\xe6\xc5\x6c\x1e\x54\x94\x35\xeb\x7f\xe2\x16\xd1\xc4\xcf\xdc\x04\x3a\x19\x95\xb9\x36\xe6\x92\xec\x1d\x59\x6d\x95\x33\x3e\x93\x56\xfd\xc0\x9a\xe3\x33\x0b\xa2\xca\xdd\x5f\xb1\xcc\x31\x43\xf6\x70\xf0\x58\x0b\xa6\xa4\xb0\xd6\x70\x26\xad\xd2\xf1\x84\xf1\x85\xb6\x02\xc2\x5c\x6e\x9d\xaa\x6f\xe2\x24\xdb\xb8\x64\x80\x4e\xdb\x6d\xf3\x6a\x6e\x40\xe5\x9c\xff\x8d\xf9\xbf\x7f\xfc\xe6\xff\x05\x00\x00\xff\xff\x5b\xa0\x6a\xf3\xf3\x9f\x04\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 302965, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 303091, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/core/Condition.java b/gen/pb-java/flyteidl/core/Condition.java index e81d1ec36..ec3247ff3 100644 --- a/gen/pb-java/flyteidl/core/Condition.java +++ b/gen/pb-java/flyteidl/core/Condition.java @@ -1081,25 +1081,25 @@ public interface OperandOrBuilder extends * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - boolean hasPrimitive(); + @java.lang.Deprecated boolean hasPrimitive(); /** *
      * Can be a constant
      * 
* - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - flyteidl.core.Literals.Primitive getPrimitive(); + @java.lang.Deprecated flyteidl.core.Literals.Primitive getPrimitive(); /** *
      * Can be a constant
      * 
* - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder(); + @java.lang.Deprecated flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder(); /** *
@@ -1119,6 +1119,31 @@ public interface OperandOrBuilder extends
     com.google.protobuf.ByteString
         getVarBytes();
 
+    /**
+     * 
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + boolean hasScalar(); + /** + *
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + flyteidl.core.Literals.Scalar getScalar(); + /** + *
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + flyteidl.core.Literals.ScalarOrBuilder getScalarOrBuilder(); + public flyteidl.core.Condition.Operand.ValCase getValCase(); } /** @@ -1184,6 +1209,20 @@ private Operand( val_ = s; break; } + case 26: { + flyteidl.core.Literals.Scalar.Builder subBuilder = null; + if (valCase_ == 3) { + subBuilder = ((flyteidl.core.Literals.Scalar) val_).toBuilder(); + } + val_ = + input.readMessage(flyteidl.core.Literals.Scalar.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom((flyteidl.core.Literals.Scalar) val_); + val_ = subBuilder.buildPartial(); + } + valCase_ = 3; + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -1220,8 +1259,9 @@ private Operand( private java.lang.Object val_; public enum ValCase implements com.google.protobuf.Internal.EnumLite { - PRIMITIVE(1), + @java.lang.Deprecated PRIMITIVE(1), VAR(2), + SCALAR(3), VAL_NOT_SET(0); private final int value; private ValCase(int value) { @@ -1239,6 +1279,7 @@ public static ValCase forNumber(int value) { switch (value) { case 1: return PRIMITIVE; case 2: return VAR; + case 3: return SCALAR; case 0: return VAL_NOT_SET; default: return null; } @@ -1260,9 +1301,9 @@ public int getNumber() { * Can be a constant *
* - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public boolean hasPrimitive() { + @java.lang.Deprecated public boolean hasPrimitive() { return valCase_ == 1; } /** @@ -1270,9 +1311,9 @@ public boolean hasPrimitive() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public flyteidl.core.Literals.Primitive getPrimitive() { + @java.lang.Deprecated public flyteidl.core.Literals.Primitive getPrimitive() { if (valCase_ == 1) { return (flyteidl.core.Literals.Primitive) val_; } @@ -1283,9 +1324,9 @@ public flyteidl.core.Literals.Primitive getPrimitive() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder() { if (valCase_ == 1) { return (flyteidl.core.Literals.Primitive) val_; } @@ -1343,6 +1384,44 @@ public java.lang.String getVar() { } } + public static final int SCALAR_FIELD_NUMBER = 3; + /** + *
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public boolean hasScalar() { + return valCase_ == 3; + } + /** + *
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public flyteidl.core.Literals.Scalar getScalar() { + if (valCase_ == 3) { + return (flyteidl.core.Literals.Scalar) val_; + } + return flyteidl.core.Literals.Scalar.getDefaultInstance(); + } + /** + *
+     * Replace the primitive field
+     * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public flyteidl.core.Literals.ScalarOrBuilder getScalarOrBuilder() { + if (valCase_ == 3) { + return (flyteidl.core.Literals.Scalar) val_; + } + return flyteidl.core.Literals.Scalar.getDefaultInstance(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -1363,6 +1442,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (valCase_ == 2) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, val_); } + if (valCase_ == 3) { + output.writeMessage(3, (flyteidl.core.Literals.Scalar) val_); + } unknownFields.writeTo(output); } @@ -1379,6 +1461,10 @@ public int getSerializedSize() { if (valCase_ == 2) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, val_); } + if (valCase_ == 3) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, (flyteidl.core.Literals.Scalar) val_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -1404,6 +1490,10 @@ public boolean equals(final java.lang.Object obj) { if (!getVar() .equals(other.getVar())) return false; break; + case 3: + if (!getScalar() + .equals(other.getScalar())) return false; + break; case 0: default: } @@ -1427,6 +1517,10 @@ public int hashCode() { hash = (37 * hash) + VAR_FIELD_NUMBER; hash = (53 * hash) + getVar().hashCode(); break; + case 3: + hash = (37 * hash) + SCALAR_FIELD_NUMBER; + hash = (53 * hash) + getScalar().hashCode(); + break; case 0: default: } @@ -1605,6 +1699,13 @@ public flyteidl.core.Condition.Operand buildPartial() { if (valCase_ == 2) { result.val_ = val_; } + if (valCase_ == 3) { + if (scalarBuilder_ == null) { + result.val_ = val_; + } else { + result.val_ = scalarBuilder_.build(); + } + } result.valCase_ = valCase_; onBuilt(); return result; @@ -1665,6 +1766,10 @@ public Builder mergeFrom(flyteidl.core.Condition.Operand other) { onChanged(); break; } + case SCALAR: { + mergeScalar(other.getScalar()); + break; + } case VAL_NOT_SET: { break; } @@ -1720,9 +1825,9 @@ public Builder clearVal() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public boolean hasPrimitive() { + @java.lang.Deprecated public boolean hasPrimitive() { return valCase_ == 1; } /** @@ -1730,9 +1835,9 @@ public boolean hasPrimitive() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public flyteidl.core.Literals.Primitive getPrimitive() { + @java.lang.Deprecated public flyteidl.core.Literals.Primitive getPrimitive() { if (primitiveBuilder_ == null) { if (valCase_ == 1) { return (flyteidl.core.Literals.Primitive) val_; @@ -1750,9 +1855,9 @@ public flyteidl.core.Literals.Primitive getPrimitive() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public Builder setPrimitive(flyteidl.core.Literals.Primitive value) { + @java.lang.Deprecated public Builder setPrimitive(flyteidl.core.Literals.Primitive value) { if (primitiveBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1770,9 +1875,9 @@ public Builder setPrimitive(flyteidl.core.Literals.Primitive value) { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public Builder setPrimitive( + @java.lang.Deprecated public Builder setPrimitive( flyteidl.core.Literals.Primitive.Builder builderForValue) { if (primitiveBuilder_ == null) { val_ = builderForValue.build(); @@ -1788,9 +1893,9 @@ public Builder setPrimitive( * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public Builder mergePrimitive(flyteidl.core.Literals.Primitive value) { + @java.lang.Deprecated public Builder mergePrimitive(flyteidl.core.Literals.Primitive value) { if (primitiveBuilder_ == null) { if (valCase_ == 1 && val_ != flyteidl.core.Literals.Primitive.getDefaultInstance()) { @@ -1814,9 +1919,9 @@ public Builder mergePrimitive(flyteidl.core.Literals.Primitive value) { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public Builder clearPrimitive() { + @java.lang.Deprecated public Builder clearPrimitive() { if (primitiveBuilder_ == null) { if (valCase_ == 1) { valCase_ = 0; @@ -1837,9 +1942,9 @@ public Builder clearPrimitive() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public flyteidl.core.Literals.Primitive.Builder getPrimitiveBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.Primitive.Builder getPrimitiveBuilder() { return getPrimitiveFieldBuilder().getBuilder(); } /** @@ -1847,9 +1952,9 @@ public flyteidl.core.Literals.Primitive.Builder getPrimitiveBuilder() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ - public flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder() { if ((valCase_ == 1) && (primitiveBuilder_ != null)) { return primitiveBuilder_.getMessageOrBuilder(); } else { @@ -1864,7 +1969,7 @@ public flyteidl.core.Literals.PrimitiveOrBuilder getPrimitiveOrBuilder() { * Can be a constant * * - * .flyteidl.core.Primitive primitive = 1; + * .flyteidl.core.Primitive primitive = 1 [deprecated = true]; */ private com.google.protobuf.SingleFieldBuilderV3< flyteidl.core.Literals.Primitive, flyteidl.core.Literals.Primitive.Builder, flyteidl.core.Literals.PrimitiveOrBuilder> @@ -1984,6 +2089,178 @@ public Builder setVarBytes( onChanged(); return this; } + + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.Scalar, flyteidl.core.Literals.Scalar.Builder, flyteidl.core.Literals.ScalarOrBuilder> scalarBuilder_; + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public boolean hasScalar() { + return valCase_ == 3; + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public flyteidl.core.Literals.Scalar getScalar() { + if (scalarBuilder_ == null) { + if (valCase_ == 3) { + return (flyteidl.core.Literals.Scalar) val_; + } + return flyteidl.core.Literals.Scalar.getDefaultInstance(); + } else { + if (valCase_ == 3) { + return scalarBuilder_.getMessage(); + } + return flyteidl.core.Literals.Scalar.getDefaultInstance(); + } + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public Builder setScalar(flyteidl.core.Literals.Scalar value) { + if (scalarBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + val_ = value; + onChanged(); + } else { + scalarBuilder_.setMessage(value); + } + valCase_ = 3; + return this; + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public Builder setScalar( + flyteidl.core.Literals.Scalar.Builder builderForValue) { + if (scalarBuilder_ == null) { + val_ = builderForValue.build(); + onChanged(); + } else { + scalarBuilder_.setMessage(builderForValue.build()); + } + valCase_ = 3; + return this; + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public Builder mergeScalar(flyteidl.core.Literals.Scalar value) { + if (scalarBuilder_ == null) { + if (valCase_ == 3 && + val_ != flyteidl.core.Literals.Scalar.getDefaultInstance()) { + val_ = flyteidl.core.Literals.Scalar.newBuilder((flyteidl.core.Literals.Scalar) val_) + .mergeFrom(value).buildPartial(); + } else { + val_ = value; + } + onChanged(); + } else { + if (valCase_ == 3) { + scalarBuilder_.mergeFrom(value); + } + scalarBuilder_.setMessage(value); + } + valCase_ = 3; + return this; + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public Builder clearScalar() { + if (scalarBuilder_ == null) { + if (valCase_ == 3) { + valCase_ = 0; + val_ = null; + onChanged(); + } + } else { + if (valCase_ == 3) { + valCase_ = 0; + val_ = null; + } + scalarBuilder_.clear(); + } + return this; + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public flyteidl.core.Literals.Scalar.Builder getScalarBuilder() { + return getScalarFieldBuilder().getBuilder(); + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + public flyteidl.core.Literals.ScalarOrBuilder getScalarOrBuilder() { + if ((valCase_ == 3) && (scalarBuilder_ != null)) { + return scalarBuilder_.getMessageOrBuilder(); + } else { + if (valCase_ == 3) { + return (flyteidl.core.Literals.Scalar) val_; + } + return flyteidl.core.Literals.Scalar.getDefaultInstance(); + } + } + /** + *
+       * Replace the primitive field
+       * 
+ * + * .flyteidl.core.Scalar scalar = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.Scalar, flyteidl.core.Literals.Scalar.Builder, flyteidl.core.Literals.ScalarOrBuilder> + getScalarFieldBuilder() { + if (scalarBuilder_ == null) { + if (!(valCase_ == 3)) { + val_ = flyteidl.core.Literals.Scalar.getDefaultInstance(); + } + scalarBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.Scalar, flyteidl.core.Literals.Scalar.Builder, flyteidl.core.Literals.ScalarOrBuilder>( + (flyteidl.core.Literals.Scalar) val_, + getParentForChildren(), + isClean()); + val_ = null; + } + valCase_ = 3; + onChanged();; + return scalarBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4010,21 +4287,22 @@ public flyteidl.core.Condition.ConjunctionExpression getDefaultInstanceForType() "rator\022*\n\nleft_value\030\002 \001(\0132\026.flyteidl.cor" + "e.Operand\022+\n\013right_value\030\003 \001(\0132\026.flyteid" + "l.core.Operand\"=\n\010Operator\022\006\n\002EQ\020\000\022\007\n\003NE" + - "Q\020\001\022\006\n\002GT\020\002\022\007\n\003GTE\020\003\022\006\n\002LT\020\004\022\007\n\003LTE\020\005\"N\n" + - "\007Operand\022-\n\tprimitive\030\001 \001(\0132\030.flyteidl.c" + - "ore.PrimitiveH\000\022\r\n\003var\030\002 \001(\tH\000B\005\n\003val\"\223\001" + - "\n\021BooleanExpression\022;\n\013conjunction\030\001 \001(\013" + - "2$.flyteidl.core.ConjunctionExpressionH\000" + - "\0229\n\ncomparison\030\002 \001(\0132#.flyteidl.core.Com" + - "parisonExpressionH\000B\006\n\004expr\"\372\001\n\025Conjunct" + - "ionExpression\022F\n\010operator\030\001 \001(\01624.flytei" + - "dl.core.ConjunctionExpression.LogicalOpe" + - "rator\0229\n\017left_expression\030\002 \001(\0132 .flyteid" + - "l.core.BooleanExpression\022:\n\020right_expres" + - "sion\030\003 \001(\0132 .flyteidl.core.BooleanExpres" + - "sion\"\"\n\017LogicalOperator\022\007\n\003AND\020\000\022\006\n\002OR\020\001" + - "B6Z4gitpro.ttaallkk.top/flyteorg/flyteidl/gen/pb-" + - "go/flyteidl/coreb\006proto3" + "Q\020\001\022\006\n\002GT\020\002\022\007\n\003GTE\020\003\022\006\n\002LT\020\004\022\007\n\003LTE\020\005\"{\n" + + "\007Operand\0221\n\tprimitive\030\001 \001(\0132\030.flyteidl.c" + + "ore.PrimitiveB\002\030\001H\000\022\r\n\003var\030\002 \001(\tH\000\022\'\n\006sc" + + "alar\030\003 \001(\0132\025.flyteidl.core.ScalarH\000B\005\n\003v" + + "al\"\223\001\n\021BooleanExpression\022;\n\013conjunction\030" + + "\001 \001(\0132$.flyteidl.core.ConjunctionExpress" + + "ionH\000\0229\n\ncomparison\030\002 \001(\0132#.flyteidl.cor" + + "e.ComparisonExpressionH\000B\006\n\004expr\"\372\001\n\025Con" + + "junctionExpression\022F\n\010operator\030\001 \001(\01624.f" + + "lyteidl.core.ConjunctionExpression.Logic" + + "alOperator\0229\n\017left_expression\030\002 \001(\0132 .fl" + + "yteidl.core.BooleanExpression\022:\n\020right_e" + + "xpression\030\003 \001(\0132 .flyteidl.core.BooleanE" + + "xpression\"\"\n\017LogicalOperator\022\007\n\003AND\020\000\022\006\n" + + "\002OR\020\001B6Z4gitpro.ttaallkk.top/flyteorg/flyteidl/ge" + + "n/pb-go/flyteidl/coreb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -4050,7 +4328,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_core_Operand_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_Operand_descriptor, - new java.lang.String[] { "Primitive", "Var", "Val", }); + new java.lang.String[] { "Primitive", "Var", "Scalar", "Val", }); internal_static_flyteidl_core_BooleanExpression_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_flyteidl_core_BooleanExpression_fieldAccessorTable = new diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index d746cc6fe..f1a1b5e0f 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -1939,6 +1939,9 @@ export namespace flyteidl { /** Operand var */ "var"?: (string|null); + + /** Operand scalar */ + scalar?: (flyteidl.core.IScalar|null); } /** Represents an Operand. */ @@ -1956,8 +1959,11 @@ export namespace flyteidl { /** Operand var. */ public var: string; + /** Operand scalar. */ + public scalar?: (flyteidl.core.IScalar|null); + /** Operand val. */ - public val?: ("primitive"|"var"); + public val?: ("primitive"|"var"|"scalar"); /** * Creates a new Operand instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index f52945631..0638b3c0a 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -4654,6 +4654,7 @@ * @interface IOperand * @property {flyteidl.core.IPrimitive|null} [primitive] Operand primitive * @property {string|null} ["var"] Operand var + * @property {flyteidl.core.IScalar|null} [scalar] Operand scalar */ /** @@ -4687,17 +4688,25 @@ */ Operand.prototype["var"] = ""; + /** + * Operand scalar. + * @member {flyteidl.core.IScalar|null|undefined} scalar + * @memberof flyteidl.core.Operand + * @instance + */ + Operand.prototype.scalar = null; + // OneOf field names bound to virtual getters and setters var $oneOfFields; /** * Operand val. - * @member {"primitive"|"var"|undefined} val + * @member {"primitive"|"var"|"scalar"|undefined} val * @memberof flyteidl.core.Operand * @instance */ Object.defineProperty(Operand.prototype, "val", { - get: $util.oneOfGetter($oneOfFields = ["primitive", "var"]), + get: $util.oneOfGetter($oneOfFields = ["primitive", "var", "scalar"]), set: $util.oneOfSetter($oneOfFields) }); @@ -4729,6 +4738,8 @@ $root.flyteidl.core.Primitive.encode(message.primitive, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); if (message["var"] != null && message.hasOwnProperty("var")) writer.uint32(/* id 2, wireType 2 =*/18).string(message["var"]); + if (message.scalar != null && message.hasOwnProperty("scalar")) + $root.flyteidl.core.Scalar.encode(message.scalar, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); return writer; }; @@ -4756,6 +4767,9 @@ case 2: message["var"] = reader.string(); break; + case 3: + message.scalar = $root.flyteidl.core.Scalar.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -4791,6 +4805,16 @@ if (!$util.isString(message["var"])) return "var: string expected"; } + if (message.scalar != null && message.hasOwnProperty("scalar")) { + if (properties.val === 1) + return "val: multiple values"; + properties.val = 1; + { + var error = $root.flyteidl.core.Scalar.verify(message.scalar); + if (error) + return "scalar." + error; + } + } return null; }; diff --git a/gen/pb_python/flyteidl/core/condition_pb2.py b/gen/pb_python/flyteidl/core/condition_pb2.py index 2dbfc4a0c..71bdaec35 100644 --- a/gen/pb_python/flyteidl/core/condition_pb2.py +++ b/gen/pb_python/flyteidl/core/condition_pb2.py @@ -14,7 +14,7 @@ from flyteidl.core import literals_pb2 as flyteidl_dot_core_dot_literals__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x66lyteidl/core/condition.proto\x12\rflyteidl.core\x1a\x1c\x66lyteidl/core/literals.proto\"\x8f\x02\n\x14\x43omparisonExpression\x12H\n\x08operator\x18\x01 \x01(\x0e\x32,.flyteidl.core.ComparisonExpression.OperatorR\x08operator\x12\x35\n\nleft_value\x18\x02 \x01(\x0b\x32\x16.flyteidl.core.OperandR\tleftValue\x12\x37\n\x0bright_value\x18\x03 \x01(\x0b\x32\x16.flyteidl.core.OperandR\nrightValue\"=\n\x08Operator\x12\x06\n\x02\x45Q\x10\x00\x12\x07\n\x03NEQ\x10\x01\x12\x06\n\x02GT\x10\x02\x12\x07\n\x03GTE\x10\x03\x12\x06\n\x02LT\x10\x04\x12\x07\n\x03LTE\x10\x05\"^\n\x07Operand\x12\x38\n\tprimitive\x18\x01 \x01(\x0b\x32\x18.flyteidl.core.PrimitiveH\x00R\tprimitive\x12\x12\n\x03var\x18\x02 \x01(\tH\x00R\x03varB\x05\n\x03val\"\xac\x01\n\x11\x42ooleanExpression\x12H\n\x0b\x63onjunction\x18\x01 \x01(\x0b\x32$.flyteidl.core.ConjunctionExpressionH\x00R\x0b\x63onjunction\x12\x45\n\ncomparison\x18\x02 \x01(\x0b\x32#.flyteidl.core.ComparisonExpressionH\x00R\ncomparisonB\x06\n\x04\x65xpr\"\xa5\x02\n\x15\x43onjunctionExpression\x12P\n\x08operator\x18\x01 \x01(\x0e\x32\x34.flyteidl.core.ConjunctionExpression.LogicalOperatorR\x08operator\x12I\n\x0fleft_expression\x18\x02 \x01(\x0b\x32 .flyteidl.core.BooleanExpressionR\x0eleftExpression\x12K\n\x10right_expression\x18\x03 \x01(\x0b\x32 .flyteidl.core.BooleanExpressionR\x0frightExpression\"\"\n\x0fLogicalOperator\x12\x07\n\x03\x41ND\x10\x00\x12\x06\n\x02OR\x10\x01\x42\xae\x01\n\x11\x63om.flyteidl.coreB\x0e\x43onditionProtoP\x01Z4gitpro.ttaallkk.top/flyteorg/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x66lyteidl/core/condition.proto\x12\rflyteidl.core\x1a\x1c\x66lyteidl/core/literals.proto\"\x8f\x02\n\x14\x43omparisonExpression\x12H\n\x08operator\x18\x01 \x01(\x0e\x32,.flyteidl.core.ComparisonExpression.OperatorR\x08operator\x12\x35\n\nleft_value\x18\x02 \x01(\x0b\x32\x16.flyteidl.core.OperandR\tleftValue\x12\x37\n\x0bright_value\x18\x03 \x01(\x0b\x32\x16.flyteidl.core.OperandR\nrightValue\"=\n\x08Operator\x12\x06\n\x02\x45Q\x10\x00\x12\x07\n\x03NEQ\x10\x01\x12\x06\n\x02GT\x10\x02\x12\x07\n\x03GTE\x10\x03\x12\x06\n\x02LT\x10\x04\x12\x07\n\x03LTE\x10\x05\"\x93\x01\n\x07Operand\x12<\n\tprimitive\x18\x01 \x01(\x0b\x32\x18.flyteidl.core.PrimitiveB\x02\x18\x01H\x00R\tprimitive\x12\x12\n\x03var\x18\x02 \x01(\tH\x00R\x03var\x12/\n\x06scalar\x18\x03 \x01(\x0b\x32\x15.flyteidl.core.ScalarH\x00R\x06scalarB\x05\n\x03val\"\xac\x01\n\x11\x42ooleanExpression\x12H\n\x0b\x63onjunction\x18\x01 \x01(\x0b\x32$.flyteidl.core.ConjunctionExpressionH\x00R\x0b\x63onjunction\x12\x45\n\ncomparison\x18\x02 \x01(\x0b\x32#.flyteidl.core.ComparisonExpressionH\x00R\ncomparisonB\x06\n\x04\x65xpr\"\xa5\x02\n\x15\x43onjunctionExpression\x12P\n\x08operator\x18\x01 \x01(\x0e\x32\x34.flyteidl.core.ConjunctionExpression.LogicalOperatorR\x08operator\x12I\n\x0fleft_expression\x18\x02 \x01(\x0b\x32 .flyteidl.core.BooleanExpressionR\x0eleftExpression\x12K\n\x10right_expression\x18\x03 \x01(\x0b\x32 .flyteidl.core.BooleanExpressionR\x0frightExpression\"\"\n\x0fLogicalOperator\x12\x07\n\x03\x41ND\x10\x00\x12\x06\n\x02OR\x10\x01\x42\xae\x01\n\x11\x63om.flyteidl.coreB\x0e\x43onditionProtoP\x01Z4gitpro.ttaallkk.top/flyteorg/flyteidl/gen/pb-go/flyteidl/core\xa2\x02\x03\x46\x43X\xaa\x02\rFlyteidl.Core\xca\x02\rFlyteidl\\Core\xe2\x02\x19\x46lyteidl\\Core\\GPBMetadata\xea\x02\x0e\x46lyteidl::Coreb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -23,16 +23,18 @@ DESCRIPTOR._options = None DESCRIPTOR._serialized_options = b'\n\021com.flyteidl.coreB\016ConditionProtoP\001Z4gitpro.ttaallkk.top/flyteorg/flyteidl/gen/pb-go/flyteidl/core\242\002\003FCX\252\002\rFlyteidl.Core\312\002\rFlyteidl\\Core\342\002\031Flyteidl\\Core\\GPBMetadata\352\002\016Flyteidl::Core' + _OPERAND.fields_by_name['primitive']._options = None + _OPERAND.fields_by_name['primitive']._serialized_options = b'\030\001' _globals['_COMPARISONEXPRESSION']._serialized_start=79 _globals['_COMPARISONEXPRESSION']._serialized_end=350 _globals['_COMPARISONEXPRESSION_OPERATOR']._serialized_start=289 _globals['_COMPARISONEXPRESSION_OPERATOR']._serialized_end=350 - _globals['_OPERAND']._serialized_start=352 - _globals['_OPERAND']._serialized_end=446 - _globals['_BOOLEANEXPRESSION']._serialized_start=449 - _globals['_BOOLEANEXPRESSION']._serialized_end=621 - _globals['_CONJUNCTIONEXPRESSION']._serialized_start=624 - _globals['_CONJUNCTIONEXPRESSION']._serialized_end=917 - _globals['_CONJUNCTIONEXPRESSION_LOGICALOPERATOR']._serialized_start=883 - _globals['_CONJUNCTIONEXPRESSION_LOGICALOPERATOR']._serialized_end=917 + _globals['_OPERAND']._serialized_start=353 + _globals['_OPERAND']._serialized_end=500 + _globals['_BOOLEANEXPRESSION']._serialized_start=503 + _globals['_BOOLEANEXPRESSION']._serialized_end=675 + _globals['_CONJUNCTIONEXPRESSION']._serialized_start=678 + _globals['_CONJUNCTIONEXPRESSION']._serialized_end=971 + _globals['_CONJUNCTIONEXPRESSION_LOGICALOPERATOR']._serialized_start=937 + _globals['_CONJUNCTIONEXPRESSION_LOGICALOPERATOR']._serialized_end=971 # @@protoc_insertion_point(module_scope) diff --git a/gen/pb_python/flyteidl/core/condition_pb2.pyi b/gen/pb_python/flyteidl/core/condition_pb2.pyi index 05b9c13fe..4f4de63ad 100644 --- a/gen/pb_python/flyteidl/core/condition_pb2.pyi +++ b/gen/pb_python/flyteidl/core/condition_pb2.pyi @@ -31,12 +31,14 @@ class ComparisonExpression(_message.Message): def __init__(self, operator: _Optional[_Union[ComparisonExpression.Operator, str]] = ..., left_value: _Optional[_Union[Operand, _Mapping]] = ..., right_value: _Optional[_Union[Operand, _Mapping]] = ...) -> None: ... class Operand(_message.Message): - __slots__ = ["primitive", "var"] + __slots__ = ["primitive", "var", "scalar"] PRIMITIVE_FIELD_NUMBER: _ClassVar[int] VAR_FIELD_NUMBER: _ClassVar[int] + SCALAR_FIELD_NUMBER: _ClassVar[int] primitive: _literals_pb2.Primitive var: str - def __init__(self, primitive: _Optional[_Union[_literals_pb2.Primitive, _Mapping]] = ..., var: _Optional[str] = ...) -> None: ... + scalar: _literals_pb2.Scalar + def __init__(self, primitive: _Optional[_Union[_literals_pb2.Primitive, _Mapping]] = ..., var: _Optional[str] = ..., scalar: _Optional[_Union[_literals_pb2.Scalar, _Mapping]] = ...) -> None: ... class BooleanExpression(_message.Message): __slots__ = ["conjunction", "comparison"] diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_operand.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_operand.py index fad1d9ea4..cf2e4a246 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_operand.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_operand.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.core_primitive import CorePrimitive # noqa: F401,E501 +from flyteadmin.models.core_scalar import CoreScalar # noqa: F401,E501 class CoreOperand(object): @@ -34,25 +35,30 @@ class CoreOperand(object): """ swagger_types = { 'primitive': 'CorePrimitive', - 'var': 'str' + 'var': 'str', + 'scalar': 'CoreScalar' } attribute_map = { 'primitive': 'primitive', - 'var': 'var' + 'var': 'var', + 'scalar': 'scalar' } - def __init__(self, primitive=None, var=None): # noqa: E501 + def __init__(self, primitive=None, var=None, scalar=None): # noqa: E501 """CoreOperand - a model defined in Swagger""" # noqa: E501 self._primitive = None self._var = None + self._scalar = None self.discriminator = None if primitive is not None: self.primitive = primitive if var is not None: self.var = var + if scalar is not None: + self.scalar = scalar @property def primitive(self): @@ -96,6 +102,27 @@ def var(self, var): self._var = var + @property + def scalar(self): + """Gets the scalar of this CoreOperand. # noqa: E501 + + + :return: The scalar of this CoreOperand. # noqa: E501 + :rtype: CoreScalar + """ + return self._scalar + + @scalar.setter + def scalar(self, scalar): + """Sets the scalar of this CoreOperand. + + + :param scalar: The scalar of this CoreOperand. # noqa: E501 + :type: CoreScalar + """ + + self._scalar = scalar + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gen/pb_rust/flyteidl.core.rs b/gen/pb_rust/flyteidl.core.rs index b232b63f2..16d7fb34d 100644 --- a/gen/pb_rust/flyteidl.core.rs +++ b/gen/pb_rust/flyteidl.core.rs @@ -1859,7 +1859,7 @@ pub mod comparison_expression { #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct Operand { - #[prost(oneof="operand::Val", tags="1, 2")] + #[prost(oneof="operand::Val", tags="1, 2, 3")] pub val: ::core::option::Option, } /// Nested message and enum types in `Operand`. @@ -1873,6 +1873,9 @@ pub mod operand { /// Or one of this node's input variables #[prost(string, tag="2")] Var(::prost::alloc::string::String), + /// Replace the primitive field + #[prost(message, tag="3")] + Scalar(super::Scalar), } } /// Defines a boolean expression tree. It can be a simple or a conjunction expression. diff --git a/protos/flyteidl/core/condition.proto b/protos/flyteidl/core/condition.proto index 9dc4fe8da..247618713 100644 --- a/protos/flyteidl/core/condition.proto +++ b/protos/flyteidl/core/condition.proto @@ -30,9 +30,11 @@ message ComparisonExpression { message Operand { oneof val { // Can be a constant - core.Primitive primitive = 1; + core.Primitive primitive = 1 [deprecated = true]; // Or one of this node's input variables string var = 2; + // Replace the primitive field + core.Scalar scalar = 3; } }