All Products
Search
Document Center

PolarDB:GridCost

Last Updated:Mar 28, 2026

GridCost is a composite data type that pairs a set of grids with a traversal cost. It is used in 3D mesh pathfinding and represents the grid path cost.

Fields

FieldTypeDescription
Gridsgeomgrid[]The array of grids to which the cost applies.
CostSMALLINTThe traversal cost for the specified grids.