apache_beam.typehints package¶
A package defining the syntax and decorator semantics for type-hints.
Subpackages¶
Submodules¶
- apache_beam.typehints.arrow_batching_microbenchmark module
- apache_beam.typehints.arrow_type_compatibility module
- apache_beam.typehints.batch module
- apache_beam.typehints.decorators module
- apache_beam.typehints.intrinsic_one_ops module
- apache_beam.typehints.native_type_compatibility module
- apache_beam.typehints.opcodes module
pop_one()
pop_two()
pop_three()
push_value()
nop()
resume()
pop_top()
end_for()
end_send()
copy()
rot_n()
rot_two()
rot_three()
rot_four()
dup_top()
unary()
unary_positive()
unary_negative()
unary_invert()
unary_not()
unary_convert()
get_iter()
symmetric_binary_op()
binary_power()
inplace_power()
binary_multiply()
inplace_multiply()
binary_divide()
inplace_divide()
binary_floor_divide()
inplace_floor_divide()
binary_true_divide()
inplace_true_divide()
binary_modulo()
inplace_modulo()
binary_add()
inplace_add()
binary_subtract()
inplace_subtract()
binary_subscr()
binary_lshift()
inplace_lshift()
binary_rshift()
inplace_rshift()
binary_and()
inplace_and()
binary_xor()
inplace_xor()
binary_or()
inplace_or()
binary_op()
store_subscr()
binary_slice()
store_slice()
print_item()
print_newline()
list_append()
set_add()
map_add()
load_locals()
exec_stmt()
build_class()
unpack_sequence()
dup_topx()
store_attr()
delete_attr()
store_global()
delete_global()
load_const()
load_name()
build_tuple()
build_list()
build_set()
build_map()
build_const_key_map()
list_to_tuple()
list_extend()
set_update()
dict_update()
dict_merge()
load_attr()
load_method()
compare_op()
is_op()
contains_op()
import_name()
import_from()
load_global()
store_map()
load_fast()
load_fast_check()
load_fast_and_clear()
store_fast()
delete_fast()
swap()
reraise()
gen_start()
load_closure()
load_deref()
make_function()
make_closure()
build_slice()
build_list_unpack()
build_set_unpack()
build_tuple_unpack()
build_tuple_unpack_with_call()
build_map_unpack()
- apache_beam.typehints.pandas_type_compatibility module
- apache_beam.typehints.pytorch_type_compatibility module
- apache_beam.typehints.row_type module
- apache_beam.typehints.schema_registry module
- apache_beam.typehints.schemas module
named_fields_to_schema()
named_fields_from_schema()
typing_to_runner_api()
typing_from_runner_api()
value_to_runner_api()
value_from_runner_api()
option_to_runner_api()
option_from_runner_api()
schema_field()
SchemaTranslation
SchemaTranslation.typing_to_runner_api()
SchemaTranslation.atomic_value_from_runner_api()
SchemaTranslation.atomic_value_to_runner_api()
SchemaTranslation.value_from_runner_api()
SchemaTranslation.value_to_runner_api()
SchemaTranslation.option_from_runner_api()
SchemaTranslation.option_to_runner_api()
SchemaTranslation.typing_from_runner_api()
SchemaTranslation.named_tuple_from_schema()
named_tuple_from_schema()
named_tuple_to_schema()
schema_from_element_type()
named_fields_from_element_type()
union_schema_type()
LogicalTypeRegistry
LogicalType
NoArgumentLogicalType
PassThroughLogicalType
MicrosInstantRepresentation
MillisInstant
MicrosInstant
PythonCallable
FixedPrecisionDecimalArgumentRepresentation
DecimalLogicalType
FixedPrecisionDecimalLogicalType
FixedPrecisionDecimalLogicalType.urn()
FixedPrecisionDecimalLogicalType.representation_type()
FixedPrecisionDecimalLogicalType.language_type()
FixedPrecisionDecimalLogicalType.to_representation_type()
FixedPrecisionDecimalLogicalType.to_language_type()
FixedPrecisionDecimalLogicalType.argument_type()
FixedPrecisionDecimalLogicalType.argument()
FixedBytes
VariableBytes
FixedString
VariableString
- apache_beam.typehints.sharded_key_type module
- apache_beam.typehints.trivial_inference module
- apache_beam.typehints.typecheck module
- apache_beam.typehints.typehints module