koladata

Home
Overview
Fundamentals
Glossary
Cheatsheet
API Reference
Quick Recipes
Deep Dive
Common Pitfalls and Gotchas
Persistent Storage

View the Project on GitHub google/koladata

kd_ext.vis.AccessType API

Types of accesses that can appear in an access path.

AccessType.DICT_KEY_INDEX

Types of accesses that can appear in an access path.

AccessType.DICT_VALUE_INDEX

Types of accesses that can appear in an access path.

AccessType.FLAT_SLICE_INDEX

Types of accesses that can appear in an access path.

AccessType.GET_SCHEMA

Types of accesses that can appear in an access path.

AccessType.ITEM_SCHEMA

Types of accesses that can appear in an access path.

AccessType.KEY_SCHEMA

Types of accesses that can appear in an access path.

AccessType.LIST_INDEX

Types of accesses that can appear in an access path.

AccessType.MULTI_SLICE_INDEX

Types of accesses that can appear in an access path.

AccessType.SCHEMA_ATTR

Types of accesses that can appear in an access path.

AccessType.VALUE_SCHEMA

Types of accesses that can appear in an access path.